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 Nov 23, 2020
1 parent d832bd4 commit 4603acd
Show file tree
Hide file tree
Showing 29 changed files with 160 additions and 62 deletions.
13 changes: 0 additions & 13 deletions .changeset/forty-months-explode.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/good-zebras-promise.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/large-taxis-deny.md

This file was deleted.

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

## 17.0.9

### Patch Changes

- [`636fc45`](https://github.com/commercetools/merchant-center-application-kit/commit/636fc45c0d53544a90b0977b2212ec3a8aec8b94) [#1887](https://github.com/commercetools/merchant-center-application-kit/pull/1887) Thanks [@adnasa](https://github.com/adnasa)! - upgrade ui-kit, which includes the new [horizontal constraint changes](https://github.com/commercetools/ui-kit/pull/1632).

- Updated dependencies [[`636fc45`](https://github.com/commercetools/merchant-center-application-kit/commit/636fc45c0d53544a90b0977b2212ec3a8aec8b94), [`e2d519f`](https://github.com/commercetools/merchant-center-application-kit/commit/e2d519f8669319a60d70eddb04fbaeb5649ad638), [`d832bd4`](https://github.com/commercetools/merchant-center-application-kit/commit/d832bd44c354aaf2374c0c75c9050c673998ff32)]:
- @commercetools-frontend/application-components@17.4.1
- @commercetools-frontend/application-shell@17.4.1
- @commercetools-frontend/i18n@17.4.1

## 17.0.8

### Patch Changes
Expand Down
12 changes: 6 additions & 6 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.8",
"version": "17.0.9",
"description": "A starter example for the bare minimum setup to develop a Merchant Center Application",
"private": true,
"scripts": {
Expand All @@ -17,10 +17,10 @@
"dependencies": {
"@apollo/client": "3.2.5",
"@commercetools-frontend/actions-global": "17.3.1",
"@commercetools-frontend/application-components": "17.3.1",
"@commercetools-frontend/application-shell": "17.4.0",
"@commercetools-frontend/application-components": "17.4.1",
"@commercetools-frontend/application-shell": "17.4.1",
"@commercetools-frontend/assets": "17.3.0",
"@commercetools-frontend/i18n": "17.3.1",
"@commercetools-frontend/i18n": "17.4.1",
"@commercetools-frontend/permissions": "17.3.1",
"@commercetools-uikit/flat-button": "10.40.0",
"@commercetools-uikit/icons": "10.40.1",
Expand All @@ -36,9 +36,9 @@
"redux": "4.0.5"
},
"devDependencies": {
"@commercetools-frontend/jest-preset-mc-app": "17.3.1",
"@commercetools-frontend/jest-preset-mc-app": "17.4.1",
"@commercetools-frontend/mc-dev-authentication": "17.3.0",
"@commercetools-frontend/mc-scripts": "17.4.0",
"@commercetools-frontend/mc-scripts": "17.4.1",
"@formatjs/cli": "2.13.12",
"@testing-library/react": "11.1.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.4.1

### Patch Changes

- [`e2d519f`](https://github.com/commercetools/merchant-center-application-kit/commit/e2d519f8669319a60d70eddb04fbaeb5649ad638) [#1695](https://github.com/commercetools/merchant-center-application-kit/pull/1695) Thanks [@renovate](https://github.com/apps/renovate)! - Migrate to Typescript v4

## 17.3.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": "17.3.1",
"version": "17.4.1",
"description": "Zero-config HTTP server as Express.js to facilitate development",
"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

## 17.4.1

### Patch Changes

- [`636fc45`](https://github.com/commercetools/merchant-center-application-kit/commit/636fc45c0d53544a90b0977b2212ec3a8aec8b94) [#1887](https://github.com/commercetools/merchant-center-application-kit/pull/1887) Thanks [@adnasa](https://github.com/adnasa)! - upgrade ui-kit, which includes the new [horizontal constraint changes](https://github.com/commercetools/ui-kit/pull/1632).

* [`d832bd4`](https://github.com/commercetools/merchant-center-application-kit/commit/d832bd44c354aaf2374c0c75c9050c673998ff32) [#1876](https://github.com/commercetools/merchant-center-application-kit/pull/1876) Thanks [@renovate](https://github.com/apps/renovate)! - Migrate to emotion v11. https://emotion.sh/docs/emotion-11

* Updated dependencies [[`636fc45`](https://github.com/commercetools/merchant-center-application-kit/commit/636fc45c0d53544a90b0977b2212ec3a8aec8b94)]:
- @commercetools-frontend/i18n@17.4.1

## 17.3.1

### 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": "17.3.1",
"version": "17.4.1",
"description": "Generic components for building Merchant Center applications",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"@babel/runtime-corejs3": "7.12.5",
"@commercetools-frontend/assets": "17.3.0",
"@commercetools-frontend/constants": "17.3.0",
"@commercetools-frontend/i18n": "17.3.1",
"@commercetools-frontend/i18n": "17.4.1",
"@commercetools-uikit/card": "^10.40.0",
"@commercetools-uikit/constraints": "^10.40.0",
"@commercetools-uikit/design-system": "^10.40.0",
Expand Down
15 changes: 15 additions & 0 deletions packages/application-shell/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @commercetools-frontend/application-shell

## 17.4.1

### Patch Changes

- [`636fc45`](https://github.com/commercetools/merchant-center-application-kit/commit/636fc45c0d53544a90b0977b2212ec3a8aec8b94) [#1887](https://github.com/commercetools/merchant-center-application-kit/pull/1887) Thanks [@adnasa](https://github.com/adnasa)! - upgrade ui-kit, which includes the new [horizontal constraint changes](https://github.com/commercetools/ui-kit/pull/1632).

* [`e2d519f`](https://github.com/commercetools/merchant-center-application-kit/commit/e2d519f8669319a60d70eddb04fbaeb5649ad638) [#1695](https://github.com/commercetools/merchant-center-application-kit/pull/1695) Thanks [@renovate](https://github.com/apps/renovate)! - Migrate to Typescript v4

- [`d832bd4`](https://github.com/commercetools/merchant-center-application-kit/commit/d832bd44c354aaf2374c0c75c9050c673998ff32) [#1876](https://github.com/commercetools/merchant-center-application-kit/pull/1876) Thanks [@renovate](https://github.com/apps/renovate)! - Migrate to emotion v11. https://emotion.sh/docs/emotion-11

- Updated dependencies [[`636fc45`](https://github.com/commercetools/merchant-center-application-kit/commit/636fc45c0d53544a90b0977b2212ec3a8aec8b94), [`d832bd4`](https://github.com/commercetools/merchant-center-application-kit/commit/d832bd44c354aaf2374c0c75c9050c673998ff32)]:
- @commercetools-frontend/application-components@17.4.1
- @commercetools-frontend/i18n@17.4.1
- @commercetools-frontend/react-notifications@17.4.1

## 17.4.0

### Minor 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": "17.4.0",
"version": "17.4.1",
"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,16 +34,16 @@
"@babel/runtime": "7.12.5",
"@babel/runtime-corejs3": "7.12.5",
"@commercetools-frontend/actions-global": "17.3.1",
"@commercetools-frontend/application-components": "17.3.1",
"@commercetools-frontend/application-components": "17.4.1",
"@commercetools-frontend/application-shell-connectors": "17.3.1",
"@commercetools-frontend/assets": "17.3.0",
"@commercetools-frontend/browser-history": "17.3.0",
"@commercetools-frontend/constants": "17.3.0",
"@commercetools-frontend/i18n": "17.3.1",
"@commercetools-frontend/i18n": "17.4.1",
"@commercetools-frontend/l10n": "17.3.1",
"@commercetools-frontend/notifications": "17.3.0",
"@commercetools-frontend/permissions": "17.3.1",
"@commercetools-frontend/react-notifications": "17.3.1",
"@commercetools-frontend/react-notifications": "17.4.1",
"@commercetools-frontend/sdk": "17.3.0",
"@commercetools-frontend/sentry": "17.3.1",
"@commercetools-frontend/url-utils": "17.3.0",
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

## 17.4.1

### Patch Changes

- [`d832bd4`](https://github.com/commercetools/merchant-center-application-kit/commit/d832bd44c354aaf2374c0c75c9050c673998ff32) [#1876](https://github.com/commercetools/merchant-center-application-kit/pull/1876) Thanks [@renovate](https://github.com/apps/renovate)! - Migrate to emotion v11. https://emotion.sh/docs/emotion-11

## 17.3.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": "17.3.1",
"version": "17.4.1",
"description": "Babel preset 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/i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @commercetools-frontend/i18n

## 17.4.1

### Patch Changes

- [`636fc45`](https://github.com/commercetools/merchant-center-application-kit/commit/636fc45c0d53544a90b0977b2212ec3a8aec8b94) [#1887](https://github.com/commercetools/merchant-center-application-kit/pull/1887) Thanks [@adnasa](https://github.com/adnasa)! - upgrade ui-kit, which includes the new [horizontal constraint changes](https://github.com/commercetools/ui-kit/pull/1632).

## 17.3.1

### Patch Changes
Expand Down
17 changes: 14 additions & 3 deletions packages/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/i18n",
"version": "17.3.1",
"version": "17.4.1",
"description": "MC i18n messages",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand All @@ -9,7 +9,12 @@
"directory": "packages/i18n"
},
"homepage": "https://docs.commercetools.com/custom-applications",
"keywords": ["javascript", "frontend", "react", "toolkit"],
"keywords": [
"javascript",
"frontend",
"react",
"toolkit"
],
"license": "MIT",
"private": false,
"publishConfig": {
Expand All @@ -19,7 +24,13 @@
"module": "./dist/i18n-index.es.js",
"typings": "./dist/typings/src/index.d.ts",
"types": "./dist/typings/src/index.d.ts",
"files": ["compiled-data", "dist", "package.json", "LICENSE", "README.md"],
"files": [
"compiled-data",
"dist",
"package.json",
"LICENSE",
"README.md"
],
"scripts": {
"prepare": "./../../scripts/version.js replace",
"prebuild": "rimraf dist/** && yarn compile-data",
Expand Down
7 changes: 7 additions & 0 deletions packages/jest-preset-mc-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @commercetools-frontend/jest-preset-mc-app

## 17.4.1

### Patch Changes

- Updated dependencies [[`d832bd4`](https://github.com/commercetools/merchant-center-application-kit/commit/d832bd44c354aaf2374c0c75c9050c673998ff32)]:
- @commercetools-frontend/babel-preset-mc-app@17.4.1

## 17.3.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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": "17.3.1",
"version": "17.4.1",
"description": "Jest preset used by a MC application",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand All @@ -18,7 +18,7 @@
"main": "./jest-preset.js",
"module": "./jest-preset.js",
"dependencies": {
"@commercetools-frontend/babel-preset-mc-app": "17.3.1",
"@commercetools-frontend/babel-preset-mc-app": "17.4.1",
"@commercetools/enzyme-extensions": "5.0.0",
"@commercetools/jest-enzyme-matchers": "1.1.2",
"@sheerun/mutationobserver-shim": "0.3.3",
Expand Down
7 changes: 7 additions & 0 deletions packages/mc-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @commercetools-frontend/mc-scripts

## 17.4.1

### Patch Changes

- Updated dependencies [[`d832bd4`](https://github.com/commercetools/merchant-center-application-kit/commit/d832bd44c354aaf2374c0c75c9050c673998ff32)]:
- @commercetools-frontend/babel-preset-mc-app@17.4.1

## 17.4.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.4.0",
"version": "17.4.1",
"description": "Configuration and scripts for developing a MC application",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down Expand Up @@ -35,7 +35,7 @@
"@babel/runtime-corejs3": "7.12.5",
"@commercetools-frontend/application-config": "17.4.0",
"@commercetools-frontend/assets": "17.3.0",
"@commercetools-frontend/babel-preset-mc-app": "17.3.1",
"@commercetools-frontend/babel-preset-mc-app": "17.4.1",
"@commercetools-frontend/mc-dev-authentication": "17.3.0",
"@commercetools-frontend/mc-html-template": "17.4.0",
"@pmmmwh/react-refresh-webpack-plugin": "0.4.3",
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

## 17.4.1

### Patch Changes

- [`636fc45`](https://github.com/commercetools/merchant-center-application-kit/commit/636fc45c0d53544a90b0977b2212ec3a8aec8b94) [#1887](https://github.com/commercetools/merchant-center-application-kit/pull/1887) Thanks [@adnasa](https://github.com/adnasa)! - upgrade ui-kit, which includes the new [horizontal constraint changes](https://github.com/commercetools/ui-kit/pull/1632).

* [`d832bd4`](https://github.com/commercetools/merchant-center-application-kit/commit/d832bd44c354aaf2374c0c75c9050c673998ff32) [#1876](https://github.com/commercetools/merchant-center-application-kit/pull/1876) Thanks [@renovate](https://github.com/apps/renovate)! - Migrate to emotion v11. https://emotion.sh/docs/emotion-11

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

## 17.0.10

### Patch Changes

- [`636fc45`](https://github.com/commercetools/merchant-center-application-kit/commit/636fc45c0d53544a90b0977b2212ec3a8aec8b94) [#1887](https://github.com/commercetools/merchant-center-application-kit/pull/1887) Thanks [@adnasa](https://github.com/adnasa)! - upgrade ui-kit, which includes the new [horizontal constraint changes](https://github.com/commercetools/ui-kit/pull/1632).

- Updated dependencies [[`636fc45`](https://github.com/commercetools/merchant-center-application-kit/commit/636fc45c0d53544a90b0977b2212ec3a8aec8b94), [`e2d519f`](https://github.com/commercetools/merchant-center-application-kit/commit/e2d519f8669319a60d70eddb04fbaeb5649ad638), [`d832bd4`](https://github.com/commercetools/merchant-center-application-kit/commit/d832bd44c354aaf2374c0c75c9050c673998ff32)]:
- @commercetools-frontend/application-components@17.4.1
- @commercetools-frontend/application-shell@17.4.1
- @commercetools-frontend/i18n@17.4.1

## 17.0.9

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playground",
"version": "17.0.9",
"version": "17.0.10",
"description": "A playground application to get started developing Merchant Center Applications",
"private": true,
"scripts": {
Expand All @@ -16,12 +16,12 @@
"dependencies": {
"@commercetools-docs/ui-kit": "10.0.2",
"@commercetools-frontend/actions-global": "17.3.1",
"@commercetools-frontend/application-components": "17.3.1",
"@commercetools-frontend/application-shell": "17.4.0",
"@commercetools-frontend/application-components": "17.4.1",
"@commercetools-frontend/application-shell": "17.4.1",
"@commercetools-frontend/application-shell-connectors": "17.3.1",
"@commercetools-frontend/assets": "17.3.0",
"@commercetools-frontend/constants": "17.3.0",
"@commercetools-frontend/i18n": "17.3.1",
"@commercetools-frontend/i18n": "17.4.1",
"@commercetools-frontend/l10n": "17.3.1",
"@commercetools-frontend/permissions": "17.3.1",
"@commercetools-frontend/sdk": "17.3.0",
Expand Down Expand Up @@ -49,7 +49,7 @@
},
"devDependencies": {
"@commercetools-frontend/mc-dev-authentication": "17.3.0",
"@commercetools-frontend/mc-scripts": "17.4.0",
"@commercetools-frontend/mc-scripts": "17.4.1",
"@formatjs/cli": "2.13.12",
"dotenv-cli": "4.0.0"
}
Expand Down
Loading

0 comments on commit 4603acd

Please sign in to comment.