diff --git a/.changeset/happy-snails-study.md b/.changeset/happy-snails-study.md deleted file mode 100644 index 04c80d745c3..00000000000 --- a/.changeset/happy-snails-study.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@reactioncommerce/api-utils": patch ---- - -Support `/` in the getSlug utility function diff --git a/.changeset/shy-cooks-swim.md b/.changeset/shy-cooks-swim.md deleted file mode 100644 index d3e10ea8932..00000000000 --- a/.changeset/shy-cooks-swim.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"reaction": patch ---- - -Upgrade sharp 0.29 to 0.30 diff --git a/.changeset/three-lamps-carry.md b/.changeset/three-lamps-carry.md deleted file mode 100644 index 409fd3acf88..00000000000 --- a/.changeset/three-lamps-carry.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@reactioncommerce/api-plugin-tags": patch -"@reactioncommerce/api-utils": patch ---- - -Allow getSlug to take a second parameter of allowedChars diff --git a/apps/reaction/CHANGELOG.md b/apps/reaction/CHANGELOG.md index cfd1f62511d..0e9babaf61c 100644 --- a/apps/reaction/CHANGELOG.md +++ b/apps/reaction/CHANGELOG.md @@ -1,5 +1,15 @@ # reaction +## 4.2.6 + +### Patch Changes + +- [#6699](https://github.com/reactioncommerce/reaction/pull/6699) [`4ee568438`](https://github.com/reactioncommerce/reaction/commit/4ee568438093aaacc753c13387807213591859e7) Thanks [@vanpho93](https://github.com/vanpho93)! - Upgrade sharp 0.29 to 0.30 + +- Updated dependencies [[`8392ba163`](https://github.com/reactioncommerce/reaction/commit/8392ba163a402ba0528f5658bd2f206cb9433eee), [`1dd0c0468`](https://github.com/reactioncommerce/reaction/commit/1dd0c04687e473489e7225dda8b2b880df1b94b2)]: + - @reactioncommerce/api-utils@1.17.1 + - @reactioncommerce/api-plugin-tags@1.2.1 + ## 4.2.5 ### Patch Changes diff --git a/apps/reaction/package.json b/apps/reaction/package.json index 064b062948c..097c93cf7bd 100644 --- a/apps/reaction/package.json +++ b/apps/reaction/package.json @@ -1,6 +1,6 @@ { "name": "reaction", - "version": "4.2.5", + "version": "4.2.6", "description": "Reaction is a modern reactive, real-time event driven ecommerce platform.", "main": "./src/index.js", "type": "module", @@ -54,11 +54,11 @@ "@reactioncommerce/api-plugin-sitemap-generator": "1.2.3", "@reactioncommerce/api-plugin-surcharges": "1.1.8", "@reactioncommerce/api-plugin-system-information": "1.1.4", - "@reactioncommerce/api-plugin-tags": "1.2.0", + "@reactioncommerce/api-plugin-tags": "1.2.1", "@reactioncommerce/api-plugin-taxes": "1.1.3", "@reactioncommerce/api-plugin-taxes-flat-rate": "1.0.8", "@reactioncommerce/api-plugin-translations": "1.2.2", - "@reactioncommerce/api-utils": "1.17.0", + "@reactioncommerce/api-utils": "1.17.1", "@reactioncommerce/db-version-check": "1.0.0", "@reactioncommerce/file-collections": "0.9.3", "@reactioncommerce/file-collections-sa-gridfs": "0.1.5", diff --git a/packages/api-plugin-tags/CHANGELOG.md b/packages/api-plugin-tags/CHANGELOG.md index d527b307076..4eef781f05c 100644 --- a/packages/api-plugin-tags/CHANGELOG.md +++ b/packages/api-plugin-tags/CHANGELOG.md @@ -1,5 +1,14 @@ # @reactioncommerce/api-plugin-tags +## 1.2.1 + +### Patch Changes + +- [#6695](https://github.com/reactioncommerce/reaction/pull/6695) [`1dd0c0468`](https://github.com/reactioncommerce/reaction/commit/1dd0c04687e473489e7225dda8b2b880df1b94b2) Thanks [@zenweasel](https://github.com/zenweasel)! - Allow getSlug to take a second parameter of allowedChars + +- Updated dependencies [[`8392ba163`](https://github.com/reactioncommerce/reaction/commit/8392ba163a402ba0528f5658bd2f206cb9433eee), [`1dd0c0468`](https://github.com/reactioncommerce/reaction/commit/1dd0c04687e473489e7225dda8b2b880df1b94b2)]: + - @reactioncommerce/api-utils@1.17.1 + ## 1.2.0 ### Minor Changes diff --git a/packages/api-plugin-tags/package.json b/packages/api-plugin-tags/package.json index 6822e77498f..4feebd5af1f 100644 --- a/packages/api-plugin-tags/package.json +++ b/packages/api-plugin-tags/package.json @@ -1,7 +1,7 @@ { "name": "@reactioncommerce/api-plugin-tags", "description": "Tags plugin for the Reaction API", - "version": "1.2.0", + "version": "1.2.1", "main": "index.js", "type": "module", "engines": { @@ -26,7 +26,7 @@ }, "sideEffects": false, "dependencies": { - "@reactioncommerce/api-utils": "^1.16.7", + "@reactioncommerce/api-utils": "^1.17.1", "@reactioncommerce/data-factory": "~1.0.1", "@reactioncommerce/db-version-check": "^1.0.0", "@reactioncommerce/file-collections": "^0.9.3", diff --git a/packages/api-utils/CHANGELOG.md b/packages/api-utils/CHANGELOG.md index b7d0fc04972..c8079f4ed0f 100644 --- a/packages/api-utils/CHANGELOG.md +++ b/packages/api-utils/CHANGELOG.md @@ -1,5 +1,13 @@ # @reactioncommerce/api-utils +## 1.17.1 + +### Patch Changes + +- [#6691](https://github.com/reactioncommerce/reaction/pull/6691) [`8392ba163`](https://github.com/reactioncommerce/reaction/commit/8392ba163a402ba0528f5658bd2f206cb9433eee) Thanks [@tedraykov](https://github.com/tedraykov)! - Support `/` in the getSlug utility function + +- [#6695](https://github.com/reactioncommerce/reaction/pull/6695) [`1dd0c0468`](https://github.com/reactioncommerce/reaction/commit/1dd0c04687e473489e7225dda8b2b880df1b94b2) Thanks [@zenweasel](https://github.com/zenweasel)! - Allow getSlug to take a second parameter of allowedChars + ## 1.17.0 ### Minor Changes diff --git a/packages/api-utils/package.json b/packages/api-utils/package.json index dd05a82aaba..9c8336ca98c 100644 --- a/packages/api-utils/package.json +++ b/packages/api-utils/package.json @@ -1,7 +1,7 @@ { "name": "@reactioncommerce/api-utils", "description": "Utility functions for the Reaction API", - "version": "1.17.0", + "version": "1.17.1", "main": "index.js", "type": "module", "engines": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3db287f1420..a7e81ca290b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -174,11 +174,11 @@ importers: '@reactioncommerce/api-plugin-sitemap-generator': 1.2.3 '@reactioncommerce/api-plugin-surcharges': 1.1.8 '@reactioncommerce/api-plugin-system-information': 1.1.4 - '@reactioncommerce/api-plugin-tags': 1.2.0 + '@reactioncommerce/api-plugin-tags': 1.2.1 '@reactioncommerce/api-plugin-taxes': 1.1.3 '@reactioncommerce/api-plugin-taxes-flat-rate': 1.0.8 '@reactioncommerce/api-plugin-translations': 1.2.2 - '@reactioncommerce/api-utils': 1.17.0 + '@reactioncommerce/api-utils': 1.17.1 '@reactioncommerce/data-factory': ~1.0.1 '@reactioncommerce/db-version-check': 1.0.0 '@reactioncommerce/eslint-config': ~2.2.0 @@ -1215,7 +1215,7 @@ importers: specifiers: '@babel/core': ^7.7.7 '@babel/preset-env': ^7.7.7 - '@reactioncommerce/api-utils': ^1.16.7 + '@reactioncommerce/api-utils': ^1.17.1 '@reactioncommerce/babel-remove-es-create-require': ~1.0.0 '@reactioncommerce/data-factory': ~1.0.1 '@reactioncommerce/db-version-check': ^1.0.0