Skip to content

Commit

Permalink
Version Packages (#1540)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jun 1, 2020
1 parent 0925da6 commit fd9eaf9
Show file tree
Hide file tree
Showing 54 changed files with 326 additions and 120 deletions.
26 changes: 0 additions & 26 deletions .changeset/friendly-ads-sneeze.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-parents-rule.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.8.8

### Patch Changes

- Updated dependencies [[`0925da6`](https://github.com/commercetools/merchant-center-application-kit/commit/0925da6f11e35cc712cc12337716f846a67c0e4c)]:
- @commercetools-frontend/actions-global@16.8.8
- @commercetools-frontend/application-components@16.8.8
- @commercetools-frontend/application-shell@16.8.8
- @commercetools-frontend/i18n@16.8.8
- @commercetools-frontend/permissions@16.8.8
- @commercetools-frontend/mc-http-server@16.8.8

## 16.8.7

### 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.8.7",
"version": "16.8.8",
"description": "A starter example for the bare minimum setup to develop a Merchant Center Application",
"private": true,
"scripts": {
Expand All @@ -12,13 +12,13 @@
"test:watch": "jest --config jest.test.config.js --watch"
},
"dependencies": {
"@commercetools-frontend/actions-global": "16.8.6",
"@commercetools-frontend/application-components": "16.8.6",
"@commercetools-frontend/application-shell": "16.8.7",
"@commercetools-frontend/actions-global": "16.8.8",
"@commercetools-frontend/application-components": "16.8.8",
"@commercetools-frontend/application-shell": "16.8.8",
"@commercetools-frontend/assets": "16.8.6",
"@commercetools-frontend/i18n": "16.8.6",
"@commercetools-frontend/mc-http-server": "16.8.7",
"@commercetools-frontend/permissions": "16.8.6",
"@commercetools-frontend/i18n": "16.8.8",
"@commercetools-frontend/mc-http-server": "16.8.8",
"@commercetools-frontend/permissions": "16.8.8",
"@commercetools-uikit/flat-button": "10.21.0",
"@commercetools-uikit/icons": "10.20.0",
"@commercetools-uikit/spacings": "10.18.5",
Expand All @@ -34,8 +34,8 @@
"redux": "4.0.5"
},
"devDependencies": {
"@commercetools-frontend/jest-preset-mc-app": "16.8.6",
"@commercetools-frontend/mc-scripts": "16.8.6",
"@commercetools-frontend/jest-preset-mc-app": "16.8.8",
"@commercetools-frontend/mc-scripts": "16.8.8",
"@testing-library/react": "10.0.4",
"enzyme": "3.11.0",
"jest": "26.0.1"
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.8.8

### Patch Changes

- [`0925da6`](https://github.com/commercetools/merchant-center-application-kit/commit/0925da6f11e35cc712cc12337716f846a67c0e4c) [#1537](https://github.com/commercetools/merchant-center-application-kit/pull/1537) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies

- Updated dependencies [[`0925da6`](https://github.com/commercetools/merchant-center-application-kit/commit/0925da6f11e35cc712cc12337716f846a67c0e4c)]:
- @commercetools-frontend/browser-history@16.8.8
- @commercetools-frontend/constants@16.8.8
- @commercetools-frontend/notifications@16.8.8

## 16.8.6

### 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.8.6",
"version": "16.8.8",
"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.10.2",
"@babel/runtime-corejs3": "7.10.2",
"@commercetools-frontend/browser-history": "16.8.6",
"@commercetools-frontend/constants": "16.8.6",
"@commercetools-frontend/notifications": "16.8.6",
"@commercetools-frontend/browser-history": "16.8.8",
"@commercetools-frontend/constants": "16.8.8",
"@commercetools-frontend/notifications": "16.8.8",
"@types/lodash": "^4.14.152",
"lodash": "4.17.15",
"lodash-es": "4.17.15",
Expand Down
10 changes: 10 additions & 0 deletions packages/application-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @commercetools-frontend/application-components

## 16.8.8

### Patch Changes

- [`0925da6`](https://github.com/commercetools/merchant-center-application-kit/commit/0925da6f11e35cc712cc12337716f846a67c0e4c) [#1537](https://github.com/commercetools/merchant-center-application-kit/pull/1537) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies

- Updated dependencies [[`0925da6`](https://github.com/commercetools/merchant-center-application-kit/commit/0925da6f11e35cc712cc12337716f846a67c0e4c)]:
- @commercetools-frontend/constants@16.8.8
- @commercetools-frontend/i18n@16.8.8

## 16.8.6

### 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.8.6",
"version": "16.8.8",
"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.10.2",
"@babel/runtime-corejs3": "7.10.2",
"@commercetools-frontend/assets": "16.8.6",
"@commercetools-frontend/constants": "16.8.6",
"@commercetools-frontend/i18n": "16.8.6",
"@commercetools-frontend/constants": "16.8.8",
"@commercetools-frontend/i18n": "16.8.8",
"@commercetools-uikit/card": "^10.21.0",
"@commercetools-uikit/constraints": "^10.21.0",
"@commercetools-uikit/design-system": "^10.18.4",
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.8.8

### Patch Changes

- [`0925da6`](https://github.com/commercetools/merchant-center-application-kit/commit/0925da6f11e35cc712cc12337716f846a67c0e4c) [#1537](https://github.com/commercetools/merchant-center-application-kit/pull/1537) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies

- Updated dependencies [[`0925da6`](https://github.com/commercetools/merchant-center-application-kit/commit/0925da6f11e35cc712cc12337716f846a67c0e4c)]:
- @commercetools-frontend/constants@16.8.8
- @commercetools-frontend/sentry@16.8.8

## 16.8.6

### 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.8.6",
"version": "16.8.8",
"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.10.2",
"@babel/runtime-corejs3": "7.10.2",
"@commercetools-frontend/constants": "16.8.6",
"@commercetools-frontend/sentry": "16.8.6",
"@commercetools-frontend/constants": "16.8.8",
"@commercetools-frontend/sentry": "16.8.8",
"@types/graphql": "^14.5.0",
"@types/lodash": "^4.14.152",
"@types/moment-timezone": "^0.5.12",
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.8.8

### Patch Changes

- [`0925da6`](https://github.com/commercetools/merchant-center-application-kit/commit/0925da6f11e35cc712cc12337716f846a67c0e4c) [#1537](https://github.com/commercetools/merchant-center-application-kit/pull/1537) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies

- Updated dependencies [[`0925da6`](https://github.com/commercetools/merchant-center-application-kit/commit/0925da6f11e35cc712cc12337716f846a67c0e4c)]:
- @commercetools-frontend/actions-global@16.8.8
- @commercetools-frontend/application-components@16.8.8
- @commercetools-frontend/application-shell-connectors@16.8.8
- @commercetools-frontend/browser-history@16.8.8
- @commercetools-frontend/constants@16.8.8
- @commercetools-frontend/i18n@16.8.8
- @commercetools-frontend/l10n@16.8.8
- @commercetools-frontend/notifications@16.8.8
- @commercetools-frontend/permissions@16.8.8
- @commercetools-frontend/react-notifications@16.8.8
- @commercetools-frontend/sdk@16.8.8
- @commercetools-frontend/sentry@16.8.8
- @commercetools-frontend/url-utils@16.8.8

## 16.8.7

### 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.8.7",
"version": "16.8.8",
"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.10.2",
"@babel/runtime-corejs3": "7.10.2",
"@commercetools-frontend/actions-global": "16.8.6",
"@commercetools-frontend/application-components": "16.8.6",
"@commercetools-frontend/application-shell-connectors": "16.8.6",
"@commercetools-frontend/actions-global": "16.8.8",
"@commercetools-frontend/application-components": "16.8.8",
"@commercetools-frontend/application-shell-connectors": "16.8.8",
"@commercetools-frontend/assets": "16.8.6",
"@commercetools-frontend/browser-history": "16.8.6",
"@commercetools-frontend/constants": "16.8.6",
"@commercetools-frontend/i18n": "16.8.6",
"@commercetools-frontend/l10n": "16.8.6",
"@commercetools-frontend/notifications": "16.8.6",
"@commercetools-frontend/permissions": "16.8.6",
"@commercetools-frontend/react-notifications": "16.8.6",
"@commercetools-frontend/sdk": "16.8.6",
"@commercetools-frontend/sentry": "16.8.6",
"@commercetools-frontend/url-utils": "16.8.6",
"@commercetools-frontend/browser-history": "16.8.8",
"@commercetools-frontend/constants": "16.8.8",
"@commercetools-frontend/i18n": "16.8.8",
"@commercetools-frontend/l10n": "16.8.8",
"@commercetools-frontend/notifications": "16.8.8",
"@commercetools-frontend/permissions": "16.8.8",
"@commercetools-frontend/react-notifications": "16.8.8",
"@commercetools-frontend/sdk": "16.8.8",
"@commercetools-frontend/sentry": "16.8.8",
"@commercetools-frontend/url-utils": "16.8.8",
"@commercetools-uikit/avatar": "^10.21.0",
"@commercetools-uikit/design-system": "^10.18.4",
"@commercetools-uikit/flat-button": "^10.21.0",
Expand Down
7 changes: 6 additions & 1 deletion packages/babel-preset-mc-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# @commercetools-frontend/babel-preset-mc-app

## 16.8.6
## 16.8.8

### Patch Changes

- [`0925da6`](https://github.com/commercetools/merchant-center-application-kit/commit/0925da6f11e35cc712cc12337716f846a67c0e4c) [#1537](https://github.com/commercetools/merchant-center-application-kit/pull/1537) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies

## 16.8.6

### Patch Changes

- [`9391762`](https://github.com/commercetools/merchant-center-application-kit/commit/939176298df3558970a267b6e6478051a355ffae) [#1530](https://github.com/commercetools/merchant-center-application-kit/pull/1530) Thanks [@emmenko](https://github.com/emmenko)! - Update `@commercetools-uikit/*` packages to `10.21.0`
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.8.6",
"version": "16.8.8",
"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/browser-history/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @commercetools-frontend/browser-history

## 16.8.8

### Patch Changes

- [`0925da6`](https://github.com/commercetools/merchant-center-application-kit/commit/0925da6f11e35cc712cc12337716f846a67c0e4c) [#1537](https://github.com/commercetools/merchant-center-application-kit/pull/1537) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies

## 16.8.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/browser-history/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/browser-history",
"version": "16.8.6",
"version": "16.8.8",
"description": "Enhances browser history",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/constants/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @commercetools-frontend/constants

## 16.8.8

### Patch Changes

- [`0925da6`](https://github.com/commercetools/merchant-center-application-kit/commit/0925da6f11e35cc712cc12337716f846a67c0e4c) [#1537](https://github.com/commercetools/merchant-center-application-kit/pull/1537) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies

## 16.8.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/constants/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/constants",
"version": "16.8.6",
"version": "16.8.8",
"description": "Shared constants for MC applications",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @commercetools-frontend/i18n

## 16.8.8

### Patch Changes

- [`0925da6`](https://github.com/commercetools/merchant-center-application-kit/commit/0925da6f11e35cc712cc12337716f846a67c0e4c) [#1537](https://github.com/commercetools/merchant-center-application-kit/pull/1537) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies

- Updated dependencies [[`0925da6`](https://github.com/commercetools/merchant-center-application-kit/commit/0925da6f11e35cc712cc12337716f846a67c0e4c)]:
- @commercetools-frontend/sentry@16.8.8

## 16.8.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/i18n",
"version": "16.8.6",
"version": "16.8.8",
"description": "MC i18n messages",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"@babel/runtime": "7.10.2",
"@babel/runtime-corejs3": "7.10.2",
"@commercetools-frontend/sentry": "16.8.6",
"@commercetools-frontend/sentry": "16.8.8",
"@commercetools-uikit/i18n": "^10.13.0",
"@types/prop-types": "^15.7.3",
"moment": "^2.24.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/jest-preset-mc-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @commercetools-frontend/jest-preset-mc-app

## 16.8.8

### Patch Changes

- [`0925da6`](https://github.com/commercetools/merchant-center-application-kit/commit/0925da6f11e35cc712cc12337716f846a67c0e4c) [#1537](https://github.com/commercetools/merchant-center-application-kit/pull/1537) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies

- Updated dependencies [[`0925da6`](https://github.com/commercetools/merchant-center-application-kit/commit/0925da6f11e35cc712cc12337716f846a67c0e4c)]:
- @commercetools-frontend/babel-preset-mc-app@16.8.8

## 16.8.6

### 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": "16.8.6",
"version": "16.8.8",
"description": "Jest preset used by a MC application",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand All @@ -23,7 +23,7 @@
"main": "./jest-preset.js",
"module": "./jest-preset.js",
"dependencies": {
"@commercetools-frontend/babel-preset-mc-app": "16.8.6",
"@commercetools-frontend/babel-preset-mc-app": "16.8.8",
"@commercetools/enzyme-extensions": "5.0.0",
"@commercetools/jest-enzyme-matchers": "1.1.2",
"@sheerun/mutationobserver-shim": "0.3.3",
Expand Down
Loading

1 comment on commit fd9eaf9

@vercel
Copy link

@vercel vercel bot commented on fd9eaf9 Jun 1, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.