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 #1817

Merged
merged 1 commit into from
Oct 30, 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
16 changes: 0 additions & 16 deletions .changeset/bright-kiwis-sell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-news-agree.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-adults-applaud.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-pillows-obey.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-pillows-own.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-melons-arrive.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/plenty-hotels-suffer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-foxes-hear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-fireants-hope.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-donuts-return.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/young-rings-kiss.md

This file was deleted.

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

## 17.0.2

### Patch Changes

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

- Updated dependencies [[`5d9d5da`](https://github.com/commercetools/merchant-center-application-kit/commit/5d9d5da44364fe5590b67be21ac3630e177326e3), [`323cf6b`](https://github.com/commercetools/merchant-center-application-kit/commit/323cf6bb0fba41510947287dd18b346cda6f0833), [`6059b9a`](https://github.com/commercetools/merchant-center-application-kit/commit/6059b9af35fbee646d008c393578c83795f10b4f)]:
- @commercetools-frontend/i18n@17.1.0
- @commercetools-frontend/application-shell@17.1.0
- @commercetools-frontend/application-components@17.1.0
- @commercetools-frontend/actions-global@17.1.0
- @commercetools-frontend/permissions@17.1.0

## 17.0.1

### 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.1",
"version": "17.0.2",
"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.5",
"@commercetools-frontend/actions-global": "17.0.1",
"@commercetools-frontend/application-components": "17.0.1",
"@commercetools-frontend/application-shell": "17.0.1",
"@commercetools-frontend/actions-global": "17.1.0",
"@commercetools-frontend/application-components": "17.1.0",
"@commercetools-frontend/application-shell": "17.1.0",
"@commercetools-frontend/assets": "16.15.3",
"@commercetools-frontend/i18n": "17.0.1",
"@commercetools-frontend/permissions": "17.0.1",
"@commercetools-frontend/i18n": "17.1.0",
"@commercetools-frontend/permissions": "17.1.0",
"@commercetools-uikit/flat-button": "10.36.0",
"@commercetools-uikit/icons": "10.38.0",
"@commercetools-uikit/spacings": "10.18.7",
Expand All @@ -36,9 +36,9 @@
"redux": "4.0.5"
},
"devDependencies": {
"@commercetools-frontend/jest-preset-mc-app": "17.0.1",
"@commercetools-frontend/jest-preset-mc-app": "17.1.0",
"@commercetools-frontend/mc-dev-authentication": "17.0.0",
"@commercetools-frontend/mc-scripts": "17.0.1",
"@commercetools-frontend/mc-scripts": "17.1.0",
"@formatjs/cli": "2.13.2",
"@testing-library/react": "11.1.0",
"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.1.0

### Patch Changes

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

## 17.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": "17.0.1",
"version": "17.1.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.1.0

### Patch Changes

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

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

## 17.1.0

### Patch Changes

- Updated dependencies [[`6059b9a`](https://github.com/commercetools/merchant-center-application-kit/commit/6059b9af35fbee646d008c393578c83795f10b4f)]:
- @commercetools-frontend/constants@17.1.0

## 17.0.1

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

## 17.1.0

### Patch Changes

- Updated dependencies [[`5d9d5da`](https://github.com/commercetools/merchant-center-application-kit/commit/5d9d5da44364fe5590b67be21ac3630e177326e3), [`6059b9a`](https://github.com/commercetools/merchant-center-application-kit/commit/6059b9af35fbee646d008c393578c83795f10b4f)]:
- @commercetools-frontend/i18n@17.1.0
- @commercetools-frontend/constants@17.1.0

## 17.0.1

### 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.0.1",
"version": "17.1.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.12.1",
"@babel/runtime-corejs3": "7.12.1",
"@commercetools-frontend/assets": "16.15.3",
"@commercetools-frontend/constants": "17.0.1",
"@commercetools-frontend/i18n": "17.0.1",
"@commercetools-frontend/constants": "17.1.0",
"@commercetools-frontend/i18n": "17.1.0",
"@commercetools-uikit/card": "^10.30.1",
"@commercetools-uikit/constraints": "^10.30.1",
"@commercetools-uikit/design-system": "^10.18.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/application-shell-connectors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @commercetools-frontend/application-shell-connectors

## 17.1.0

### Patch Changes

- Updated dependencies [[`5d9d5da`](https://github.com/commercetools/merchant-center-application-kit/commit/5d9d5da44364fe5590b67be21ac3630e177326e3), [`6059b9a`](https://github.com/commercetools/merchant-center-application-kit/commit/6059b9af35fbee646d008c393578c83795f10b4f)]:
- @commercetools-frontend/sentry@17.1.0
- @commercetools-frontend/constants@17.1.0

## 17.0.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.0.1",
"version": "17.1.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.12.1",
"@babel/runtime-corejs3": "7.12.1",
"@commercetools-frontend/constants": "17.0.1",
"@commercetools-frontend/sentry": "17.0.1",
"@commercetools-frontend/constants": "17.1.0",
"@commercetools-frontend/sentry": "17.1.0",
"@types/lodash": "^4.14.155",
"@types/prop-types": "^15.7.3",
"graphql": "14.7.0",
Expand Down
22 changes: 22 additions & 0 deletions packages/application-shell/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @commercetools-frontend/application-shell

## 17.1.0

### Minor Changes

- [`323cf6b`](https://github.com/commercetools/merchant-center-application-kit/commit/323cf6bb0fba41510947287dd18b346cda6f0833) [#1816](https://github.com/commercetools/merchant-center-application-kit/pull/1816) Thanks [@ahmehri](https://github.com/ahmehri)! - Fix wrong navigation when using Quick Access Product commands

### Patch Changes

- [`6059b9a`](https://github.com/commercetools/merchant-center-application-kit/commit/6059b9af35fbee646d008c393578c83795f10b4f) [#1835](https://github.com/commercetools/merchant-center-application-kit/pull/1835) Thanks [@nbryant-commercetools](https://github.com/nbryant-commercetools)! - Addition of new change history GraphQL Target

- Updated dependencies [[`5d9d5da`](https://github.com/commercetools/merchant-center-application-kit/commit/5d9d5da44364fe5590b67be21ac3630e177326e3), [`6059b9a`](https://github.com/commercetools/merchant-center-application-kit/commit/6059b9af35fbee646d008c393578c83795f10b4f)]:
- @commercetools-frontend/i18n@17.1.0
- @commercetools-frontend/sentry@17.1.0
- @commercetools-frontend/constants@17.1.0
- @commercetools-frontend/application-components@17.1.0
- @commercetools-frontend/application-shell-connectors@17.1.0
- @commercetools-frontend/l10n@17.1.0
- @commercetools-frontend/react-notifications@17.1.0
- @commercetools-frontend/actions-global@17.1.0
- @commercetools-frontend/sdk@17.1.0
- @commercetools-frontend/permissions@17.1.0

## 17.0.1

### Patch Changes
Expand Down
22 changes: 11 additions & 11 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.0.1",
"version": "17.1.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 @@ -44,19 +44,19 @@
"dependencies": {
"@babel/runtime": "7.12.1",
"@babel/runtime-corejs3": "7.12.1",
"@commercetools-frontend/actions-global": "17.0.1",
"@commercetools-frontend/application-components": "17.0.1",
"@commercetools-frontend/application-shell-connectors": "17.0.1",
"@commercetools-frontend/actions-global": "17.1.0",
"@commercetools-frontend/application-components": "17.1.0",
"@commercetools-frontend/application-shell-connectors": "17.1.0",
"@commercetools-frontend/assets": "16.15.3",
"@commercetools-frontend/browser-history": "17.0.1",
"@commercetools-frontend/constants": "17.0.1",
"@commercetools-frontend/i18n": "17.0.1",
"@commercetools-frontend/l10n": "17.0.1",
"@commercetools-frontend/constants": "17.1.0",
"@commercetools-frontend/i18n": "17.1.0",
"@commercetools-frontend/l10n": "17.1.0",
"@commercetools-frontend/notifications": "17.0.1",
"@commercetools-frontend/permissions": "17.0.1",
"@commercetools-frontend/react-notifications": "17.0.1",
"@commercetools-frontend/sdk": "17.0.1",
"@commercetools-frontend/sentry": "17.0.1",
"@commercetools-frontend/permissions": "17.1.0",
"@commercetools-frontend/react-notifications": "17.1.0",
"@commercetools-frontend/sdk": "17.1.0",
"@commercetools-frontend/sentry": "17.1.0",
"@commercetools-frontend/url-utils": "17.0.1",
"@commercetools-uikit/avatar": "^10.30.1",
"@commercetools-uikit/design-system": "^10.18.4",
Expand Down
13 changes: 13 additions & 0 deletions packages/babel-preset-mc-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @commercetools-frontend/babel-preset-mc-app

## 17.1.0

### Minor Changes

- [`eb545e0`](https://github.com/commercetools/merchant-center-application-kit/commit/eb545e088af38af86611a2c0b7b69a16a5318b4b) [#1819](https://github.com/commercetools/merchant-center-application-kit/pull/1819) Thanks [@tdeekens](https://github.com/tdeekens)! - feat: adds the ability to opt into the new `automatic` JSX runtime

Recent React versions support a new JSX runtime. Read more about it [here](https://reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html).

You may opt into the new runtime in `automatic` mode by setting the `ENABLE_NEW_JSX_TRANSFORM` environment variable to `true`. Please note you need at least React v17 or v16.14 in your application.
Opting into the new JSX transform automatically also changes the Babel, Jest and ESLint configurations. As a consequence ESLint will warn whenever it discovers React being in scope by importing it as `import React from 'react`'. You have to remove those imports using the respective codemod by running `npx react-codemod update-react-imports`.

Lastly, all code of the Merchant Center Application Kit will continue to be bundled in `classic` mode to support older versions of React.

## 17.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": "17.0.1",
"version": "17.1.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/constants/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @commercetools-frontend/constants

## 17.1.0

### Patch Changes

- [`6059b9a`](https://github.com/commercetools/merchant-center-application-kit/commit/6059b9af35fbee646d008c393578c83795f10b4f) [#1835](https://github.com/commercetools/merchant-center-application-kit/pull/1835) Thanks [@nbryant-commercetools](https://github.com/nbryant-commercetools)! - Addition of new change history GraphQL Target

## 17.0.1

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