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 Dec 8, 2020
1 parent 9c44ec6 commit 76f2a48
Show file tree
Hide file tree
Showing 21 changed files with 81 additions and 34 deletions.
6 changes: 0 additions & 6 deletions .changeset/chilled-bats-eat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-birds-notice.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-experts-allow.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

## 17.0.13

### Patch Changes

- Updated dependencies [[`6819edc`](https://github.com/commercetools/merchant-center-application-kit/commit/6819edc25ef7f4a4d8a30c0c27db93ee4dae187a)]:
- @commercetools-frontend/application-components@17.6.2
- @commercetools-frontend/application-shell@17.6.2

## 17.0.12

### 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.12",
"version": "17.0.13",
"description": "A starter example for the bare minimum setup to develop a Merchant Center Application",
"private": true,
"scripts": {
Expand All @@ -17,8 +17,8 @@
"dependencies": {
"@apollo/client": "3.2.7",
"@commercetools-frontend/actions-global": "17.6.0",
"@commercetools-frontend/application-components": "17.6.0",
"@commercetools-frontend/application-shell": "17.6.1",
"@commercetools-frontend/application-components": "17.6.2",
"@commercetools-frontend/application-shell": "17.6.2",
"@commercetools-frontend/assets": "17.3.0",
"@commercetools-frontend/i18n": "17.6.0",
"@commercetools-frontend/permissions": "17.6.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/application-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @commercetools-frontend/application-components

## 17.6.2

### Patch Changes

- [`6819edc`](https://github.com/commercetools/merchant-center-application-kit/commit/6819edc25ef7f4a4d8a30c0c27db93ee4dae187a) [#1915](https://github.com/commercetools/merchant-center-application-kit/pull/1915) Thanks [@emmenko](https://github.com/emmenko)! - Fix prop-types removal regression from production bundles.

## 17.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/application-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/application-components",
"version": "17.6.0",
"version": "17.6.2",
"description": "Generic components for building Merchant Center applications",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/application-shell/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @commercetools-frontend/application-shell

## 17.6.2

### Patch Changes

- Updated dependencies [[`6819edc`](https://github.com/commercetools/merchant-center-application-kit/commit/6819edc25ef7f4a4d8a30c0c27db93ee4dae187a)]:
- @commercetools-frontend/application-components@17.6.2
- @commercetools-frontend/react-notifications@17.6.2

## 17.6.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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": "17.6.1",
"version": "17.6.2",
"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 @@ -34,7 +34,7 @@
"@babel/runtime": "7.12.5",
"@babel/runtime-corejs3": "7.12.5",
"@commercetools-frontend/actions-global": "17.6.0",
"@commercetools-frontend/application-components": "17.6.0",
"@commercetools-frontend/application-components": "17.6.2",
"@commercetools-frontend/application-shell-connectors": "17.6.0",
"@commercetools-frontend/assets": "17.3.0",
"@commercetools-frontend/browser-history": "17.6.0",
Expand All @@ -43,7 +43,7 @@
"@commercetools-frontend/l10n": "17.6.1",
"@commercetools-frontend/notifications": "17.6.0",
"@commercetools-frontend/permissions": "17.6.0",
"@commercetools-frontend/react-notifications": "17.6.0",
"@commercetools-frontend/react-notifications": "17.6.2",
"@commercetools-frontend/sdk": "17.6.0",
"@commercetools-frontend/sentry": "17.6.0",
"@commercetools-frontend/url-utils": "17.6.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/create-mc-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @commercetools-frontend/create-mc-app

## 17.6.2

### Patch Changes

- [`5b7ab6b`](https://github.com/commercetools/merchant-center-application-kit/commit/5b7ab6bcbcf5bf827e6e0f294cc8ccb4a8f8e45c) [#1920](https://github.com/commercetools/merchant-center-application-kit/pull/1920) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update dependency execa to v5

## 17.6.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-mc-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/create-mc-app",
"version": "17.6.0",
"version": "17.6.2",
"description": "Create Merchant Center applications to quickly get up and running",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-config-mc-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @commercetools-frontend/eslint-config-mc-app

## 17.6.2

### Patch Changes

- [`9c44ec6`](https://github.com/commercetools/merchant-center-application-kit/commit/9c44ec68cc35e6d03e815265e5ec4a1041f11a78) [#1917](https://github.com/commercetools/merchant-center-application-kit/pull/1917) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency eslint-config-prettier to v7

## 17.3.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-mc-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/eslint-config-mc-app",
"version": "17.3.0",
"version": "17.6.2",
"description": "ESLint config used by a MC application",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/react-notifications/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @commercetools-frontend/react-notifications

## 17.6.2

### Patch Changes

- [`6819edc`](https://github.com/commercetools/merchant-center-application-kit/commit/6819edc25ef7f4a4d8a30c0c27db93ee4dae187a) [#1915](https://github.com/commercetools/merchant-center-application-kit/pull/1915) Thanks [@emmenko](https://github.com/emmenko)! - Fix prop-types removal regression from production bundles.

## 17.6.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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": "17.6.0",
"version": "17.6.2",
"description": "React bindings for @commercetools-frontend/notifications",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
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

## 17.0.14

### Patch Changes

- Updated dependencies [[`6819edc`](https://github.com/commercetools/merchant-center-application-kit/commit/6819edc25ef7f4a4d8a30c0c27db93ee4dae187a)]:
- @commercetools-frontend/application-components@17.6.2
- @commercetools-frontend/application-shell@17.6.2

## 17.0.13

### 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.13",
"version": "17.0.14",
"description": "A playground application to get started developing Merchant Center Applications",
"private": true,
"scripts": {
Expand All @@ -16,8 +16,8 @@
"dependencies": {
"@commercetools-docs/ui-kit": "11.0.2",
"@commercetools-frontend/actions-global": "17.6.0",
"@commercetools-frontend/application-components": "17.6.0",
"@commercetools-frontend/application-shell": "17.6.1",
"@commercetools-frontend/application-components": "17.6.2",
"@commercetools-frontend/application-shell": "17.6.2",
"@commercetools-frontend/application-shell-connectors": "17.6.0",
"@commercetools-frontend/assets": "17.3.0",
"@commercetools-frontend/constants": "17.6.0",
Expand Down
8 changes: 8 additions & 0 deletions visual-testing-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @commercetools-local/visual-testing-app

## 17.0.11

### Patch Changes

- Updated dependencies [[`6819edc`](https://github.com/commercetools/merchant-center-application-kit/commit/6819edc25ef7f4a4d8a30c0c27db93ee4dae187a)]:
- @commercetools-frontend/application-components@17.6.2
- @commercetools-frontend/react-notifications@17.6.2

## 17.0.10

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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": "17.0.10",
"version": "17.0.11",
"description": "An app to facilitate visual testing",
"private": true,
"scripts": {
Expand All @@ -11,9 +11,9 @@
"serve": "mc-scripts serve"
},
"dependencies": {
"@commercetools-frontend/application-components": "17.6.0",
"@commercetools-frontend/application-components": "17.6.2",
"@commercetools-frontend/constants": "17.6.0",
"@commercetools-frontend/react-notifications": "17.6.0",
"@commercetools-frontend/react-notifications": "17.6.2",
"@commercetools-uikit/design-system": "10.42.2",
"@commercetools-uikit/icon-button": "10.42.2",
"@commercetools-uikit/icons": "10.42.2",
Expand Down
7 changes: 7 additions & 0 deletions website-components-playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @commercetools-website/components-playground

## 16.10.19

### Patch Changes

- Updated dependencies [[`6819edc`](https://github.com/commercetools/merchant-center-application-kit/commit/6819edc25ef7f4a4d8a30c0c27db93ee4dae187a)]:
- @commercetools-frontend/application-components@17.6.2

## 16.10.18

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions website-components-playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-website/components-playground",
"version": "16.10.18",
"version": "16.10.19",
"private": true,
"scripts": {
"build:local": "gatsby build",
Expand All @@ -10,7 +10,7 @@
"serve": "gatsby serve"
},
"dependencies": {
"@commercetools-frontend/application-components": "17.6.0",
"@commercetools-frontend/application-components": "17.6.2",
"@commercetools-frontend/i18n": "17.6.0",
"@commercetools-uikit/design-system": "10.42.2",
"@commercetools-uikit/icon-button": "10.42.2",
Expand Down

0 comments on commit 76f2a48

Please sign in to comment.