+
Skip to content

Version Packages #6700

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/happy-snails-study.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-cooks-swim.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/three-lamps-carry.md

This file was deleted.

10 changes: 10 additions & 0 deletions apps/reaction/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions apps/reaction/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
9 changes: 9 additions & 0 deletions packages/api-plugin-tags/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/api-plugin-tags/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/api-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/api-utils/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

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

点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载