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 25, 2020
1 parent ebb2441 commit a6e82a0
Show file tree
Hide file tree
Showing 54 changed files with 324 additions and 156 deletions.
6 changes: 0 additions & 6 deletions .changeset/few-clouds-smile.md

This file was deleted.

19 changes: 0 additions & 19 deletions .changeset/fifty-socks-fly.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-spiders-kneel.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/friendly-doors-pretend.md

This file was deleted.

16 changes: 0 additions & 16 deletions .changeset/itchy-seahorses-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nervous-beers-exercise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-tips-sleep.md

This file was deleted.

22 changes: 0 additions & 22 deletions .changeset/soft-tomatoes-boil.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/stale-worms-tease.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-readers-invent.md

This file was deleted.

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

## 16.11.6

### Patch Changes

- [`8eb85a0`](https://github.com/commercetools/merchant-center-application-kit/commit/8eb85a0c79774d3ae1eea73460233c1fcb36c855) [#1736](https://github.com/commercetools/merchant-center-application-kit/pull/1736) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency dotenv-cli to v4

* [`786c697`](https://github.com/commercetools/merchant-center-application-kit/commit/786c6978c1febf927db6b45c758498b72e8e48be) [#1745](https://github.com/commercetools/merchant-center-application-kit/pull/1745) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update all dependencies

- [`178ff31`](https://github.com/commercetools/merchant-center-application-kit/commit/178ff317426e0cfcfe1c0adf42a9eada3b134642) [#1734](https://github.com/commercetools/merchant-center-application-kit/pull/1734) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update all dependencies

* [`9bc8558`](https://github.com/commercetools/merchant-center-application-kit/commit/9bc85581d336c7d75fda5dc82a1c02f32f16c1fb) [#1704](https://github.com/commercetools/merchant-center-application-kit/pull/1704) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies

* Updated dependencies [[`786c697`](https://github.com/commercetools/merchant-center-application-kit/commit/786c6978c1febf927db6b45c758498b72e8e48be), [`ebb2441`](https://github.com/commercetools/merchant-center-application-kit/commit/ebb2441cfb5ee126a1be0ea0add017ec53aefbba), [`178ff31`](https://github.com/commercetools/merchant-center-application-kit/commit/178ff317426e0cfcfe1c0adf42a9eada3b134642), [`9bc8558`](https://github.com/commercetools/merchant-center-application-kit/commit/9bc85581d336c7d75fda5dc82a1c02f32f16c1fb)]:
- @commercetools-frontend/application-components@16.16.6
- @commercetools-frontend/application-shell@16.16.6
- @commercetools-frontend/i18n@16.16.6
- @commercetools-frontend/mc-http-server@16.16.6
- @commercetools-frontend/permissions@16.16.6

## 16.11.5

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

## 16.16.6

### Patch Changes

- [`786c697`](https://github.com/commercetools/merchant-center-application-kit/commit/786c6978c1febf927db6b45c758498b72e8e48be) [#1745](https://github.com/commercetools/merchant-center-application-kit/pull/1745) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update all dependencies

* [`178ff31`](https://github.com/commercetools/merchant-center-application-kit/commit/178ff317426e0cfcfe1c0adf42a9eada3b134642) [#1734](https://github.com/commercetools/merchant-center-application-kit/pull/1734) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update all dependencies

- [`9bc8558`](https://github.com/commercetools/merchant-center-application-kit/commit/9bc85581d336c7d75fda5dc82a1c02f32f16c1fb) [#1704](https://github.com/commercetools/merchant-center-application-kit/pull/1704) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies

## 16.16.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages-backend/express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-backend/express",
"version": "16.16.1",
"version": "16.16.6",
"description": "Zero-config HTTP server as Express.js to facilitate development",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages-backend/loggers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @commercetools-backend/loggers

## 16.16.6

### Patch Changes

- [`786c697`](https://github.com/commercetools/merchant-center-application-kit/commit/786c6978c1febf927db6b45c758498b72e8e48be) [#1745](https://github.com/commercetools/merchant-center-application-kit/pull/1745) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update all dependencies

* [`9bc8558`](https://github.com/commercetools/merchant-center-application-kit/commit/9bc85581d336c7d75fda5dc82a1c02f32f16c1fb) [#1704](https://github.com/commercetools/merchant-center-application-kit/pull/1704) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies

## 16.16.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages-backend/loggers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-backend/loggers",
"version": "16.16.4",
"version": "16.16.6",
"description": "Opinionated JSON loggers for HTTP server applications",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/application-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @commercetools-frontend/application-components

## 16.16.6

### Patch Changes

- [`786c697`](https://github.com/commercetools/merchant-center-application-kit/commit/786c6978c1febf927db6b45c758498b72e8e48be) [#1745](https://github.com/commercetools/merchant-center-application-kit/pull/1745) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update all dependencies

* [`9bc8558`](https://github.com/commercetools/merchant-center-application-kit/commit/9bc85581d336c7d75fda5dc82a1c02f32f16c1fb) [#1704](https://github.com/commercetools/merchant-center-application-kit/pull/1704) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies

* Updated dependencies [[`786c697`](https://github.com/commercetools/merchant-center-application-kit/commit/786c6978c1febf927db6b45c758498b72e8e48be), [`9bc8558`](https://github.com/commercetools/merchant-center-application-kit/commit/9bc85581d336c7d75fda5dc82a1c02f32f16c1fb)]:
- @commercetools-frontend/i18n@16.16.6

## 16.16.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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": "16.16.5",
"version": "16.16.6",
"description": "Generic components for building Merchant Center applications",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down Expand Up @@ -44,7 +44,7 @@
"@babel/runtime-corejs3": "7.11.2",
"@commercetools-frontend/assets": "16.15.3",
"@commercetools-frontend/constants": "16.16.0",
"@commercetools-frontend/i18n": "16.16.5",
"@commercetools-frontend/i18n": "16.16.6",
"@commercetools-uikit/card": "^10.30.1",
"@commercetools-uikit/constraints": "^10.30.1",
"@commercetools-uikit/design-system": "^10.18.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/application-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @commercetools-frontend/application-config

## 16.16.6

### Patch Changes

- [`178ff31`](https://github.com/commercetools/merchant-center-application-kit/commit/178ff317426e0cfcfe1c0adf42a9eada3b134642) [#1734](https://github.com/commercetools/merchant-center-application-kit/pull/1734) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update all dependencies

* [`9bc8558`](https://github.com/commercetools/merchant-center-application-kit/commit/9bc85581d336c7d75fda5dc82a1c02f32f16c1fb) [#1704](https://github.com/commercetools/merchant-center-application-kit/pull/1704) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies

## 16.16.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/application-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/application-config",
"version": "16.16.1",
"version": "16.16.6",
"description": "Configuration utilities for building Custom Applications",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/application-shell-connectors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @commercetools-frontend/application-shell-connectors

## 16.16.6

### Patch Changes

- [`178ff31`](https://github.com/commercetools/merchant-center-application-kit/commit/178ff317426e0cfcfe1c0adf42a9eada3b134642) [#1734](https://github.com/commercetools/merchant-center-application-kit/pull/1734) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update all dependencies

- Updated dependencies [[`786c697`](https://github.com/commercetools/merchant-center-application-kit/commit/786c6978c1febf927db6b45c758498b72e8e48be), [`9bc8558`](https://github.com/commercetools/merchant-center-application-kit/commit/9bc85581d336c7d75fda5dc82a1c02f32f16c1fb)]:
- @commercetools-frontend/sentry@16.16.6

## 16.16.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.4",
"version": "16.16.6",
"description": "Contains complementary tools for @commercetools-frontend/application-shell",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down Expand Up @@ -45,7 +45,7 @@
"@babel/runtime": "7.11.2",
"@babel/runtime-corejs3": "7.11.2",
"@commercetools-frontend/constants": "16.16.0",
"@commercetools-frontend/sentry": "16.16.4",
"@commercetools-frontend/sentry": "16.16.6",
"@types/lodash": "^4.14.155",
"@types/prop-types": "^15.7.3",
"apollo-cache-inmemory": "1.6.6",
Expand Down
21 changes: 21 additions & 0 deletions packages/application-shell/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @commercetools-frontend/application-shell

## 16.16.6

### Patch Changes

- [`786c697`](https://github.com/commercetools/merchant-center-application-kit/commit/786c6978c1febf927db6b45c758498b72e8e48be) [#1745](https://github.com/commercetools/merchant-center-application-kit/pull/1745) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update all dependencies

* [`ebb2441`](https://github.com/commercetools/merchant-center-application-kit/commit/ebb2441cfb5ee126a1be0ea0add017ec53aefbba) [#1754](https://github.com/commercetools/merchant-center-application-kit/pull/1754) Thanks [@tdeekens](https://github.com/tdeekens)! - fix(application-shell): to support token retry on mc backend graphql …

- [`178ff31`](https://github.com/commercetools/merchant-center-application-kit/commit/178ff317426e0cfcfe1c0adf42a9eada3b134642) [#1734](https://github.com/commercetools/merchant-center-application-kit/pull/1734) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update all dependencies

* [`9bc8558`](https://github.com/commercetools/merchant-center-application-kit/commit/9bc85581d336c7d75fda5dc82a1c02f32f16c1fb) [#1704](https://github.com/commercetools/merchant-center-application-kit/pull/1704) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies

* Updated dependencies [[`786c697`](https://github.com/commercetools/merchant-center-application-kit/commit/786c6978c1febf927db6b45c758498b72e8e48be), [`178ff31`](https://github.com/commercetools/merchant-center-application-kit/commit/178ff317426e0cfcfe1c0adf42a9eada3b134642), [`9bc8558`](https://github.com/commercetools/merchant-center-application-kit/commit/9bc85581d336c7d75fda5dc82a1c02f32f16c1fb), [`1fdde03`](https://github.com/commercetools/merchant-center-application-kit/commit/1fdde039f36a0290bfc1c179002cfe6d535f35c0)]:
- @commercetools-frontend/application-components@16.16.6
- @commercetools-frontend/i18n@16.16.6
- @commercetools-frontend/react-notifications@16.16.6
- @commercetools-frontend/sentry@16.16.6
- @commercetools-frontend/application-shell-connectors@16.16.6
- @commercetools-frontend/l10n@16.16.6
- @commercetools-frontend/permissions@16.16.6

## 16.16.5

### Patch Changes
Expand Down
16 changes: 8 additions & 8 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.5",
"version": "16.16.6",
"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 @@ -46,18 +46,18 @@
"@babel/runtime": "7.11.2",
"@babel/runtime-corejs3": "7.11.2",
"@commercetools-frontend/actions-global": "16.16.0",
"@commercetools-frontend/application-components": "16.16.5",
"@commercetools-frontend/application-shell-connectors": "16.16.4",
"@commercetools-frontend/application-components": "16.16.6",
"@commercetools-frontend/application-shell-connectors": "16.16.6",
"@commercetools-frontend/assets": "16.15.3",
"@commercetools-frontend/browser-history": "16.16.0",
"@commercetools-frontend/constants": "16.16.0",
"@commercetools-frontend/i18n": "16.16.5",
"@commercetools-frontend/l10n": "16.16.4",
"@commercetools-frontend/i18n": "16.16.6",
"@commercetools-frontend/l10n": "16.16.6",
"@commercetools-frontend/notifications": "16.16.0",
"@commercetools-frontend/permissions": "16.16.4",
"@commercetools-frontend/react-notifications": "16.16.5",
"@commercetools-frontend/permissions": "16.16.6",
"@commercetools-frontend/react-notifications": "16.16.6",
"@commercetools-frontend/sdk": "16.16.1",
"@commercetools-frontend/sentry": "16.16.4",
"@commercetools-frontend/sentry": "16.16.6",
"@commercetools-frontend/url-utils": "16.16.0",
"@commercetools-uikit/avatar": "^10.30.1",
"@commercetools-uikit/design-system": "^10.18.4",
Expand Down
6 changes: 6 additions & 0 deletions packages/babel-preset-mc-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @commercetools-frontend/babel-preset-mc-app

## 16.16.6

### Patch Changes

- [`9bc8558`](https://github.com/commercetools/merchant-center-application-kit/commit/9bc85581d336c7d75fda5dc82a1c02f32f16c1fb) [#1704](https://github.com/commercetools/merchant-center-application-kit/pull/1704) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies

## 16.16.1

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

## 16.16.6

### Patch Changes

- [`786c697`](https://github.com/commercetools/merchant-center-application-kit/commit/786c6978c1febf927db6b45c758498b72e8e48be) [#1745](https://github.com/commercetools/merchant-center-application-kit/pull/1745) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update all dependencies

* [`9bc8558`](https://github.com/commercetools/merchant-center-application-kit/commit/9bc85581d336c7d75fda5dc82a1c02f32f16c1fb) [#1704](https://github.com/commercetools/merchant-center-application-kit/pull/1704) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies

* Updated dependencies [[`786c697`](https://github.com/commercetools/merchant-center-application-kit/commit/786c6978c1febf927db6b45c758498b72e8e48be), [`9bc8558`](https://github.com/commercetools/merchant-center-application-kit/commit/9bc85581d336c7d75fda5dc82a1c02f32f16c1fb)]:
- @commercetools-frontend/sentry@16.16.6

## 16.16.5

### Patch Changes
Expand Down
Loading

0 comments on commit a6e82a0

Please sign in to comment.