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 Sep 7, 2020
1 parent d8915a8 commit a81845a
Show file tree
Hide file tree
Showing 20 changed files with 100 additions and 38 deletions.
11 changes: 0 additions & 11 deletions .changeset/green-steaks-tell.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/kind-kangaroos-decide.md

This file was deleted.

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

## 16.11.4

### Patch Changes

- [`d8915a8`](https://github.com/commercetools/merchant-center-application-kit/commit/d8915a8b29ac940839720d5912a1ef0050b9ada5) [#1713](https://github.com/commercetools/merchant-center-application-kit/pull/1713) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency @testing-library/react to v11

Added support for both @testing-library/react to v11 and v10.

- Updated dependencies [[`d8915a8`](https://github.com/commercetools/merchant-center-application-kit/commit/d8915a8b29ac940839720d5912a1ef0050b9ada5)]:
- @commercetools-frontend/application-shell@16.16.4
- @commercetools-frontend/permissions@16.16.4

## 16.11.3

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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": "16.11.3",
"version": "16.11.4",
"description": "A starter example for the bare minimum setup to develop a Merchant Center Application",
"private": true,
"scripts": {
Expand All @@ -15,11 +15,11 @@
"dependencies": {
"@commercetools-frontend/actions-global": "16.16.0",
"@commercetools-frontend/application-components": "16.16.2",
"@commercetools-frontend/application-shell": "16.16.3",
"@commercetools-frontend/application-shell": "16.16.4",
"@commercetools-frontend/assets": "16.15.3",
"@commercetools-frontend/i18n": "16.16.2",
"@commercetools-frontend/mc-http-server": "16.16.1",
"@commercetools-frontend/permissions": "16.16.1",
"@commercetools-frontend/permissions": "16.16.4",
"@commercetools-uikit/flat-button": "10.30.1",
"@commercetools-uikit/icons": "10.30.1",
"@commercetools-uikit/spacings": "10.18.7",
Expand All @@ -36,7 +36,7 @@
"redux": "4.0.5"
},
"devDependencies": {
"@commercetools-frontend/jest-preset-mc-app": "16.16.1",
"@commercetools-frontend/jest-preset-mc-app": "16.16.4",
"@commercetools-frontend/mc-scripts": "16.16.3",
"@testing-library/react": "11.0.2",
"dotenv-cli": "3.2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/application-shell-connectors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @commercetools-frontend/application-shell-connectors

## 16.16.4

### Patch Changes

- [`d8915a8`](https://github.com/commercetools/merchant-center-application-kit/commit/d8915a8b29ac940839720d5912a1ef0050b9ada5) [#1713](https://github.com/commercetools/merchant-center-application-kit/pull/1713) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency @testing-library/react to v11

Added support for both @testing-library/react to v11 and v10.

## 16.16.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/application-shell-connectors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/application-shell-connectors",
"version": "16.16.1",
"version": "16.16.4",
"description": "Contains complementary tools for @commercetools-frontend/application-shell",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down
13 changes: 13 additions & 0 deletions packages/application-shell/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @commercetools-frontend/application-shell

## 16.16.4

### Patch Changes

- [`d8915a8`](https://github.com/commercetools/merchant-center-application-kit/commit/d8915a8b29ac940839720d5912a1ef0050b9ada5) [#1713](https://github.com/commercetools/merchant-center-application-kit/pull/1713) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency @testing-library/react to v11

Added support for both @testing-library/react to v11 and v10.

- Updated dependencies [[`d8915a8`](https://github.com/commercetools/merchant-center-application-kit/commit/d8915a8b29ac940839720d5912a1ef0050b9ada5)]:
- @commercetools-frontend/application-shell-connectors@16.16.4
- @commercetools-frontend/react-notifications@16.16.4
- @commercetools-frontend/permissions@16.16.4

## 16.16.3

### Patch 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": "16.16.3",
"version": "16.16.4",
"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 @@ -47,15 +47,15 @@
"@babel/runtime-corejs3": "7.11.2",
"@commercetools-frontend/actions-global": "16.16.0",
"@commercetools-frontend/application-components": "16.16.2",
"@commercetools-frontend/application-shell-connectors": "16.16.1",
"@commercetools-frontend/application-shell-connectors": "16.16.4",
"@commercetools-frontend/assets": "16.15.3",
"@commercetools-frontend/browser-history": "16.16.0",
"@commercetools-frontend/constants": "16.16.0",
"@commercetools-frontend/i18n": "16.16.2",
"@commercetools-frontend/l10n": "16.16.1",
"@commercetools-frontend/notifications": "16.16.0",
"@commercetools-frontend/permissions": "16.16.1",
"@commercetools-frontend/react-notifications": "16.16.1",
"@commercetools-frontend/permissions": "16.16.4",
"@commercetools-frontend/react-notifications": "16.16.4",
"@commercetools-frontend/sdk": "16.16.1",
"@commercetools-frontend/sentry": "16.16.1",
"@commercetools-frontend/url-utils": "16.16.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-config-mc-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @commercetools-frontend/eslint-config-mc-app

## 16.16.4

### Patch Changes

- [`5b9ca52`](https://github.com/commercetools/merchant-center-application-kit/commit/5b9ca52bf521332151c2771b80514542bf47c0a3) [#1714](https://github.com/commercetools/merchant-center-application-kit/pull/1714) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency eslint-plugin-jest to v24

Add support for using both eslint-plugin-jest to v24 and v23.

## 16.15.3

### 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": "16.15.3",
"version": "16.16.4",
"description": "ESLint config used by a MC application",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/jest-preset-mc-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @commercetools-frontend/jest-preset-mc-app

## 16.16.4

### Patch Changes

- [`d8915a8`](https://github.com/commercetools/merchant-center-application-kit/commit/d8915a8b29ac940839720d5912a1ef0050b9ada5) [#1713](https://github.com/commercetools/merchant-center-application-kit/pull/1713) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency @testing-library/react to v11

Added support for both @testing-library/react to v11 and v10.

## 16.16.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-preset-mc-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/jest-preset-mc-app",
"version": "16.16.1",
"version": "16.16.4",
"description": "Jest preset used by a MC application",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/permissions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @commercetools-frontend/permissions

## 16.16.4

### Patch Changes

- Updated dependencies [[`d8915a8`](https://github.com/commercetools/merchant-center-application-kit/commit/d8915a8b29ac940839720d5912a1ef0050b9ada5)]:
- @commercetools-frontend/application-shell-connectors@16.16.4

## 16.16.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/permissions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/permissions",
"version": "16.16.1",
"version": "16.16.4",
"description": "React components to declaratively handle MC permissions",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"@babel/runtime": "7.11.2",
"@babel/runtime-corejs3": "7.11.2",
"@commercetools-frontend/application-shell-connectors": "16.16.1",
"@commercetools-frontend/application-shell-connectors": "16.16.4",
"@types/lodash": "^4.14.155",
"@types/prop-types": "^15.7.3",
"lodash": "4.17.20",
Expand Down
8 changes: 8 additions & 0 deletions packages/react-notifications/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @commercetools-frontend/react-notifications

## 16.16.4

### Patch Changes

- [`d8915a8`](https://github.com/commercetools/merchant-center-application-kit/commit/d8915a8b29ac940839720d5912a1ef0050b9ada5) [#1713](https://github.com/commercetools/merchant-center-application-kit/pull/1713) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency @testing-library/react to v11

Added support for both @testing-library/react to v11 and v10.

## 16.16.1

### 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": "16.16.1",
"version": "16.16.4",
"description": "React bindings for @commercetools-frontend/notifications",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# playground

## 16.11.4

### Patch Changes

- Updated dependencies [[`d8915a8`](https://github.com/commercetools/merchant-center-application-kit/commit/d8915a8b29ac940839720d5912a1ef0050b9ada5)]:
- @commercetools-frontend/application-shell-connectors@16.16.4
- @commercetools-frontend/application-shell@16.16.4
- @commercetools-frontend/permissions@16.16.4

## 16.11.3

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playground",
"version": "16.11.3",
"version": "16.11.4",
"description": "A playground application to get started developing Merchant Center Applications",
"private": true,
"scripts": {
Expand All @@ -15,14 +15,14 @@
"@commercetools-docs/ui-kit": "7.0.5",
"@commercetools-frontend/actions-global": "16.16.0",
"@commercetools-frontend/application-components": "16.16.2",
"@commercetools-frontend/application-shell": "16.16.3",
"@commercetools-frontend/application-shell-connectors": "16.16.1",
"@commercetools-frontend/application-shell": "16.16.4",
"@commercetools-frontend/application-shell-connectors": "16.16.4",
"@commercetools-frontend/assets": "16.15.3",
"@commercetools-frontend/constants": "16.16.0",
"@commercetools-frontend/i18n": "16.16.2",
"@commercetools-frontend/l10n": "16.16.1",
"@commercetools-frontend/mc-http-server": "16.16.1",
"@commercetools-frontend/permissions": "16.16.1",
"@commercetools-frontend/permissions": "16.16.4",
"@commercetools-frontend/sdk": "16.16.1",
"@commercetools-uikit/constraints": "10.30.1",
"@commercetools-uikit/data-table": "10.30.5",
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

## 16.12.3

### Patch Changes

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

## 16.12.2

### Patch 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": "16.12.2",
"version": "16.12.3",
"description": "An app to facilitate visual testing",
"private": true,
"scripts": {
Expand All @@ -13,7 +13,7 @@
"dependencies": {
"@commercetools-frontend/application-components": "16.16.2",
"@commercetools-frontend/constants": "16.16.0",
"@commercetools-frontend/react-notifications": "16.16.1",
"@commercetools-frontend/react-notifications": "16.16.4",
"@commercetools-uikit/design-system": "10.18.4",
"@commercetools-uikit/icon-button": "10.30.1",
"@commercetools-uikit/icons": "10.30.1",
Expand Down

0 comments on commit a81845a

Please sign in to comment.