Skip to content

Commit

Permalink
ci(changesets): version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 12, 2022
1 parent 720df8a commit 8ad0abe
Show file tree
Hide file tree
Showing 18 changed files with 100 additions and 43 deletions.
7 changes: 0 additions & 7 deletions .changeset/odd-rivers-impress.md

This file was deleted.

8 changes: 8 additions & 0 deletions application-templates/starter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# merchant-center-application-template-starter

## 19.1.1

### Patch Changes

- Updated dependencies [[`b4907bbe`](https://github.com/commercetools/merchant-center-application-kit/commit/b4907bbee3b0a0a3015220427cfc1ffa196964ad)]:
- @commercetools-frontend/actions-global@21.2.1
- @commercetools-frontend/application-shell@21.2.1

## 19.1.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions application-templates/starter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "merchant-center-application-template-starter",
"version": "19.1.0",
"version": "19.1.1",
"description": "A starter example for the bare minimum setup to develop a Merchant Center Application",
"private": true,
"scripts": {
Expand All @@ -20,9 +20,9 @@
},
"dependencies": {
"@apollo/client": "3.5.7",
"@commercetools-frontend/actions-global": "21.0.0",
"@commercetools-frontend/actions-global": "21.2.1",
"@commercetools-frontend/application-components": "21.2.0",
"@commercetools-frontend/application-shell": "21.2.0",
"@commercetools-frontend/application-shell": "21.2.1",
"@commercetools-frontend/application-shell-connectors": "21.0.0",
"@commercetools-frontend/assets": "21.0.0",
"@commercetools-frontend/constants": "21.0.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/actions-global/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @commercetools-frontend/actions-global

## 21.2.1

### Patch Changes

- [#2508](https://github.com/commercetools/merchant-center-application-kit/pull/2508) [`b4907bbe`](https://github.com/commercetools/merchant-center-application-kit/commit/b4907bbee3b0a0a3015220427cfc1ffa196964ad) Thanks [@emmenko](https://github.com/emmenko)! - Refine notification types.

- Updated dependencies [[`b4907bbe`](https://github.com/commercetools/merchant-center-application-kit/commit/b4907bbee3b0a0a3015220427cfc1ffa196964ad)]:
- @commercetools-frontend/notifications@21.2.1

## 21.0.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/actions-global/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/actions-global",
"version": "21.0.0",
"version": "21.2.1",
"description": "Global redux actions for a MC application",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand All @@ -22,7 +22,7 @@
"@babel/runtime-corejs3": "^7.16.8",
"@commercetools-frontend/browser-history": "21.0.0",
"@commercetools-frontend/constants": "21.0.0",
"@commercetools-frontend/notifications": "21.0.0",
"@commercetools-frontend/notifications": "21.2.1",
"@commercetools-frontend/sentry": "21.0.0",
"@types/lodash": "^4.14.178",
"@types/react": "^17.0.38",
Expand Down
9 changes: 9 additions & 0 deletions packages/application-shell/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @commercetools-frontend/application-shell

## 21.2.1

### Patch Changes

- Updated dependencies [[`b4907bbe`](https://github.com/commercetools/merchant-center-application-kit/commit/b4907bbee3b0a0a3015220427cfc1ffa196964ad)]:
- @commercetools-frontend/actions-global@21.2.1
- @commercetools-frontend/notifications@21.2.1
- @commercetools-frontend/react-notifications@21.2.1

## 21.2.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/application-shell/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/application-shell",
"version": "21.2.0",
"version": "21.2.1",
"description": "React component to bootstrap the general MC application logic",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down Expand Up @@ -33,17 +33,17 @@
"dependencies": {
"@babel/runtime": "^7.16.7",
"@babel/runtime-corejs3": "^7.16.8",
"@commercetools-frontend/actions-global": "21.0.0",
"@commercetools-frontend/actions-global": "21.2.1",
"@commercetools-frontend/application-components": "21.2.0",
"@commercetools-frontend/application-shell-connectors": "21.0.0",
"@commercetools-frontend/assets": "21.0.0",
"@commercetools-frontend/browser-history": "21.0.0",
"@commercetools-frontend/constants": "21.0.0",
"@commercetools-frontend/i18n": "21.2.0",
"@commercetools-frontend/l10n": "21.0.0",
"@commercetools-frontend/notifications": "21.0.0",
"@commercetools-frontend/notifications": "21.2.1",
"@commercetools-frontend/permissions": "21.0.0",
"@commercetools-frontend/react-notifications": "21.2.0",
"@commercetools-frontend/react-notifications": "21.2.1",
"@commercetools-frontend/sdk": "21.1.0",
"@commercetools-frontend/sentry": "21.0.0",
"@commercetools-frontend/url-utils": "21.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/cypress/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @commercetools-frontend/cypress

## 21.2.1

### Patch Changes

- Updated dependencies []:
- @commercetools-frontend/application-shell@21.2.1

## 21.2.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cypress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/cypress",
"version": "21.2.0",
"version": "21.2.1",
"description": "Cypress commands and utilities for Custom Applications",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"@babel/runtime": "^7.16.7",
"@babel/runtime-corejs3": "^7.16.8",
"@commercetools-frontend/application-config": "21.1.2",
"@commercetools-frontend/application-shell": "21.2.0",
"@commercetools-frontend/application-shell": "21.2.1",
"@manypkg/get-packages": "1.1.3",
"uuid": "8.3.2"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/notifications/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @commercetools-frontend/notifications

## 21.2.1

### Patch Changes

- [#2508](https://github.com/commercetools/merchant-center-application-kit/pull/2508) [`b4907bbe`](https://github.com/commercetools/merchant-center-application-kit/commit/b4907bbee3b0a0a3015220427cfc1ffa196964ad) Thanks [@emmenko](https://github.com/emmenko)! - Refine notification types.

## 21.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/notifications/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/notifications",
"version": "21.0.0",
"version": "21.2.1",
"description": "A general-purpose notification system built on top of redux",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down
10 changes: 10 additions & 0 deletions packages/react-notifications/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @commercetools-frontend/react-notifications

## 21.2.1

### Patch Changes

- [#2508](https://github.com/commercetools/merchant-center-application-kit/pull/2508) [`b4907bbe`](https://github.com/commercetools/merchant-center-application-kit/commit/b4907bbee3b0a0a3015220427cfc1ffa196964ad) Thanks [@emmenko](https://github.com/emmenko)! - Refine notification types.

- Updated dependencies [[`b4907bbe`](https://github.com/commercetools/merchant-center-application-kit/commit/b4907bbee3b0a0a3015220427cfc1ffa196964ad)]:
- @commercetools-frontend/actions-global@21.2.1
- @commercetools-frontend/notifications@21.2.1

## 21.2.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/react-notifications/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/react-notifications",
"version": "21.2.0",
"version": "21.2.1",
"description": "React bindings for @commercetools-frontend/notifications",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand All @@ -20,9 +20,9 @@
"dependencies": {
"@babel/runtime": "^7.16.7",
"@babel/runtime-corejs3": "^7.16.8",
"@commercetools-frontend/actions-global": "21.0.0",
"@commercetools-frontend/actions-global": "21.2.1",
"@commercetools-frontend/constants": "21.0.0",
"@commercetools-frontend/notifications": "21.0.0",
"@commercetools-frontend/notifications": "21.2.1",
"@commercetools-frontend/sentry": "21.0.0",
"@commercetools-uikit/design-system": "^14.0.0",
"@commercetools-uikit/icon-button": "^14.0.1",
Expand Down
8 changes: 8 additions & 0 deletions playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# playground

## 19.1.1

### Patch Changes

- Updated dependencies [[`b4907bbe`](https://github.com/commercetools/merchant-center-application-kit/commit/b4907bbee3b0a0a3015220427cfc1ffa196964ad)]:
- @commercetools-frontend/actions-global@21.2.1
- @commercetools-frontend/application-shell@21.2.1

## 19.1.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playground",
"version": "19.1.0",
"version": "19.1.1",
"description": "A playground application to get started developing Merchant Center Applications",
"private": true,
"scripts": {
Expand All @@ -14,9 +14,9 @@
},
"dependencies": {
"@commercetools-docs/ui-kit": "18.2.2",
"@commercetools-frontend/actions-global": "21.0.0",
"@commercetools-frontend/actions-global": "21.2.1",
"@commercetools-frontend/application-components": "21.2.0",
"@commercetools-frontend/application-shell": "21.2.0",
"@commercetools-frontend/application-shell": "21.2.1",
"@commercetools-frontend/application-shell-connectors": "21.0.0",
"@commercetools-frontend/assets": "21.0.0",
"@commercetools-frontend/constants": "21.0.0",
Expand Down
7 changes: 7 additions & 0 deletions visual-testing-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @commercetools-local/visual-testing-app

## 19.1.1

### Patch Changes

- Updated dependencies [[`b4907bbe`](https://github.com/commercetools/merchant-center-application-kit/commit/b4907bbee3b0a0a3015220427cfc1ffa196964ad)]:
- @commercetools-frontend/react-notifications@21.2.1

## 19.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions visual-testing-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-local/visual-testing-app",
"version": "19.1.0",
"version": "19.1.1",
"description": "An app to facilitate visual testing",
"private": true,
"scripts": {
Expand All @@ -12,7 +12,7 @@
"@commercetools-frontend/application-components": "21.2.0",
"@commercetools-frontend/assets": "21.0.0",
"@commercetools-frontend/constants": "21.0.0",
"@commercetools-frontend/react-notifications": "21.2.0",
"@commercetools-frontend/react-notifications": "21.2.1",
"@commercetools-uikit/accessible-button": "^14.0.1",
"@commercetools-uikit/design-system": "^14.0.0",
"@commercetools-uikit/grid": "^14.0.0",
Expand Down
32 changes: 16 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2165,15 +2165,15 @@ __metadata:
languageName: node
linkType: hard

"@commercetools-frontend/actions-global@21.0.0, @commercetools-frontend/actions-global@workspace:packages/actions-global":
"@commercetools-frontend/actions-global@21.2.1, @commercetools-frontend/actions-global@workspace:packages/actions-global":
version: 0.0.0-use.local
resolution: "@commercetools-frontend/actions-global@workspace:packages/actions-global"
dependencies:
"@babel/runtime": ^7.16.7
"@babel/runtime-corejs3": ^7.16.8
"@commercetools-frontend/browser-history": 21.0.0
"@commercetools-frontend/constants": 21.0.0
"@commercetools-frontend/notifications": 21.0.0
"@commercetools-frontend/notifications": 21.2.1
"@commercetools-frontend/sentry": 21.0.0
"@types/lodash": ^4.14.178
"@types/react": ^17.0.38
Expand Down Expand Up @@ -2277,24 +2277,24 @@ __metadata:
languageName: unknown
linkType: soft

"@commercetools-frontend/application-shell@21.2.0, @commercetools-frontend/application-shell@workspace:packages/application-shell":
"@commercetools-frontend/application-shell@21.2.1, @commercetools-frontend/application-shell@workspace:packages/application-shell":
version: 0.0.0-use.local
resolution: "@commercetools-frontend/application-shell@workspace:packages/application-shell"
dependencies:
"@apollo/client": 3.5.7
"@babel/runtime": ^7.16.7
"@babel/runtime-corejs3": ^7.16.8
"@commercetools-frontend/actions-global": 21.0.0
"@commercetools-frontend/actions-global": 21.2.1
"@commercetools-frontend/application-components": 21.2.0
"@commercetools-frontend/application-shell-connectors": 21.0.0
"@commercetools-frontend/assets": 21.0.0
"@commercetools-frontend/browser-history": 21.0.0
"@commercetools-frontend/constants": 21.0.0
"@commercetools-frontend/i18n": 21.2.0
"@commercetools-frontend/l10n": 21.0.0
"@commercetools-frontend/notifications": 21.0.0
"@commercetools-frontend/notifications": 21.2.1
"@commercetools-frontend/permissions": 21.0.0
"@commercetools-frontend/react-notifications": 21.2.0
"@commercetools-frontend/react-notifications": 21.2.1
"@commercetools-frontend/sdk": 21.1.0
"@commercetools-frontend/sentry": 21.0.0
"@commercetools-frontend/url-utils": 21.0.0
Expand Down Expand Up @@ -2458,7 +2458,7 @@ __metadata:
"@babel/runtime": ^7.16.7
"@babel/runtime-corejs3": ^7.16.8
"@commercetools-frontend/application-config": 21.1.2
"@commercetools-frontend/application-shell": 21.2.0
"@commercetools-frontend/application-shell": 21.2.1
"@manypkg/get-packages": 1.1.3
cypress: 9.3.1
uuid: 8.3.2
Expand Down Expand Up @@ -2667,7 +2667,7 @@ __metadata:
languageName: unknown
linkType: soft

"@commercetools-frontend/notifications@21.0.0, @commercetools-frontend/notifications@workspace:packages/notifications":
"@commercetools-frontend/notifications@21.2.1, @commercetools-frontend/notifications@workspace:packages/notifications":
version: 0.0.0-use.local
resolution: "@commercetools-frontend/notifications@workspace:packages/notifications"
dependencies:
Expand Down Expand Up @@ -2701,15 +2701,15 @@ __metadata:
languageName: unknown
linkType: soft

"@commercetools-frontend/react-notifications@21.2.0, @commercetools-frontend/react-notifications@workspace:packages/react-notifications":
"@commercetools-frontend/react-notifications@21.2.1, @commercetools-frontend/react-notifications@workspace:packages/react-notifications":
version: 0.0.0-use.local
resolution: "@commercetools-frontend/react-notifications@workspace:packages/react-notifications"
dependencies:
"@babel/runtime": ^7.16.7
"@babel/runtime-corejs3": ^7.16.8
"@commercetools-frontend/actions-global": 21.0.0
"@commercetools-frontend/actions-global": 21.2.1
"@commercetools-frontend/constants": 21.0.0
"@commercetools-frontend/notifications": 21.0.0
"@commercetools-frontend/notifications": 21.2.1
"@commercetools-frontend/sentry": 21.0.0
"@commercetools-uikit/design-system": ^14.0.0
"@commercetools-uikit/icon-button": ^14.0.1
Expand Down Expand Up @@ -2815,7 +2815,7 @@ __metadata:
"@commercetools-frontend/assets": 21.0.0
"@commercetools-frontend/constants": 21.0.0
"@commercetools-frontend/mc-scripts": 21.1.2
"@commercetools-frontend/react-notifications": 21.2.0
"@commercetools-frontend/react-notifications": 21.2.1
"@commercetools-uikit/accessible-button": ^14.0.1
"@commercetools-uikit/design-system": ^14.0.0
"@commercetools-uikit/grid": ^14.0.0
Expand Down Expand Up @@ -22811,9 +22811,9 @@ __metadata:
resolution: "merchant-center-application-template-starter@workspace:application-templates/starter"
dependencies:
"@apollo/client": 3.5.7
"@commercetools-frontend/actions-global": 21.0.0
"@commercetools-frontend/actions-global": 21.2.1
"@commercetools-frontend/application-components": 21.2.0
"@commercetools-frontend/application-shell": 21.2.0
"@commercetools-frontend/application-shell": 21.2.1
"@commercetools-frontend/application-shell-connectors": 21.0.0
"@commercetools-frontend/assets": 21.0.0
"@commercetools-frontend/constants": 21.0.0
Expand Down Expand Up @@ -25394,9 +25394,9 @@ __metadata:
dependencies:
"@commercetools-backend/express": 21.1.1
"@commercetools-docs/ui-kit": 18.2.2
"@commercetools-frontend/actions-global": 21.0.0
"@commercetools-frontend/actions-global": 21.2.1
"@commercetools-frontend/application-components": 21.2.0
"@commercetools-frontend/application-shell": 21.2.0
"@commercetools-frontend/application-shell": 21.2.1
"@commercetools-frontend/application-shell-connectors": 21.0.0
"@commercetools-frontend/assets": 21.0.0
"@commercetools-frontend/constants": 21.0.0
Expand Down

0 comments on commit 8ad0abe

Please sign in to comment.