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 26, 2020
1 parent fa48548 commit 0e6895a
Show file tree
Hide file tree
Showing 54 changed files with 328 additions and 117 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-suns-burn.md

This file was deleted.

27 changes: 0 additions & 27 deletions .changeset/stupid-mice-dance.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.11

### Patch Changes

- Updated dependencies [[`81a274c`](https://github.com/commercetools/merchant-center-application-kit/commit/81a274c6abd5f3725e7698fa37004b9647549e41), [`2287813`](https://github.com/commercetools/merchant-center-application-kit/commit/2287813c19a54b7edb7005d417c5f6a7b34cad1f)]:
- @commercetools-frontend/application-components@17.6.0
- @commercetools-frontend/actions-global@17.6.0
- @commercetools-frontend/application-shell@17.6.0
- @commercetools-frontend/i18n@17.6.0
- @commercetools-frontend/permissions@17.6.0

## 17.0.10

### 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.10",
"version": "17.0.11",
"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.2.7",
"@commercetools-frontend/actions-global": "17.3.1",
"@commercetools-frontend/application-components": "17.5.0",
"@commercetools-frontend/application-shell": "17.5.0",
"@commercetools-frontend/actions-global": "17.6.0",
"@commercetools-frontend/application-components": "17.6.0",
"@commercetools-frontend/application-shell": "17.6.0",
"@commercetools-frontend/assets": "17.3.0",
"@commercetools-frontend/i18n": "17.4.1",
"@commercetools-frontend/permissions": "17.4.1",
"@commercetools-frontend/i18n": "17.6.0",
"@commercetools-frontend/permissions": "17.6.0",
"@commercetools-uikit/flat-button": "10.42.2",
"@commercetools-uikit/icons": "10.42.2",
"@commercetools-uikit/spacings": "10.42.2",
Expand All @@ -36,9 +36,9 @@
"redux": "4.0.5"
},
"devDependencies": {
"@commercetools-frontend/jest-preset-mc-app": "17.4.1",
"@commercetools-frontend/jest-preset-mc-app": "17.6.0",
"@commercetools-frontend/mc-dev-authentication": "17.3.0",
"@commercetools-frontend/mc-scripts": "17.4.1",
"@commercetools-frontend/mc-scripts": "17.6.0",
"@formatjs/cli": "2.13.13",
"@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.0

### Patch Changes

- [`2287813`](https://github.com/commercetools/merchant-center-application-kit/commit/2287813c19a54b7edb7005d417c5f6a7b34cad1f) [#1871](https://github.com/commercetools/merchant-center-application-kit/pull/1871) Thanks [@emmenko](https://github.com/emmenko)! - Compile and bundle packages using [preconstruct](https://preconstruct.tools)

## 17.4.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.4.1",
"version": "17.6.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

## 17.6.0

### Patch Changes

- [`2287813`](https://github.com/commercetools/merchant-center-application-kit/commit/2287813c19a54b7edb7005d417c5f6a7b34cad1f) [#1871](https://github.com/commercetools/merchant-center-application-kit/pull/1871) Thanks [@emmenko](https://github.com/emmenko)! - Compile and bundle packages using [preconstruct](https://preconstruct.tools)

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

## 17.6.0

### Patch Changes

- [`2287813`](https://github.com/commercetools/merchant-center-application-kit/commit/2287813c19a54b7edb7005d417c5f6a7b34cad1f) [#1871](https://github.com/commercetools/merchant-center-application-kit/pull/1871) Thanks [@emmenko](https://github.com/emmenko)! - Compile and bundle packages using [preconstruct](https://preconstruct.tools)

- Updated dependencies [[`2287813`](https://github.com/commercetools/merchant-center-application-kit/commit/2287813c19a54b7edb7005d417c5f6a7b34cad1f)]:
- @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

## 17.3.1

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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.3.1",
"version": "17.6.0",
"description": "Global redux actions for a MC application",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand All @@ -24,10 +24,10 @@
"dependencies": {
"@babel/runtime": "7.12.5",
"@babel/runtime-corejs3": "7.12.5",
"@commercetools-frontend/browser-history": "17.3.0",
"@commercetools-frontend/constants": "17.3.0",
"@commercetools-frontend/notifications": "17.3.0",
"@commercetools-frontend/sentry": "17.4.1",
"@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",
"@types/lodash": "^4.14.155",
"lodash": "4.17.20",
"redux-thunk": "2.3.0"
Expand Down
14 changes: 14 additions & 0 deletions packages/application-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @commercetools-frontend/application-components

## 17.6.0

### Minor Changes

- [`81a274c`](https://github.com/commercetools/merchant-center-application-kit/commit/81a274c6abd5f3725e7698fa37004b9647549e41) [#1897](https://github.com/commercetools/merchant-center-application-kit/pull/1897) Thanks [@jonnybel](https://github.com/jonnybel)! - Add support for the new horizontal constraint options from UI-Kit to the `size` prop of `<ConfirmationDialog>`, `<FormDialog>`, and `<InfoDialog>` components.

### Patch Changes

- [`2287813`](https://github.com/commercetools/merchant-center-application-kit/commit/2287813c19a54b7edb7005d417c5f6a7b34cad1f) [#1871](https://github.com/commercetools/merchant-center-application-kit/pull/1871) Thanks [@emmenko](https://github.com/emmenko)! - Compile and bundle packages using [preconstruct](https://preconstruct.tools)

- Updated dependencies [[`2287813`](https://github.com/commercetools/merchant-center-application-kit/commit/2287813c19a54b7edb7005d417c5f6a7b34cad1f)]:
- @commercetools-frontend/constants@17.6.0
- @commercetools-frontend/i18n@17.6.0

## 17.5.0

### 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": "17.5.0",
"version": "17.6.0",
"description": "Generic components for building Merchant Center applications",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down Expand Up @@ -31,8 +31,8 @@
"@babel/runtime": "7.12.5",
"@babel/runtime-corejs3": "7.12.5",
"@commercetools-frontend/assets": "17.3.0",
"@commercetools-frontend/constants": "17.3.0",
"@commercetools-frontend/i18n": "17.4.1",
"@commercetools-frontend/constants": "17.6.0",
"@commercetools-frontend/i18n": "17.6.0",
"@commercetools-uikit/card": "^10.42.2",
"@commercetools-uikit/constraints": "^10.42.2",
"@commercetools-uikit/flat-button": "^10.42.2",
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

## 17.6.0

### Patch Changes

- [`2287813`](https://github.com/commercetools/merchant-center-application-kit/commit/2287813c19a54b7edb7005d417c5f6a7b34cad1f) [#1871](https://github.com/commercetools/merchant-center-application-kit/pull/1871) Thanks [@emmenko](https://github.com/emmenko)! - Compile and bundle packages using [preconstruct](https://preconstruct.tools)

## 17.4.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": "17.4.1",
"version": "17.6.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

## 17.6.0

### Patch Changes

- [`2287813`](https://github.com/commercetools/merchant-center-application-kit/commit/2287813c19a54b7edb7005d417c5f6a7b34cad1f) [#1871](https://github.com/commercetools/merchant-center-application-kit/pull/1871) Thanks [@emmenko](https://github.com/emmenko)! - Compile and bundle packages using [preconstruct](https://preconstruct.tools)

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

## 17.4.1

### 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": "17.4.1",
"version": "17.6.0",
"description": "Contains complementary tools for @commercetools-frontend/application-shell",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand All @@ -27,8 +27,8 @@
"dependencies": {
"@babel/runtime": "7.12.5",
"@babel/runtime-corejs3": "7.12.5",
"@commercetools-frontend/constants": "17.3.0",
"@commercetools-frontend/sentry": "17.4.1",
"@commercetools-frontend/constants": "17.6.0",
"@commercetools-frontend/sentry": "17.6.0",
"@emotion/react": "11.1.1",
"@types/lodash": "^4.14.155",
"@types/prop-types": "^15.7.3",
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

## 17.6.0

### Patch Changes

- [`2287813`](https://github.com/commercetools/merchant-center-application-kit/commit/2287813c19a54b7edb7005d417c5f6a7b34cad1f) [#1871](https://github.com/commercetools/merchant-center-application-kit/pull/1871) Thanks [@emmenko](https://github.com/emmenko)! - Compile and bundle packages using [preconstruct](https://preconstruct.tools)

- Updated dependencies [[`81a274c`](https://github.com/commercetools/merchant-center-application-kit/commit/81a274c6abd5f3725e7698fa37004b9647549e41), [`2287813`](https://github.com/commercetools/merchant-center-application-kit/commit/2287813c19a54b7edb7005d417c5f6a7b34cad1f)]:
- @commercetools-frontend/application-components@17.6.0
- @commercetools-frontend/actions-global@17.6.0
- @commercetools-frontend/application-shell-connectors@17.6.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.0
- @commercetools-frontend/notifications@17.6.0
- @commercetools-frontend/permissions@17.6.0
- @commercetools-frontend/react-notifications@17.6.0
- @commercetools-frontend/sdk@17.6.0
- @commercetools-frontend/sentry@17.6.0
- @commercetools-frontend/url-utils@17.6.0

## 17.5.0

### 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": "17.5.0",
"version": "17.6.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 @@ -33,20 +33,20 @@
"dependencies": {
"@babel/runtime": "7.12.5",
"@babel/runtime-corejs3": "7.12.5",
"@commercetools-frontend/actions-global": "17.3.1",
"@commercetools-frontend/application-components": "17.5.0",
"@commercetools-frontend/application-shell-connectors": "17.4.1",
"@commercetools-frontend/actions-global": "17.6.0",
"@commercetools-frontend/application-components": "17.6.0",
"@commercetools-frontend/application-shell-connectors": "17.6.0",
"@commercetools-frontend/assets": "17.3.0",
"@commercetools-frontend/browser-history": "17.3.0",
"@commercetools-frontend/constants": "17.3.0",
"@commercetools-frontend/i18n": "17.4.1",
"@commercetools-frontend/l10n": "17.5.0",
"@commercetools-frontend/notifications": "17.3.0",
"@commercetools-frontend/permissions": "17.4.1",
"@commercetools-frontend/react-notifications": "17.5.0",
"@commercetools-frontend/sdk": "17.3.0",
"@commercetools-frontend/sentry": "17.4.1",
"@commercetools-frontend/url-utils": "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.0",
"@commercetools-frontend/notifications": "17.6.0",
"@commercetools-frontend/permissions": "17.6.0",
"@commercetools-frontend/react-notifications": "17.6.0",
"@commercetools-frontend/sdk": "17.6.0",
"@commercetools-frontend/sentry": "17.6.0",
"@commercetools-frontend/url-utils": "17.6.0",
"@commercetools-uikit/avatar": "^10.42.2",
"@commercetools-uikit/card": "^10.42.2",
"@commercetools-uikit/design-system": "^10.42.2",
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.6.0

### Patch Changes

- [`2287813`](https://github.com/commercetools/merchant-center-application-kit/commit/2287813c19a54b7edb7005d417c5f6a7b34cad1f) [#1871](https://github.com/commercetools/merchant-center-application-kit/pull/1871) Thanks [@emmenko](https://github.com/emmenko)! - Compile and bundle packages using [preconstruct](https://preconstruct.tools)

## 17.4.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.4.1",
"version": "17.6.0",
"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

## 17.6.0

### Patch Changes

- [`2287813`](https://github.com/commercetools/merchant-center-application-kit/commit/2287813c19a54b7edb7005d417c5f6a7b34cad1f) [#1871](https://github.com/commercetools/merchant-center-application-kit/pull/1871) Thanks [@emmenko](https://github.com/emmenko)! - Compile and bundle packages using [preconstruct](https://preconstruct.tools)

## 17.3.0

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

## 17.6.0

### Patch Changes

- [`2287813`](https://github.com/commercetools/merchant-center-application-kit/commit/2287813c19a54b7edb7005d417c5f6a7b34cad1f) [#1871](https://github.com/commercetools/merchant-center-application-kit/pull/1871) Thanks [@emmenko](https://github.com/emmenko)! - Compile and bundle packages using [preconstruct](https://preconstruct.tools)

## 17.3.0

### 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": "17.3.0",
"version": "17.6.0",
"description": "Shared constants for MC applications",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down
Loading

0 comments on commit 0e6895a

Please sign in to comment.