Skip to content

Commit ab7cbc1

Browse files
authored
Merge pull request #6585 from reactioncommerce/changeset-release/trunk
Version Packages
2 parents 304d4b9 + 2661a07 commit ab7cbc1

File tree

9 files changed

+33
-51
lines changed

9 files changed

+33
-51
lines changed

.changeset/awaited-recursive-createHandle-call.md

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

.changeset/modern-poems-smash.md

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

apps/reaction/CHANGELOG.md

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

3+
## 4.2.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`b48825c43`](https://github.com/reactioncommerce/reaction/commit/b48825c43f1d72347e2173cf09c1a363638ae173), [`769c2185b`](https://github.com/reactioncommerce/reaction/commit/769c2185b8bb39bc0a3682b37ac8efd16aa77712)]:
8+
- @reactioncommerce/api-plugin-products@1.3.1
9+
- @reactioncommerce/api-plugin-shipments-flat-rate@1.0.10
10+
311
## 4.2.3
412

513
### 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.3",
3+
"version": "4.2.4",
44
"description": "Reaction is a modern reactive, real-time event driven ecommerce platform.",
55
"main": "./src/index.js",
66
"type": "module",
@@ -45,10 +45,10 @@
4545
"@reactioncommerce/api-plugin-payments-example": "1.1.2",
4646
"@reactioncommerce/api-plugin-payments-stripe-sca": "1.0.2",
4747
"@reactioncommerce/api-plugin-pricing-simple": "1.0.7",
48-
"@reactioncommerce/api-plugin-products": "1.3.0",
48+
"@reactioncommerce/api-plugin-products": "1.3.1",
4949
"@reactioncommerce/api-plugin-settings": "1.0.7",
5050
"@reactioncommerce/api-plugin-shipments": "1.0.3",
51-
"@reactioncommerce/api-plugin-shipments-flat-rate": "1.0.9",
51+
"@reactioncommerce/api-plugin-shipments-flat-rate": "1.0.10",
5252
"@reactioncommerce/api-plugin-shops": "1.3.0",
5353
"@reactioncommerce/api-plugin-simple-schema": "1.0.3",
5454
"@reactioncommerce/api-plugin-sitemap-generator": "1.2.3",

packages/api-plugin-products/CHANGELOG.md

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

3+
## 1.3.1
4+
5+
### Patch Changes
6+
7+
- [#6565](https://github.com/reactioncommerce/reaction/pull/6565) [`b48825c43`](https://github.com/reactioncommerce/reaction/commit/b48825c43f1d72347e2173cf09c1a363638ae173) Thanks [@smriti0710](https://github.com/smriti0710)! - awaited the recursive createHandle call
8+
39
## 1.3.0
410

511
### Minor Changes

packages/api-plugin-products/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-plugin-products",
33
"description": "Products plugin for the Reaction API",
4-
"version": "1.3.0",
4+
"version": "1.3.1",
55
"main": "index.js",
66
"type": "module",
77
"engines": {
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @reactioncommerce/api-plugin-shipments-flat-rate
2+
3+
## 1.0.10
4+
5+
### Patch Changes
6+
7+
- [#6578](https://github.com/reactioncommerce/reaction/pull/6578) [`769c2185b`](https://github.com/reactioncommerce/reaction/commit/769c2185b8bb39bc0a3682b37ac8efd16aa77712) Thanks [@range123](https://github.com/range123)! - allow nested properties to be accessible for shipment restrictions.

packages/api-plugin-shipments-flat-rate/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-plugin-shipments-flat-rate",
33
"description": "Flat Rate Shipments plugin for the Reaction API",
4-
"version": "1.0.9",
4+
"version": "1.0.10",
55
"main": "index.js",
66
"type": "module",
77
"engines": {

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)