Skip to content

Commit

Permalink
Version Packages (#2202)
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
CT Release Bot and github-actions[bot] authored May 11, 2021
1 parent 6a006e3 commit 50a1ac0
Show file tree
Hide file tree
Showing 40 changed files with 206 additions and 82 deletions.
5 changes: 0 additions & 5 deletions .changeset/khaki-keys-agree.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/swift-pigs-remember.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/thin-camels-knock.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-kids-wait.md

This file was deleted.

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

## 18.1.1

### Patch Changes

- [#2193](https://github.com/commercetools/merchant-center-application-kit/pull/2193) [`2c159ca3`](https://github.com/commercetools/merchant-center-application-kit/commit/2c159ca3a861a4321ecfb8c6ea382bea9a9cdd65) Thanks [@adnasa](https://github.com/adnasa)! - Bump to latest ui-kit

* [#2199](https://github.com/commercetools/merchant-center-application-kit/pull/2199) [`0bfa1613`](https://github.com/commercetools/merchant-center-application-kit/commit/0bfa16134450fb0699018b2210e0da904f646140) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies

* Updated dependencies [[`2c159ca3`](https://github.com/commercetools/merchant-center-application-kit/commit/2c159ca3a861a4321ecfb8c6ea382bea9a9cdd65), [`0bfa1613`](https://github.com/commercetools/merchant-center-application-kit/commit/0bfa16134450fb0699018b2210e0da904f646140)]:
- @commercetools-frontend/application-components@20.1.2
- @commercetools-frontend/application-shell@20.1.2
- @commercetools-frontend/actions-global@20.1.2
- @commercetools-frontend/permissions@20.1.2

## 18.1.0

### Minor Changes
Expand Down
14 changes: 7 additions & 7 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": "18.1.0",
"version": "18.1.1",
"description": "A starter example for the bare minimum setup to develop a Merchant Center Application",
"private": true,
"scripts": {
Expand All @@ -17,12 +17,12 @@
},
"dependencies": {
"@apollo/client": "3.3.16",
"@commercetools-frontend/actions-global": "20.0.1",
"@commercetools-frontend/application-components": "20.0.1",
"@commercetools-frontend/application-shell": "20.0.1",
"@commercetools-frontend/actions-global": "20.1.2",
"@commercetools-frontend/application-components": "20.1.2",
"@commercetools-frontend/application-shell": "20.1.2",
"@commercetools-frontend/assets": "18.5.4",
"@commercetools-frontend/i18n": "20.0.1",
"@commercetools-frontend/permissions": "20.0.1",
"@commercetools-frontend/permissions": "20.1.2",
"@commercetools-uikit/flat-button": "^12.0.4",
"@commercetools-uikit/icons": "^12.0.0",
"@commercetools-uikit/spacings": "^12.0.0",
Expand All @@ -36,9 +36,9 @@
"redux": "4.1.0"
},
"devDependencies": {
"@commercetools-frontend/jest-preset-mc-app": "20.0.1",
"@commercetools-frontend/jest-preset-mc-app": "20.1.2",
"@commercetools-frontend/mc-dev-authentication": "19.0.0",
"@commercetools-frontend/mc-scripts": "20.1.1",
"@commercetools-frontend/mc-scripts": "20.1.2",
"@formatjs/cli": "4.2.12",
"@manypkg/cli": "0.17.0",
"@testing-library/react": "11.2.6",
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

## 20.1.2

### Patch Changes

- [#2199](https://github.com/commercetools/merchant-center-application-kit/pull/2199) [`0bfa1613`](https://github.com/commercetools/merchant-center-application-kit/commit/0bfa16134450fb0699018b2210e0da904f646140) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies

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

## 20.1.2

### Patch Changes

- [#2199](https://github.com/commercetools/merchant-center-application-kit/pull/2199) [`0bfa1613`](https://github.com/commercetools/merchant-center-application-kit/commit/0bfa16134450fb0699018b2210e0da904f646140) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies

## 20.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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": "20.0.1",
"version": "20.1.2",
"description": "Global redux actions for a MC application",
"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

## 20.1.2

### Patch Changes

- [#2193](https://github.com/commercetools/merchant-center-application-kit/pull/2193) [`2c159ca3`](https://github.com/commercetools/merchant-center-application-kit/commit/2c159ca3a861a4321ecfb8c6ea382bea9a9cdd65) Thanks [@adnasa](https://github.com/adnasa)! - Bump to latest ui-kit

* [#2199](https://github.com/commercetools/merchant-center-application-kit/pull/2199) [`0bfa1613`](https://github.com/commercetools/merchant-center-application-kit/commit/0bfa16134450fb0699018b2210e0da904f646140) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies

* Updated dependencies [[`0bfa1613`](https://github.com/commercetools/merchant-center-application-kit/commit/0bfa16134450fb0699018b2210e0da904f646140)]:
- @commercetools-frontend/application-shell-connectors@20.1.2

## 20.0.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": "20.0.1",
"version": "20.1.2",
"description": "Generic components for building Merchant Center applications",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@babel/runtime": "7.14.0",
"@babel/runtime-corejs3": "7.14.0",
"@commercetools-frontend/application-shell-connectors": "20.0.1",
"@commercetools-frontend/application-shell-connectors": "20.1.2",
"@commercetools-frontend/assets": "18.5.4",
"@commercetools-frontend/constants": "20.0.1",
"@commercetools-frontend/i18n": "20.0.1",
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

## 20.1.2

### Patch Changes

- [#2199](https://github.com/commercetools/merchant-center-application-kit/pull/2199) [`0bfa1613`](https://github.com/commercetools/merchant-center-application-kit/commit/0bfa16134450fb0699018b2210e0da904f646140) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies

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

## 20.1.2

### Patch Changes

- [#2199](https://github.com/commercetools/merchant-center-application-kit/pull/2199) [`0bfa1613`](https://github.com/commercetools/merchant-center-application-kit/commit/0bfa16134450fb0699018b2210e0da904f646140) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies

## 20.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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": "20.0.1",
"version": "20.1.2",
"description": "Contains complementary tools for @commercetools-frontend/application-shell",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
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

## 20.1.2

### Patch Changes

- [#2193](https://github.com/commercetools/merchant-center-application-kit/pull/2193) [`2c159ca3`](https://github.com/commercetools/merchant-center-application-kit/commit/2c159ca3a861a4321ecfb8c6ea382bea9a9cdd65) Thanks [@adnasa](https://github.com/adnasa)! - Bump to latest ui-kit

* [#2199](https://github.com/commercetools/merchant-center-application-kit/pull/2199) [`0bfa1613`](https://github.com/commercetools/merchant-center-application-kit/commit/0bfa16134450fb0699018b2210e0da904f646140) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies

* Updated dependencies [[`2c159ca3`](https://github.com/commercetools/merchant-center-application-kit/commit/2c159ca3a861a4321ecfb8c6ea382bea9a9cdd65), [`0bfa1613`](https://github.com/commercetools/merchant-center-application-kit/commit/0bfa16134450fb0699018b2210e0da904f646140)]:
- @commercetools-frontend/application-components@20.1.2
- @commercetools-frontend/react-notifications@20.1.2
- @commercetools-frontend/actions-global@20.1.2
- @commercetools-frontend/application-shell-connectors@20.1.2
- @commercetools-frontend/permissions@20.1.2

## 20.0.1

### Patch Changes
Expand Down
12 changes: 6 additions & 6 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": "20.0.1",
"version": "20.1.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 @@ -28,17 +28,17 @@
"dependencies": {
"@babel/runtime": "7.14.0",
"@babel/runtime-corejs3": "7.14.0",
"@commercetools-frontend/actions-global": "20.0.1",
"@commercetools-frontend/application-components": "20.0.1",
"@commercetools-frontend/application-shell-connectors": "20.0.1",
"@commercetools-frontend/actions-global": "20.1.2",
"@commercetools-frontend/application-components": "20.1.2",
"@commercetools-frontend/application-shell-connectors": "20.1.2",
"@commercetools-frontend/assets": "18.5.4",
"@commercetools-frontend/browser-history": "20.0.1",
"@commercetools-frontend/constants": "20.0.1",
"@commercetools-frontend/i18n": "20.0.1",
"@commercetools-frontend/l10n": "20.0.1",
"@commercetools-frontend/notifications": "20.0.1",
"@commercetools-frontend/permissions": "20.0.1",
"@commercetools-frontend/react-notifications": "20.0.1",
"@commercetools-frontend/permissions": "20.1.2",
"@commercetools-frontend/react-notifications": "20.1.2",
"@commercetools-frontend/sdk": "20.0.1",
"@commercetools-frontend/sentry": "20.0.1",
"@commercetools-frontend/url-utils": "20.0.1",
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

## 20.1.2

### Patch Changes

- [#2199](https://github.com/commercetools/merchant-center-application-kit/pull/2199) [`0bfa1613`](https://github.com/commercetools/merchant-center-application-kit/commit/0bfa16134450fb0699018b2210e0da904f646140) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies

* [#2203](https://github.com/commercetools/merchant-center-application-kit/pull/2203) [`99ea52d3`](https://github.com/commercetools/merchant-center-application-kit/commit/99ea52d354a9ad61187388553e1490964347550f) Thanks [@tdeekens](https://github.com/tdeekens)! - Fixes `babel-preset-mc-app` warnings about `loose` mode. You can now pass a `disableLooseMode` option to this preset to turn it off (defaults to `true`).

## 20.0.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": "20.0.1",
"version": "20.1.2",
"description": "Babel preset used by a MC application",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/cypress/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @commercetools-frontend/cypress

## 20.1.2

### Patch Changes

- Updated dependencies [[`0bfa1613`](https://github.com/commercetools/merchant-center-application-kit/commit/0bfa16134450fb0699018b2210e0da904f646140)]:
- @commercetools-frontend/application-config@20.1.2

## 20.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cypress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/cypress",
"version": "20.0.1",
"version": "20.1.2",
"description": "Cypress commands and utilities for Custom Applications",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"@babel/runtime": "7.14.0",
"@babel/runtime-corejs3": "7.14.0",
"@commercetools-frontend/application-config": "20.0.1",
"@commercetools-frontend/application-config": "20.1.2",
"@manypkg/get-packages": "1.1.1",
"uuid": "8.3.2"
},
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

## 20.1.2

### Patch Changes

- Updated dependencies [[`0bfa1613`](https://github.com/commercetools/merchant-center-application-kit/commit/0bfa16134450fb0699018b2210e0da904f646140), [`99ea52d3`](https://github.com/commercetools/merchant-center-application-kit/commit/99ea52d354a9ad61187388553e1490964347550f)]:
- @commercetools-frontend/babel-preset-mc-app@20.1.2

## 20.0.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": "20.0.1",
"version": "20.1.2",
"description": "Jest preset used by a MC application",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand All @@ -19,7 +19,7 @@
"main": "./jest-preset.js",
"module": "./jest-preset.js",
"dependencies": {
"@commercetools-frontend/babel-preset-mc-app": "20.0.1",
"@commercetools-frontend/babel-preset-mc-app": "20.1.2",
"@sheerun/mutationobserver-shim": "0.3.3",
"@testing-library/jest-dom": "5.12.0",
"babel-jest": "26.6.3",
Expand Down
7 changes: 7 additions & 0 deletions packages/mc-html-template/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @commercetools-frontend/mc-html-template

## 20.1.2

### Patch Changes

- Updated dependencies [[`0bfa1613`](https://github.com/commercetools/merchant-center-application-kit/commit/0bfa16134450fb0699018b2210e0da904f646140)]:
- @commercetools-frontend/application-config@20.1.2

## 20.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/mc-html-template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/mc-html-template",
"version": "20.0.2",
"version": "20.1.2",
"description": "Everything related to render the index.html for a MC application",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@babel/runtime": "7.14.0",
"@babel/runtime-corejs3": "7.14.0",
"@commercetools-frontend/application-config": "20.0.1",
"@commercetools-frontend/application-config": "20.1.2",
"core-js": "3.12.1",
"serialize-javascript": "5.0.1",
"uglify-es": "3.3.9",
Expand Down
11 changes: 11 additions & 0 deletions packages/mc-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @commercetools-frontend/mc-scripts

## 20.1.2

### Patch Changes

- [#2200](https://github.com/commercetools/merchant-center-application-kit/pull/2200) [`9b9cf924`](https://github.com/commercetools/merchant-center-application-kit/commit/9b9cf924d96b0ee9b292a62199503626a48a8b59) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update dependency dotenv to v9

- Updated dependencies [[`0bfa1613`](https://github.com/commercetools/merchant-center-application-kit/commit/0bfa16134450fb0699018b2210e0da904f646140), [`99ea52d3`](https://github.com/commercetools/merchant-center-application-kit/commit/99ea52d354a9ad61187388553e1490964347550f)]:
- @commercetools-frontend/application-config@20.1.2
- @commercetools-frontend/babel-preset-mc-app@20.1.2
- @commercetools-frontend/mc-html-template@20.1.2

## 20.1.1

### Patch Changes
Expand Down
Loading

1 comment on commit 50a1ac0

@vercel
Copy link

@vercel vercel bot commented on 50a1ac0 May 11, 2021

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.