Skip to content

Commit 9d79420

Browse files
authored
Merge pull request #6700 from reactioncommerce/changeset-release/trunk
Version Packages
2 parents 0d559ae + 6d76c9e commit 9d79420

File tree

10 files changed

+36
-25
lines changed

10 files changed

+36
-25
lines changed

.changeset/happy-snails-study.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/shy-cooks-swim.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/three-lamps-carry.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

apps/reaction/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# reaction
22

3+
## 4.2.6
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- Updated dependencies [[`8392ba163`](https://github.com/reactioncommerce/reaction/commit/8392ba163a402ba0528f5658bd2f206cb9433eee), [`1dd0c0468`](https://github.com/reactioncommerce/reaction/commit/1dd0c04687e473489e7225dda8b2b880df1b94b2)]:
10+
- @reactioncommerce/api-utils@1.17.1
11+
- @reactioncommerce/api-plugin-tags@1.2.1
12+
313
## 4.2.5
414

515
### Patch Changes

apps/reaction/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reaction",
3-
"version": "4.2.5",
3+
"version": "4.2.6",
44
"description": "Reaction is a modern reactive, real-time event driven ecommerce platform.",
55
"main": "./src/index.js",
66
"type": "module",
@@ -54,11 +54,11 @@
5454
"@reactioncommerce/api-plugin-sitemap-generator": "1.2.3",
5555
"@reactioncommerce/api-plugin-surcharges": "1.1.8",
5656
"@reactioncommerce/api-plugin-system-information": "1.1.4",
57-
"@reactioncommerce/api-plugin-tags": "1.2.0",
57+
"@reactioncommerce/api-plugin-tags": "1.2.1",
5858
"@reactioncommerce/api-plugin-taxes": "1.1.3",
5959
"@reactioncommerce/api-plugin-taxes-flat-rate": "1.0.8",
6060
"@reactioncommerce/api-plugin-translations": "1.2.2",
61-
"@reactioncommerce/api-utils": "1.17.0",
61+
"@reactioncommerce/api-utils": "1.17.1",
6262
"@reactioncommerce/db-version-check": "1.0.0",
6363
"@reactioncommerce/file-collections": "0.9.3",
6464
"@reactioncommerce/file-collections-sa-gridfs": "0.1.5",

packages/api-plugin-tags/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @reactioncommerce/api-plugin-tags
22

3+
## 1.2.1
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- Updated dependencies [[`8392ba163`](https://github.com/reactioncommerce/reaction/commit/8392ba163a402ba0528f5658bd2f206cb9433eee), [`1dd0c0468`](https://github.com/reactioncommerce/reaction/commit/1dd0c04687e473489e7225dda8b2b880df1b94b2)]:
10+
- @reactioncommerce/api-utils@1.17.1
11+
312
## 1.2.0
413

514
### Minor Changes

packages/api-plugin-tags/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@reactioncommerce/api-plugin-tags",
33
"description": "Tags plugin for the Reaction API",
4-
"version": "1.2.0",
4+
"version": "1.2.1",
55
"main": "index.js",
66
"type": "module",
77
"engines": {
@@ -26,7 +26,7 @@
2626
},
2727
"sideEffects": false,
2828
"dependencies": {
29-
"@reactioncommerce/api-utils": "^1.16.7",
29+
"@reactioncommerce/api-utils": "^1.17.1",
3030
"@reactioncommerce/data-factory": "~1.0.1",
3131
"@reactioncommerce/db-version-check": "^1.0.0",
3232
"@reactioncommerce/file-collections": "^0.9.3",

packages/api-utils/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @reactioncommerce/api-utils
22

3+
## 1.17.1
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- [#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
10+
311
## 1.17.0
412

513
### Minor Changes

packages/api-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@reactioncommerce/api-utils",
33
"description": "Utility functions for the Reaction API",
4-
"version": "1.17.0",
4+
"version": "1.17.1",
55
"main": "index.js",
66
"type": "module",
77
"engines": {

pnpm-lock.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)