Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #1716

Merged
merged 1 commit into from
Sep 7, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .changeset/green-steaks-tell.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/kind-kangaroos-decide.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/pink-paws-tap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-parents-pull.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

## 16.11.4

### Patch Changes

- [`d8915a8`](https://github.com/commercetools/merchant-center-application-kit/commit/d8915a8b29ac940839720d5912a1ef0050b9ada5) [#1713](https://github.com/commercetools/merchant-center-application-kit/pull/1713) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency @testing-library/react to v11

Added support for both @testing-library/react to v11 and v10.

- Updated dependencies [[`d8915a8`](https://github.com/commercetools/merchant-center-application-kit/commit/d8915a8b29ac940839720d5912a1ef0050b9ada5), [`4fff00c`](https://github.com/commercetools/merchant-center-application-kit/commit/4fff00c24bf74d853170400951cfb1892567f313)]:
- @commercetools-frontend/application-shell@16.16.4
- @commercetools-frontend/permissions@16.16.4
- @commercetools-frontend/i18n@16.16.4
- @commercetools-frontend/application-components@16.16.4

## 16.11.3

### Patch 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": "16.11.3",
"version": "16.11.4",
"description": "A starter example for the bare minimum setup to develop a Merchant Center Application",
"private": true,
"scripts": {
Expand All @@ -14,12 +14,12 @@
},
"dependencies": {
"@commercetools-frontend/actions-global": "16.16.0",
"@commercetools-frontend/application-components": "16.16.2",
"@commercetools-frontend/application-shell": "16.16.3",
"@commercetools-frontend/application-components": "16.16.4",
"@commercetools-frontend/application-shell": "16.16.4",
"@commercetools-frontend/assets": "16.15.3",
"@commercetools-frontend/i18n": "16.16.2",
"@commercetools-frontend/i18n": "16.16.4",
"@commercetools-frontend/mc-http-server": "16.16.1",
"@commercetools-frontend/permissions": "16.16.1",
"@commercetools-frontend/permissions": "16.16.4",
"@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.16.1",
"@commercetools-frontend/mc-scripts": "16.16.3",
"@commercetools-frontend/jest-preset-mc-app": "16.16.4",
"@commercetools-frontend/mc-scripts": "16.16.4",
"@testing-library/react": "11.0.2",
"dotenv-cli": "3.2.0",
"enzyme": "3.11.0",
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.4

### Patch Changes

- [`4fff00c`](https://github.com/commercetools/merchant-center-application-kit/commit/4fff00c24bf74d853170400951cfb1892567f313) [#1717](https://github.com/commercetools/merchant-center-application-kit/pull/1717) Thanks [@emmenko](https://github.com/emmenko)! - Update Sentry packages and fix wrong configuration option (`allowUrls` instead of `denyUrls`)

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

## 16.16.4

### Patch Changes

- Updated dependencies []:
- @commercetools-frontend/i18n@16.16.4

## 16.16.2

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

## 16.16.4

### Patch Changes

- [`d8915a8`](https://github.com/commercetools/merchant-center-application-kit/commit/d8915a8b29ac940839720d5912a1ef0050b9ada5) [#1713](https://github.com/commercetools/merchant-center-application-kit/pull/1713) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency @testing-library/react to v11

Added support for both @testing-library/react to v11 and v10.

- Updated dependencies [[`4fff00c`](https://github.com/commercetools/merchant-center-application-kit/commit/4fff00c24bf74d853170400951cfb1892567f313)]:
- @commercetools-frontend/sentry@16.16.4

## 16.16.1

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

## 16.16.4

### Patch Changes

- [`d8915a8`](https://github.com/commercetools/merchant-center-application-kit/commit/d8915a8b29ac940839720d5912a1ef0050b9ada5) [#1713](https://github.com/commercetools/merchant-center-application-kit/pull/1713) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency @testing-library/react to v11

Added support for both @testing-library/react to v11 and v10.

* [`4fff00c`](https://github.com/commercetools/merchant-center-application-kit/commit/4fff00c24bf74d853170400951cfb1892567f313) [#1717](https://github.com/commercetools/merchant-center-application-kit/pull/1717) Thanks [@emmenko](https://github.com/emmenko)! - Update Sentry packages and fix wrong configuration option (`allowUrls` instead of `denyUrls`)

* Updated dependencies [[`d8915a8`](https://github.com/commercetools/merchant-center-application-kit/commit/d8915a8b29ac940839720d5912a1ef0050b9ada5), [`4fff00c`](https://github.com/commercetools/merchant-center-application-kit/commit/4fff00c24bf74d853170400951cfb1892567f313)]:
- @commercetools-frontend/application-shell-connectors@16.16.4
- @commercetools-frontend/react-notifications@16.16.4
- @commercetools-frontend/sentry@16.16.4
- @commercetools-frontend/permissions@16.16.4
- @commercetools-frontend/i18n@16.16.4
- @commercetools-frontend/l10n@16.16.4
- @commercetools-frontend/application-components@16.16.4

## 16.16.3

### Patch Changes
Expand Down
16 changes: 8 additions & 8 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.16.3",
"version": "16.16.4",
"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 @@ -46,18 +46,18 @@
"@babel/runtime": "7.11.2",
"@babel/runtime-corejs3": "7.11.2",
"@commercetools-frontend/actions-global": "16.16.0",
"@commercetools-frontend/application-components": "16.16.2",
"@commercetools-frontend/application-shell-connectors": "16.16.1",
"@commercetools-frontend/application-components": "16.16.4",
"@commercetools-frontend/application-shell-connectors": "16.16.4",
"@commercetools-frontend/assets": "16.15.3",
"@commercetools-frontend/browser-history": "16.16.0",
"@commercetools-frontend/constants": "16.16.0",
"@commercetools-frontend/i18n": "16.16.2",
"@commercetools-frontend/l10n": "16.16.1",
"@commercetools-frontend/i18n": "16.16.4",
"@commercetools-frontend/l10n": "16.16.4",
"@commercetools-frontend/notifications": "16.16.0",
"@commercetools-frontend/permissions": "16.16.1",
"@commercetools-frontend/react-notifications": "16.16.1",
"@commercetools-frontend/permissions": "16.16.4",
"@commercetools-frontend/react-notifications": "16.16.4",
"@commercetools-frontend/sdk": "16.16.1",
"@commercetools-frontend/sentry": "16.16.1",
"@commercetools-frontend/sentry": "16.16.4",
"@commercetools-frontend/url-utils": "16.16.0",
"@commercetools-uikit/avatar": "^10.30.1",
"@commercetools-uikit/design-system": "^10.18.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-config-mc-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @commercetools-frontend/eslint-config-mc-app

## 16.16.4

### Patch Changes

- [`5b9ca52`](https://github.com/commercetools/merchant-center-application-kit/commit/5b9ca52bf521332151c2771b80514542bf47c0a3) [#1714](https://github.com/commercetools/merchant-center-application-kit/pull/1714) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency eslint-plugin-jest to v24

Add support for using both eslint-plugin-jest to v24 and v23.

## 16.15.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-mc-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/eslint-config-mc-app",
"version": "16.15.3",
"version": "16.16.4",
"description": "ESLint config 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/i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @commercetools-frontend/i18n

## 16.16.4

### Patch Changes

- Updated dependencies [[`4fff00c`](https://github.com/commercetools/merchant-center-application-kit/commit/4fff00c24bf74d853170400951cfb1892567f313)]:
- @commercetools-frontend/sentry@16.16.4

## 16.16.2

### 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.16.2",
"version": "16.16.4",
"description": "MC i18n messages",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down Expand Up @@ -43,7 +43,7 @@
"dependencies": {
"@babel/runtime": "7.11.2",
"@babel/runtime-corejs3": "7.11.2",
"@commercetools-frontend/sentry": "16.16.1",
"@commercetools-frontend/sentry": "16.16.4",
"@commercetools-uikit/i18n": "^10.30.1",
"@types/prop-types": "^15.7.3",
"moment": "^2.24.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/jest-preset-mc-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @commercetools-frontend/jest-preset-mc-app

## 16.16.4

### Patch Changes

- [`d8915a8`](https://github.com/commercetools/merchant-center-application-kit/commit/d8915a8b29ac940839720d5912a1ef0050b9ada5) [#1713](https://github.com/commercetools/merchant-center-application-kit/pull/1713) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency @testing-library/react to v11

Added support for both @testing-library/react to v11 and v10.

## 16.16.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.16.1",
"version": "16.16.4",
"description": "Jest 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/l10n/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @commercetools-frontend/l10n

## 16.16.4

### Patch Changes

- Updated dependencies [[`4fff00c`](https://github.com/commercetools/merchant-center-application-kit/commit/4fff00c24bf74d853170400951cfb1892567f313)]:
- @commercetools-frontend/sentry@16.16.4

## 16.16.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/l10n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/l10n",
"version": "16.16.1",
"version": "16.16.4",
"description": "React bindings to load l10n data",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down Expand Up @@ -43,7 +43,7 @@
"dependencies": {
"@babel/runtime": "7.11.2",
"@babel/runtime-corejs3": "7.11.2",
"@commercetools-frontend/sentry": "16.16.1",
"@commercetools-frontend/sentry": "16.16.4",
"@types/prop-types": "^15.7.3",
"moment": "^2.24.0",
"prop-types": "15.7.2"
Expand Down
6 changes: 6 additions & 0 deletions packages/mc-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @commercetools-frontend/mc-scripts

## 16.16.4

### Patch Changes

- [`a907746`](https://github.com/commercetools/merchant-center-application-kit/commit/a907746f1cf20e86bb4481f810d1296778906fd9) [#1706](https://github.com/commercetools/merchant-center-application-kit/pull/1706) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update dependency terser-webpack-plugin to v4

## 16.16.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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": "16.16.3",
"version": "16.16.4",
"description": "Configuration and scripts for developing a MC application",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/permissions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @commercetools-frontend/permissions

## 16.16.4

### Patch Changes

- Updated dependencies [[`d8915a8`](https://github.com/commercetools/merchant-center-application-kit/commit/d8915a8b29ac940839720d5912a1ef0050b9ada5)]:
- @commercetools-frontend/application-shell-connectors@16.16.4

## 16.16.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/permissions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/permissions",
"version": "16.16.1",
"version": "16.16.4",
"description": "React components to declaratively handle MC permissions",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"@babel/runtime": "7.11.2",
"@babel/runtime-corejs3": "7.11.2",
"@commercetools-frontend/application-shell-connectors": "16.16.1",
"@commercetools-frontend/application-shell-connectors": "16.16.4",
"@types/lodash": "^4.14.155",
"@types/prop-types": "^15.7.3",
"lodash": "4.17.20",
Expand Down
Loading