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 1a96e83 commit 356c9d1
Show file tree
Hide file tree
Showing 54 changed files with 299 additions and 120 deletions.
6 changes: 0 additions & 6 deletions .changeset/chilled-bats-eat.md

This file was deleted.

26 changes: 0 additions & 26 deletions .changeset/fifty-taxis-drop.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/small-cooks-raise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-lamps-talk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-experts-allow.md

This file was deleted.

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

## 17.0.13

### Patch Changes

- [`1a96e83`](https://github.com/commercetools/merchant-center-application-kit/commit/1a96e831c94250e10de61dee40e682a77313445f) [#1905](https://github.com/commercetools/merchant-center-application-kit/pull/1905) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies

- Updated dependencies [[`6819edc`](https://github.com/commercetools/merchant-center-application-kit/commit/6819edc25ef7f4a4d8a30c0c27db93ee4dae187a), [`1a96e83`](https://github.com/commercetools/merchant-center-application-kit/commit/1a96e831c94250e10de61dee40e682a77313445f)]:
- @commercetools-frontend/application-components@17.6.2
- @commercetools-frontend/application-shell@17.6.2
- @commercetools-frontend/i18n@17.6.2
- @commercetools-frontend/permissions@17.6.2
- @commercetools-frontend/actions-global@17.6.2

## 17.0.12

### 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": "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 @@ -16,12 +16,12 @@
},
"dependencies": {
"@apollo/client": "3.3.4",
"@commercetools-frontend/actions-global": "17.6.0",
"@commercetools-frontend/application-components": "17.6.0",
"@commercetools-frontend/application-shell": "17.6.1",
"@commercetools-frontend/actions-global": "17.6.2",
"@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",
"@commercetools-frontend/i18n": "17.6.2",
"@commercetools-frontend/permissions": "17.6.2",
"@commercetools-uikit/flat-button": "10.42.2",
"@commercetools-uikit/icons": "10.42.3",
"@commercetools-uikit/spacings": "10.42.2",
Expand All @@ -36,9 +36,9 @@
"redux": "4.0.5"
},
"devDependencies": {
"@commercetools-frontend/jest-preset-mc-app": "17.6.0",
"@commercetools-frontend/jest-preset-mc-app": "17.6.2",
"@commercetools-frontend/mc-dev-authentication": "17.3.0",
"@commercetools-frontend/mc-scripts": "17.6.1",
"@commercetools-frontend/mc-scripts": "17.6.2",
"@formatjs/cli": "2.13.15",
"@testing-library/react": "11.2.2",
"dotenv-cli": "4.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages-backend/express/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @commercetools-backend/express

## 17.6.2

### Patch Changes

- [`1a96e83`](https://github.com/commercetools/merchant-center-application-kit/commit/1a96e831c94250e10de61dee40e682a77313445f) [#1905](https://github.com/commercetools/merchant-center-application-kit/pull/1905) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies

## 17.6.0

### 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": "17.6.0",
"version": "17.6.2",
"description": "Zero-config HTTP server as Express.js to facilitate development",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages-backend/loggers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @commercetools-backend/loggers

## 17.6.2

### Patch Changes

- [`1a96e83`](https://github.com/commercetools/merchant-center-application-kit/commit/1a96e831c94250e10de61dee40e682a77313445f) [#1905](https://github.com/commercetools/merchant-center-application-kit/pull/1905) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies

## 17.6.1

### 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": "17.6.1",
"version": "17.6.2",
"description": "Opinionated JSON loggers for HTTP server applications",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/actions-global/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @commercetools-frontend/actions-global

## 17.6.2

### Patch Changes

- Updated dependencies [[`1a96e83`](https://github.com/commercetools/merchant-center-application-kit/commit/1a96e831c94250e10de61dee40e682a77313445f)]:
- @commercetools-frontend/sentry@17.6.2

## 17.6.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": "17.6.0",
"version": "17.6.2",
"description": "Global redux actions for a MC application",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand All @@ -27,7 +27,7 @@
"@commercetools-frontend/browser-history": "17.6.0",
"@commercetools-frontend/constants": "17.6.0",
"@commercetools-frontend/notifications": "17.6.0",
"@commercetools-frontend/sentry": "17.6.0",
"@commercetools-frontend/sentry": "17.6.2",
"@types/lodash": "^4.14.155",
"lodash": "4.17.20",
"redux-thunk": "2.3.0"
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

## 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.

* [`1a96e83`](https://github.com/commercetools/merchant-center-application-kit/commit/1a96e831c94250e10de61dee40e682a77313445f) [#1905](https://github.com/commercetools/merchant-center-application-kit/pull/1905) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies

* Updated dependencies [[`1a96e83`](https://github.com/commercetools/merchant-center-application-kit/commit/1a96e831c94250e10de61dee40e682a77313445f)]:
- @commercetools-frontend/i18n@17.6.2

## 17.6.0

### Minor 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": "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 Expand Up @@ -32,7 +32,7 @@
"@babel/runtime-corejs3": "7.12.5",
"@commercetools-frontend/assets": "17.3.0",
"@commercetools-frontend/constants": "17.6.0",
"@commercetools-frontend/i18n": "17.6.0",
"@commercetools-frontend/i18n": "17.6.2",
"@commercetools-uikit/card": "^10.42.2",
"@commercetools-uikit/constraints": "^10.42.2",
"@commercetools-uikit/flat-button": "^10.42.2",
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

## 17.6.2

### Patch Changes

- [`1a96e83`](https://github.com/commercetools/merchant-center-application-kit/commit/1a96e831c94250e10de61dee40e682a77313445f) [#1905](https://github.com/commercetools/merchant-center-application-kit/pull/1905) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies

* [`c7b321a`](https://github.com/commercetools/merchant-center-application-kit/commit/c7b321aa3eaae6aae803590999179b95b3da2b9a) [#1907](https://github.com/commercetools/merchant-center-application-kit/pull/1907) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency json-schema-to-typescript to v10

## 17.6.0

### 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": "17.6.0",
"version": "17.6.2",
"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

## 17.6.2

### Patch Changes

- [`1a96e83`](https://github.com/commercetools/merchant-center-application-kit/commit/1a96e831c94250e10de61dee40e682a77313445f) [#1905](https://github.com/commercetools/merchant-center-application-kit/pull/1905) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies

- Updated dependencies [[`1a96e83`](https://github.com/commercetools/merchant-center-application-kit/commit/1a96e831c94250e10de61dee40e682a77313445f)]:
- @commercetools-frontend/sentry@17.6.2

## 17.6.0

### 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": "17.6.0",
"version": "17.6.2",
"description": "Contains complementary tools for @commercetools-frontend/application-shell",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"@babel/runtime": "7.12.5",
"@babel/runtime-corejs3": "7.12.5",
"@commercetools-frontend/constants": "17.6.0",
"@commercetools-frontend/sentry": "17.6.0",
"@commercetools-frontend/sentry": "17.6.2",
"@emotion/react": "11.1.2",
"@types/lodash": "^4.14.155",
"@types/prop-types": "^15.7.3",
Expand Down
16 changes: 16 additions & 0 deletions packages/application-shell/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @commercetools-frontend/application-shell

## 17.6.2

### Patch Changes

- [`1a96e83`](https://github.com/commercetools/merchant-center-application-kit/commit/1a96e831c94250e10de61dee40e682a77313445f) [#1905](https://github.com/commercetools/merchant-center-application-kit/pull/1905) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies

- Updated dependencies [[`6819edc`](https://github.com/commercetools/merchant-center-application-kit/commit/6819edc25ef7f4a4d8a30c0c27db93ee4dae187a), [`1a96e83`](https://github.com/commercetools/merchant-center-application-kit/commit/1a96e831c94250e10de61dee40e682a77313445f)]:
- @commercetools-frontend/application-components@17.6.2
- @commercetools-frontend/react-notifications@17.6.2
- @commercetools-frontend/application-shell-connectors@17.6.2
- @commercetools-frontend/i18n@17.6.2
- @commercetools-frontend/l10n@17.6.2
- @commercetools-frontend/permissions@17.6.2
- @commercetools-frontend/sentry@17.6.2
- @commercetools-frontend/actions-global@17.6.2

## 17.6.1

### Patch Changes
Expand Down
18 changes: 9 additions & 9 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 @@ -33,19 +33,19 @@
"dependencies": {
"@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-shell-connectors": "17.6.0",
"@commercetools-frontend/actions-global": "17.6.2",
"@commercetools-frontend/application-components": "17.6.2",
"@commercetools-frontend/application-shell-connectors": "17.6.2",
"@commercetools-frontend/assets": "17.3.0",
"@commercetools-frontend/browser-history": "17.6.0",
"@commercetools-frontend/constants": "17.6.0",
"@commercetools-frontend/i18n": "17.6.0",
"@commercetools-frontend/l10n": "17.6.1",
"@commercetools-frontend/i18n": "17.6.2",
"@commercetools-frontend/l10n": "17.6.2",
"@commercetools-frontend/notifications": "17.6.0",
"@commercetools-frontend/permissions": "17.6.0",
"@commercetools-frontend/react-notifications": "17.6.0",
"@commercetools-frontend/permissions": "17.6.2",
"@commercetools-frontend/react-notifications": "17.6.2",
"@commercetools-frontend/sdk": "17.6.0",
"@commercetools-frontend/sentry": "17.6.0",
"@commercetools-frontend/sentry": "17.6.2",
"@commercetools-frontend/url-utils": "17.6.0",
"@commercetools-uikit/avatar": "^10.42.2",
"@commercetools-uikit/card": "^10.42.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/babel-preset-mc-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @commercetools-frontend/babel-preset-mc-app

## 17.6.2

### Patch Changes

- [`1a96e83`](https://github.com/commercetools/merchant-center-application-kit/commit/1a96e831c94250e10de61dee40e682a77313445f) [#1905](https://github.com/commercetools/merchant-center-application-kit/pull/1905) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies

* [`e4dc8f8`](https://github.com/commercetools/merchant-center-application-kit/commit/e4dc8f88c1d101f846655e92a69505db6ba2acfd) [#1908](https://github.com/commercetools/merchant-center-application-kit/pull/1908) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update dependency babel-plugin-macros to v3

## 17.6.0

### 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": "17.6.0",
"version": "17.6.2",
"description": "Babel preset 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/create-mc-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @commercetools-frontend/create-mc-app

## 17.6.2

### Patch Changes

- [`1a96e83`](https://github.com/commercetools/merchant-center-application-kit/commit/1a96e831c94250e10de61dee40e682a77313445f) [#1905](https://github.com/commercetools/merchant-center-application-kit/pull/1905) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies

* [`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
Loading

0 comments on commit 356c9d1

Please sign in to comment.