From e78d6552aaca16b11ca1501bbd0e8534e1e52563 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 9 Aug 2023 12:13:21 +0000 Subject: [PATCH] chore: release --- .changeset/mean-poets-drum.md | 22 ---------------------- packages/regex/CHANGELOG.md | 23 +++++++++++++++++++++++ packages/regex/package.json | 2 +- 3 files changed, 24 insertions(+), 23 deletions(-) delete mode 100644 .changeset/mean-poets-drum.md diff --git a/.changeset/mean-poets-drum.md b/.changeset/mean-poets-drum.md deleted file mode 100644 index dd78719ad..000000000 --- a/.changeset/mean-poets-drum.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -'@scaleway/regex': major ---- - -Rename few regex and camelcase all of them for more consistency. Also creates alphanumDashUnderscoreDots. - -Here is the full list of changes: - -- alphaLower -> alphaLowercase -- alphanumdash -> alphanumDash -- alphanumdashdots -> alphanumDashDots -- alphanumdashdotsorempty -> alphanumDashDotsOrEmpty -- alphanumdashdotsspaces -> alphanumDashDotsSpaces -- alphanumdashunderscore -> alphanumDashUnderscore -- alphanumdashunderscoredotsspacesparenthesis -> alphanumDashUnderscoreDotsSpacesParenthesis -- alphanumdashorempty -> alphanumDashOrEmpty -- alphanumdashspaces -> alphanumDashSpaces -- alphanumdots -> alphanumDots -- alphanumdashLowercase -> alphanumDashLowercase -- alphanumSpacesDotsUnderscoreDash -> alphanumDashUnderscoreDotsSpaces -- alphanumUnderscoreDash -> alphanumDashUnderscore -- alphanumUnderscoreDollarDash -> alphanumDashUnderscoreDollar diff --git a/packages/regex/CHANGELOG.md b/packages/regex/CHANGELOG.md index 2d27d5b8f..5290bbc35 100644 --- a/packages/regex/CHANGELOG.md +++ b/packages/regex/CHANGELOG.md @@ -1,5 +1,28 @@ # Change Log +## 4.0.0 + +### Major Changes + +- [#1442](https://github.com/scaleway/scaleway-lib/pull/1442) [`c39764e`](https://github.com/scaleway/scaleway-lib/commit/c39764e869fcce3471d6c2c4e35272c86ad24f90) Thanks [@vincentaudebert](https://github.com/vincentaudebert)! - Rename few regex and camelcase all of them for more consistency. Also creates alphanumDashUnderscoreDots. + + Here is the full list of changes: + + - alphaLower -> alphaLowercase + - alphanumdash -> alphanumDash + - alphanumdashdots -> alphanumDashDots + - alphanumdashdotsorempty -> alphanumDashDotsOrEmpty + - alphanumdashdotsspaces -> alphanumDashDotsSpaces + - alphanumdashunderscore -> alphanumDashUnderscore + - alphanumdashunderscoredotsspacesparenthesis -> alphanumDashUnderscoreDotsSpacesParenthesis + - alphanumdashorempty -> alphanumDashOrEmpty + - alphanumdashspaces -> alphanumDashSpaces + - alphanumdots -> alphanumDots + - alphanumdashLowercase -> alphanumDashLowercase + - alphanumSpacesDotsUnderscoreDash -> alphanumDashUnderscoreDotsSpaces + - alphanumUnderscoreDash -> alphanumDashUnderscore + - alphanumUnderscoreDollarDash -> alphanumDashUnderscoreDollar + ## 3.2.0 ### Minor Changes diff --git a/packages/regex/package.json b/packages/regex/package.json index f90e0717d..021375305 100644 --- a/packages/regex/package.json +++ b/packages/regex/package.json @@ -1,6 +1,6 @@ { "name": "@scaleway/regex", - "version": "3.2.0", + "version": "4.0.0", "description": "A small utility to use regex", "type": "module", "engines": {