Skip to content

Commit

Permalink
Merge pull request #6707 from reactioncommerce/changeset-release/trunk
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
brent-hoover authored Dec 12, 2022
2 parents a086f46 + a300ac8 commit 68a10bf
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/green-chefs-dance.md

This file was deleted.

7 changes: 7 additions & 0 deletions apps/reaction/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# reaction

## 4.2.7

### Patch Changes

- Updated dependencies [[`ef310ac1e`](https://github.com/reactioncommerce/reaction/commit/ef310ac1e18d1a698646e9babe2f5b4dc18946af)]:
- @reactioncommerce/api-plugin-files@1.1.0

## 4.2.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions apps/reaction/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reaction",
"version": "4.2.6",
"version": "4.2.7",
"description": "Reaction is a modern reactive, real-time event driven ecommerce platform.",
"main": "./src/index.js",
"type": "module",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@reactioncommerce/api-plugin-email": "1.1.5",
"@reactioncommerce/api-plugin-email-smtp": "1.0.8",
"@reactioncommerce/api-plugin-email-templates": "1.1.7",
"@reactioncommerce/api-plugin-files": "1.0.19",
"@reactioncommerce/api-plugin-files": "1.1.0",
"@reactioncommerce/api-plugin-i18n": "1.0.6",
"@reactioncommerce/api-plugin-inventory": "1.0.5",
"@reactioncommerce/api-plugin-inventory-simple": "1.0.6",
Expand Down
7 changes: 7 additions & 0 deletions packages/api-plugin-files/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @reactioncommerce/api-plugin-files

## 1.1.0

### Minor Changes

- [#6706](https://github.com/reactioncommerce/reaction/pull/6706) [`ef310ac1e`](https://github.com/reactioncommerce/reaction/commit/ef310ac1e18d1a698646e9babe2f5b4dc18946af) Thanks [@vanpho93](https://github.com/vanpho93)! - feat: upgrade sharp 0.29 to 0.30
2 changes: 1 addition & 1 deletion packages/api-plugin-files/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@reactioncommerce/api-plugin-files",
"description": "Files plugin for the Reaction API",
"version": "1.0.19",
"version": "1.1.0",
"main": "index.js",
"type": "module",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 68a10bf

Please sign in to comment.