Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 23, 2020
1 parent 323cf6b commit 0997c91
Show file tree
Hide file tree
Showing 12 changed files with 37 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/metal-pillows-own.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-fireants-hope.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-donuts-return.md

This file was deleted.

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

## 17.0.2

### Patch Changes

- Updated dependencies [[`323cf6b`](https://github.com/commercetools/merchant-center-application-kit/commit/323cf6bb0fba41510947287dd18b346cda6f0833)]:
- @commercetools-frontend/application-shell@17.1.0

## 17.0.1

### Patch 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": "17.0.1",
"version": "17.0.2",
"description": "A starter example for the bare minimum setup to develop a Merchant Center Application",
"private": true,
"scripts": {
Expand All @@ -18,7 +18,7 @@
"@apollo/client": "3.2.5",
"@commercetools-frontend/actions-global": "17.0.1",
"@commercetools-frontend/application-components": "17.0.1",
"@commercetools-frontend/application-shell": "17.0.1",
"@commercetools-frontend/application-shell": "17.1.0",
"@commercetools-frontend/assets": "16.15.3",
"@commercetools-frontend/i18n": "17.0.1",
"@commercetools-frontend/permissions": "17.0.1",
Expand All @@ -38,7 +38,7 @@
"devDependencies": {
"@commercetools-frontend/jest-preset-mc-app": "17.0.1",
"@commercetools-frontend/mc-dev-authentication": "17.0.0",
"@commercetools-frontend/mc-scripts": "17.0.1",
"@commercetools-frontend/mc-scripts": "17.1.0",
"@formatjs/cli": "2.13.2",
"@testing-library/react": "11.1.0",
"dotenv-cli": "4.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/application-shell/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @commercetools-frontend/application-shell

## 17.1.0

### Minor Changes

- [`323cf6b`](https://github.com/commercetools/merchant-center-application-kit/commit/323cf6bb0fba41510947287dd18b346cda6f0833) [#1816](https://github.com/commercetools/merchant-center-application-kit/pull/1816) Thanks [@ahmehri](https://github.com/ahmehri)! - Fix wrong navigation when using Quick Access Product commands

## 17.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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": "17.0.1",
"version": "17.1.0",
"description": "React component to bootstrap the general MC application logic",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/mc-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @commercetools-frontend/mc-scripts

## 17.1.0

### Patch Changes

- [`e824e89`](https://github.com/commercetools/merchant-center-application-kit/commit/e824e891e1dabf9913e768037d12cedc3f943b80) [#1797](https://github.com/commercetools/merchant-center-application-kit/pull/1797) Thanks [@renovate](https://github.com/apps/renovate)! - update dependency mini-css-extract-plugin to v1

* [`e824e89`](https://github.com/commercetools/merchant-center-application-kit/commit/e824e891e1dabf9913e768037d12cedc3f943b80) [#1797](https://github.com/commercetools/merchant-center-application-kit/pull/1797) Thanks [@renovate](https://github.com/apps/renovate)! - update dependency postcss-safe-parser to v5

## 17.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mc-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/mc-scripts",
"version": "17.0.1",
"version": "17.1.0",
"description": "Configuration and scripts for developing a MC application",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# playground

## 17.0.2

### Patch Changes

- Updated dependencies [[`323cf6b`](https://github.com/commercetools/merchant-center-application-kit/commit/323cf6bb0fba41510947287dd18b346cda6f0833)]:
- @commercetools-frontend/application-shell@17.1.0

## 17.0.1

### Patch 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": "17.0.1",
"version": "17.0.2",
"description": "A playground application to get started developing Merchant Center Applications",
"private": true,
"scripts": {
Expand All @@ -17,7 +17,7 @@
"@commercetools-docs/ui-kit": "8.0.0",
"@commercetools-frontend/actions-global": "17.0.1",
"@commercetools-frontend/application-components": "17.0.1",
"@commercetools-frontend/application-shell": "17.0.1",
"@commercetools-frontend/application-shell": "17.1.0",
"@commercetools-frontend/application-shell-connectors": "17.0.1",
"@commercetools-frontend/assets": "16.15.3",
"@commercetools-frontend/constants": "17.0.1",
Expand Down Expand Up @@ -49,7 +49,7 @@
},
"devDependencies": {
"@commercetools-frontend/mc-dev-authentication": "17.0.0",
"@commercetools-frontend/mc-scripts": "17.0.1",
"@commercetools-frontend/mc-scripts": "17.1.0",
"@formatjs/cli": "2.13.2",
"dotenv-cli": "4.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion visual-testing-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"react-router-dom": "5.2.0"
},
"devDependencies": {
"@commercetools-frontend/mc-scripts": "17.0.1"
"@commercetools-frontend/mc-scripts": "17.1.0"
}
}

0 comments on commit 0997c91

Please sign in to comment.