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 Aug 21, 2020
1 parent 5e603e1 commit b99bd03
Show file tree
Hide file tree
Showing 59 changed files with 431 additions and 156 deletions.
5 changes: 0 additions & 5 deletions .changeset/breezy-shirts-dream.md

This file was deleted.

30 changes: 0 additions & 30 deletions .changeset/fifty-walls-allow.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/strange-turtles-change.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-dodos-grin.md

This file was deleted.

18 changes: 0 additions & 18 deletions .changeset/violet-shrimps-cry.md

This file was deleted.

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

## 16.11.0

### Minor Changes

- [`4216b92`](https://github.com/commercetools/merchant-center-application-kit/commit/4216b922fbb39e74ce35f8647d1c4e9ae77909c8) [#1685](https://github.com/commercetools/merchant-center-application-kit/pull/1685) Thanks [@emmenko](https://github.com/emmenko)! - Refactor i18n package to consume compiled data from ui-kit translation messages. Furthermore, the `@commercetools-frontend/i18n` now exposes a `compiled-data` folder as well: `@commercetools-frontend/i18n/compiled-data`.
This can be used the load pre-compiled messages and thus improving the runtime performance.

Furthermore, the `mc-scripts extract-intl` command has been deprecated in favor of the more official message extraction with the `@formatjs/cli`: https://formatjs.io/docs/getting-started/message-extraction.

### Patch Changes

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

- Updated dependencies [[`f144292`](https://github.com/commercetools/merchant-center-application-kit/commit/f1442921650ca4e6c9bf61ce31bda2b63e72038a), [`211ab69`](https://github.com/commercetools/merchant-center-application-kit/commit/211ab6969a78af5c592c1cc3c3e3ace3199e95cb), [`74d43d2`](https://github.com/commercetools/merchant-center-application-kit/commit/74d43d2abe7efa085780692d8a364de4aaad7278), [`4216b92`](https://github.com/commercetools/merchant-center-application-kit/commit/4216b922fbb39e74ce35f8647d1c4e9ae77909c8)]:
- @commercetools-frontend/actions-global@16.16.0
- @commercetools-frontend/application-components@16.16.0
- @commercetools-frontend/application-shell@16.16.0
- @commercetools-frontend/i18n@16.16.0
- @commercetools-frontend/permissions@16.16.0
- @commercetools-frontend/mc-http-server@16.16.0

## 16.10.9

### Patch Changes
Expand Down
18 changes: 9 additions & 9 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.10.9",
"version": "16.11.0",
"description": "A starter example for the bare minimum setup to develop a Merchant Center Application",
"private": true,
"scripts": {
Expand All @@ -13,13 +13,13 @@
"update-versions": "bulk-update-versions --match '^@commercetools-frontend/(?!ui-kit)(.*)'"
},
"dependencies": {
"@commercetools-frontend/actions-global": "16.15.9",
"@commercetools-frontend/application-components": "16.15.9",
"@commercetools-frontend/application-shell": "16.15.9",
"@commercetools-frontend/actions-global": "16.16.0",
"@commercetools-frontend/application-components": "16.16.0",
"@commercetools-frontend/application-shell": "16.16.0",
"@commercetools-frontend/assets": "16.15.3",
"@commercetools-frontend/i18n": "16.15.9",
"@commercetools-frontend/mc-http-server": "16.15.8",
"@commercetools-frontend/permissions": "16.15.9",
"@commercetools-frontend/i18n": "16.16.0",
"@commercetools-frontend/mc-http-server": "16.16.0",
"@commercetools-frontend/permissions": "16.16.0",
"@commercetools-uikit/flat-button": "10.30.1",
"@commercetools-uikit/icons": "10.30.1",
"@commercetools-uikit/spacings": "10.18.7",
Expand All @@ -36,8 +36,8 @@
"redux": "4.0.5"
},
"devDependencies": {
"@commercetools-frontend/jest-preset-mc-app": "16.15.8",
"@commercetools-frontend/mc-scripts": "16.15.8",
"@commercetools-frontend/jest-preset-mc-app": "16.16.0",
"@commercetools-frontend/mc-scripts": "16.16.0",
"@testing-library/react": "10.4.8",
"dotenv-cli": "3.2.0",
"enzyme": "3.11.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

## 16.16.0

### Patch Changes

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

## 16.15.8

### 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.15.8",
"version": "16.16.0",
"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

## 16.16.0

### Patch Changes

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

## 16.15.8

### 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.15.8",
"version": "16.16.0",
"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/actions-global/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @commercetools-frontend/actions-global

## 16.16.0

### Patch Changes

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

- Updated dependencies [[`f144292`](https://github.com/commercetools/merchant-center-application-kit/commit/f1442921650ca4e6c9bf61ce31bda2b63e72038a)]:
- @commercetools-frontend/browser-history@16.16.0
- @commercetools-frontend/constants@16.16.0
- @commercetools-frontend/notifications@16.16.0

## 16.15.9

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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": "16.15.9",
"version": "16.16.0",
"description": "Global redux actions for a MC application",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down Expand Up @@ -41,9 +41,9 @@
"dependencies": {
"@babel/runtime": "7.11.2",
"@babel/runtime-corejs3": "7.11.2",
"@commercetools-frontend/browser-history": "16.15.3",
"@commercetools-frontend/constants": "16.15.9",
"@commercetools-frontend/notifications": "16.15.3",
"@commercetools-frontend/browser-history": "16.16.0",
"@commercetools-frontend/constants": "16.16.0",
"@commercetools-frontend/notifications": "16.16.0",
"@types/lodash": "^4.14.155",
"lodash": "4.17.20",
"lodash-es": "4.17.15",
Expand Down
19 changes: 19 additions & 0 deletions packages/application-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @commercetools-frontend/application-components

## 16.16.0

### Minor Changes

- [`4216b92`](https://github.com/commercetools/merchant-center-application-kit/commit/4216b922fbb39e74ce35f8647d1c4e9ae77909c8) [#1685](https://github.com/commercetools/merchant-center-application-kit/pull/1685) Thanks [@emmenko](https://github.com/emmenko)! - Refactor i18n package to consume compiled data from ui-kit translation messages. Furthermore, the `@commercetools-frontend/i18n` now exposes a `compiled-data` folder as well: `@commercetools-frontend/i18n/compiled-data`.
This can be used the load pre-compiled messages and thus improving the runtime performance.

Furthermore, the `mc-scripts extract-intl` command has been deprecated in favor of the more official message extraction with the `@formatjs/cli`: https://formatjs.io/docs/getting-started/message-extraction.

### Patch Changes

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

* [`211ab69`](https://github.com/commercetools/merchant-center-application-kit/commit/211ab6969a78af5c592c1cc3c3e3ace3199e95cb) [#1689](https://github.com/commercetools/merchant-center-application-kit/pull/1689) Thanks [@emmenko](https://github.com/emmenko)! - Remove emotion dependencies resolutions

* Updated dependencies [[`f144292`](https://github.com/commercetools/merchant-center-application-kit/commit/f1442921650ca4e6c9bf61ce31bda2b63e72038a), [`4216b92`](https://github.com/commercetools/merchant-center-application-kit/commit/4216b922fbb39e74ce35f8647d1c4e9ae77909c8)]:
- @commercetools-frontend/constants@16.16.0
- @commercetools-frontend/i18n@16.16.0

## 16.15.9

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

## 16.16.0

### Patch Changes

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

## 16.15.8

### 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.15.8",
"version": "16.16.0",
"description": "Configuration utilities for building Custom Applications",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down
10 changes: 10 additions & 0 deletions packages/application-shell-connectors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @commercetools-frontend/application-shell-connectors

## 16.16.0

### Patch Changes

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

- Updated dependencies [[`f144292`](https://github.com/commercetools/merchant-center-application-kit/commit/f1442921650ca4e6c9bf61ce31bda2b63e72038a)]:
- @commercetools-frontend/constants@16.16.0
- @commercetools-frontend/sentry@16.16.0

## 16.15.9

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

## 16.16.0

### Minor Changes

- [`4216b92`](https://github.com/commercetools/merchant-center-application-kit/commit/4216b922fbb39e74ce35f8647d1c4e9ae77909c8) [#1685](https://github.com/commercetools/merchant-center-application-kit/pull/1685) Thanks [@emmenko](https://github.com/emmenko)! - Refactor i18n package to consume compiled data from ui-kit translation messages. Furthermore, the `@commercetools-frontend/i18n` now exposes a `compiled-data` folder as well: `@commercetools-frontend/i18n/compiled-data`.
This can be used the load pre-compiled messages and thus improving the runtime performance.

Furthermore, the `mc-scripts extract-intl` command has been deprecated in favor of the more official message extraction with the `@formatjs/cli`: https://formatjs.io/docs/getting-started/message-extraction.

### Patch Changes

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

* [`211ab69`](https://github.com/commercetools/merchant-center-application-kit/commit/211ab6969a78af5c592c1cc3c3e3ace3199e95cb) [#1689](https://github.com/commercetools/merchant-center-application-kit/pull/1689) Thanks [@emmenko](https://github.com/emmenko)! - Remove emotion dependencies resolutions

- [`74d43d2`](https://github.com/commercetools/merchant-center-application-kit/commit/74d43d2abe7efa085780692d8a364de4aaad7278) [#1690](https://github.com/commercetools/merchant-center-application-kit/pull/1690) Thanks [@tdeekens](https://github.com/tdeekens)! - fix: to re-export the launchdarkly adapter

- Updated dependencies [[`f144292`](https://github.com/commercetools/merchant-center-application-kit/commit/f1442921650ca4e6c9bf61ce31bda2b63e72038a), [`211ab69`](https://github.com/commercetools/merchant-center-application-kit/commit/211ab6969a78af5c592c1cc3c3e3ace3199e95cb), [`4216b92`](https://github.com/commercetools/merchant-center-application-kit/commit/4216b922fbb39e74ce35f8647d1c4e9ae77909c8)]:
- @commercetools-frontend/actions-global@16.16.0
- @commercetools-frontend/application-components@16.16.0
- @commercetools-frontend/application-shell-connectors@16.16.0
- @commercetools-frontend/browser-history@16.16.0
- @commercetools-frontend/constants@16.16.0
- @commercetools-frontend/i18n@16.16.0
- @commercetools-frontend/l10n@16.16.0
- @commercetools-frontend/notifications@16.16.0
- @commercetools-frontend/permissions@16.16.0
- @commercetools-frontend/react-notifications@16.16.0
- @commercetools-frontend/sdk@16.16.0
- @commercetools-frontend/sentry@16.16.0
- @commercetools-frontend/url-utils@16.16.0

## 16.15.9

### Patch Changes
Expand Down
28 changes: 14 additions & 14 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.15.9",
"version": "16.16.0",
"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 @@ -45,20 +45,20 @@
"@apollo/react-testing": "3.1.4",
"@babel/runtime": "7.11.2",
"@babel/runtime-corejs3": "7.11.2",
"@commercetools-frontend/actions-global": "16.15.9",
"@commercetools-frontend/application-components": "16.15.9",
"@commercetools-frontend/application-shell-connectors": "16.15.9",
"@commercetools-frontend/actions-global": "16.16.0",
"@commercetools-frontend/application-components": "16.16.0",
"@commercetools-frontend/application-shell-connectors": "16.16.0",
"@commercetools-frontend/assets": "16.15.3",
"@commercetools-frontend/browser-history": "16.15.3",
"@commercetools-frontend/constants": "16.15.9",
"@commercetools-frontend/i18n": "16.15.9",
"@commercetools-frontend/l10n": "16.15.9",
"@commercetools-frontend/notifications": "16.15.3",
"@commercetools-frontend/permissions": "16.15.9",
"@commercetools-frontend/react-notifications": "16.15.9",
"@commercetools-frontend/sdk": "16.15.9",
"@commercetools-frontend/sentry": "16.15.9",
"@commercetools-frontend/url-utils": "16.15.3",
"@commercetools-frontend/browser-history": "16.16.0",
"@commercetools-frontend/constants": "16.16.0",
"@commercetools-frontend/i18n": "16.16.0",
"@commercetools-frontend/l10n": "16.16.0",
"@commercetools-frontend/notifications": "16.16.0",
"@commercetools-frontend/permissions": "16.16.0",
"@commercetools-frontend/react-notifications": "16.16.0",
"@commercetools-frontend/sdk": "16.16.0",
"@commercetools-frontend/sentry": "16.16.0",
"@commercetools-frontend/url-utils": "16.16.0",
"@commercetools-uikit/avatar": "^10.30.1",
"@commercetools-uikit/design-system": "^10.18.4",
"@commercetools-uikit/flat-button": "^10.30.1",
Expand Down
Loading

0 comments on commit b99bd03

Please sign in to comment.