Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
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
Next Next commit
Version Packages
  • Loading branch information
github-actions[bot] committed Dec 9, 2022
commit 8b78159298e542a4b98d53d9eb571875c21170fc
5 changes: 0 additions & 5 deletions .changeset/happy-snails-study.md

This file was deleted.

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

This file was deleted.

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

## 4.2.6

### Patch Changes

- Updated dependencies [[`8392ba163`](https://github.com/reactioncommerce/reaction/commit/8392ba163a402ba0528f5658bd2f206cb9433eee), [`1dd0c0468`](https://github.com/reactioncommerce/reaction/commit/1dd0c04687e473489e7225dda8b2b880df1b94b2)]:
- @reactioncommerce/[email protected]
- @reactioncommerce/[email protected]

## 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/[email protected]

## 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