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

Merged
merged 1 commit into from
Aug 5, 2021
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
29 changes: 0 additions & 29 deletions .changeset/orange-spies-grow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-months-type.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

## 18.2.3

### Patch Changes

- [#2318](https://github.com/commercetools/merchant-center-application-kit/pull/2318) [`83f2add2`](https://github.com/commercetools/merchant-center-application-kit/commit/83f2add2a56ba6696c51fd930a0a1dadbf36c134) Thanks [@renovate](https://github.com/apps/renovate)! - Update all dependencies

- Updated dependencies [[`83f2add2`](https://github.com/commercetools/merchant-center-application-kit/commit/83f2add2a56ba6696c51fd930a0a1dadbf36c134)]:
- @commercetools-frontend/actions-global@20.9.3
- @commercetools-frontend/application-components@20.9.3
- @commercetools-frontend/application-shell@20.9.3
- @commercetools-frontend/i18n@20.9.3
- @commercetools-frontend/permissions@20.9.3

## 18.2.2

### 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": "18.2.2",
"version": "18.2.3",
"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.21",
"@commercetools-frontend/actions-global": "20.9.0",
"@commercetools-frontend/application-components": "20.9.0",
"@commercetools-frontend/application-shell": "20.9.0",
"@commercetools-frontend/actions-global": "20.9.3",
"@commercetools-frontend/application-components": "20.9.3",
"@commercetools-frontend/application-shell": "20.9.3",
"@commercetools-frontend/assets": "20.8.0",
"@commercetools-frontend/i18n": "20.9.0",
"@commercetools-frontend/permissions": "20.9.0",
"@commercetools-frontend/i18n": "20.9.3",
"@commercetools-frontend/permissions": "20.9.3",
"@commercetools-uikit/flat-button": "^12.2.2",
"@commercetools-uikit/icons": "^12.2.2",
"@commercetools-uikit/spacings": "^12.2.2",
Expand All @@ -36,9 +36,9 @@
"redux": "4.1.1"
},
"devDependencies": {
"@commercetools-frontend/jest-preset-mc-app": "20.9.0",
"@commercetools-frontend/jest-preset-mc-app": "20.9.3",
"@commercetools-frontend/mc-dev-authentication": "19.0.0",
"@commercetools-frontend/mc-scripts": "20.9.2",
"@commercetools-frontend/mc-scripts": "20.9.3",
"@formatjs/cli": "4.2.29",
"@manypkg/cli": "0.18.0",
"@testing-library/react": "12.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

## 20.9.3

### Patch Changes

- [#2318](https://github.com/commercetools/merchant-center-application-kit/pull/2318) [`83f2add2`](https://github.com/commercetools/merchant-center-application-kit/commit/83f2add2a56ba6696c51fd930a0a1dadbf36c134) Thanks [@renovate](https://github.com/apps/renovate)! - Update all dependencies

## 20.8.0

### 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.8.0",
"version": "20.9.3",
"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

## 20.9.3

### Patch Changes

- [#2318](https://github.com/commercetools/merchant-center-application-kit/pull/2318) [`83f2add2`](https://github.com/commercetools/merchant-center-application-kit/commit/83f2add2a56ba6696c51fd930a0a1dadbf36c134) Thanks [@renovate](https://github.com/apps/renovate)! - Update all dependencies

## 20.8.0

### 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": "20.8.0",
"version": "20.9.3",
"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

## 20.9.3

### Patch Changes

- [#2318](https://github.com/commercetools/merchant-center-application-kit/pull/2318) [`83f2add2`](https://github.com/commercetools/merchant-center-application-kit/commit/83f2add2a56ba6696c51fd930a0a1dadbf36c134) Thanks [@renovate](https://github.com/apps/renovate)! - Update all dependencies

- Updated dependencies [[`83f2add2`](https://github.com/commercetools/merchant-center-application-kit/commit/83f2add2a56ba6696c51fd930a0a1dadbf36c134)]:
- @commercetools-frontend/browser-history@20.9.3
- @commercetools-frontend/constants@20.9.3
- @commercetools-frontend/notifications@20.9.3
- @commercetools-frontend/sentry@20.9.3

## 20.9.0

### 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": "20.9.0",
"version": "20.9.3",
"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.14.8",
"@babel/runtime-corejs3": "7.14.9",
"@commercetools-frontend/browser-history": "20.9.0",
"@commercetools-frontend/constants": "20.8.0",
"@commercetools-frontend/notifications": "20.8.0",
"@commercetools-frontend/sentry": "20.8.0",
"@commercetools-frontend/browser-history": "20.9.3",
"@commercetools-frontend/constants": "20.9.3",
"@commercetools-frontend/notifications": "20.9.3",
"@commercetools-frontend/sentry": "20.9.3",
"@types/lodash": "^4.14.167",
"@types/react": "^17.0.7",
"@types/react-redux": "^7.1.16",
Expand Down
12 changes: 12 additions & 0 deletions packages/application-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @commercetools-frontend/application-components

## 20.9.3

### Patch Changes

- [#2318](https://github.com/commercetools/merchant-center-application-kit/pull/2318) [`83f2add2`](https://github.com/commercetools/merchant-center-application-kit/commit/83f2add2a56ba6696c51fd930a0a1dadbf36c134) Thanks [@renovate](https://github.com/apps/renovate)! - Update all dependencies

- Updated dependencies [[`83f2add2`](https://github.com/commercetools/merchant-center-application-kit/commit/83f2add2a56ba6696c51fd930a0a1dadbf36c134)]:
- @commercetools-frontend/application-shell-connectors@20.9.3
- @commercetools-frontend/constants@20.9.3
- @commercetools-frontend/i18n@20.9.3
- @commercetools-frontend/l10n@20.9.3

## 20.9.0

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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.9.0",
"version": "20.9.3",
"description": "Generic components for building Merchant Center applications",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down Expand Up @@ -33,11 +33,11 @@
"dependencies": {
"@babel/runtime": "7.14.8",
"@babel/runtime-corejs3": "7.14.9",
"@commercetools-frontend/application-shell-connectors": "20.9.0",
"@commercetools-frontend/application-shell-connectors": "20.9.3",
"@commercetools-frontend/assets": "20.8.0",
"@commercetools-frontend/constants": "20.8.0",
"@commercetools-frontend/i18n": "20.9.0",
"@commercetools-frontend/l10n": "20.8.0",
"@commercetools-frontend/constants": "20.9.3",
"@commercetools-frontend/i18n": "20.9.3",
"@commercetools-frontend/l10n": "20.9.3",
"@commercetools-uikit/async-select-input": "^12.2.2",
"@commercetools-uikit/card": "^12.2.2",
"@commercetools-uikit/constraints": "^12.2.2",
Expand Down
9 changes: 9 additions & 0 deletions packages/application-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @commercetools-frontend/application-config

## 20.9.3

### Patch Changes

- [#2318](https://github.com/commercetools/merchant-center-application-kit/pull/2318) [`83f2add2`](https://github.com/commercetools/merchant-center-application-kit/commit/83f2add2a56ba6696c51fd930a0a1dadbf36c134) Thanks [@renovate](https://github.com/apps/renovate)! - Update all dependencies

- Updated dependencies [[`83f2add2`](https://github.com/commercetools/merchant-center-application-kit/commit/83f2add2a56ba6696c51fd930a0a1dadbf36c134)]:
- @commercetools-frontend/babel-preset-mc-app@20.9.3

## 20.9.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.9.2",
"version": "20.9.3",
"description": "Configuration utilities for building Custom Applications",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"@babel/register": "7.14.5",
"@babel/runtime": "7.14.8",
"@babel/runtime-corejs3": "7.14.9",
"@commercetools-frontend/babel-preset-mc-app": "20.9.0",
"@commercetools-frontend/babel-preset-mc-app": "20.9.3",
"ajv": "8.6.2",
"core-js": "3.16.0",
"cosmiconfig": "7.0.0",
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

## 20.9.3

### Patch Changes

- [#2318](https://github.com/commercetools/merchant-center-application-kit/pull/2318) [`83f2add2`](https://github.com/commercetools/merchant-center-application-kit/commit/83f2add2a56ba6696c51fd930a0a1dadbf36c134) Thanks [@renovate](https://github.com/apps/renovate)! - Update all dependencies

- Updated dependencies [[`83f2add2`](https://github.com/commercetools/merchant-center-application-kit/commit/83f2add2a56ba6696c51fd930a0a1dadbf36c134)]:
- @commercetools-frontend/constants@20.9.3
- @commercetools-frontend/sentry@20.9.3

## 20.9.0

### 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": "20.9.0",
"version": "20.9.3",
"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.14.8",
"@babel/runtime-corejs3": "7.14.9",
"@commercetools-frontend/constants": "20.8.0",
"@commercetools-frontend/sentry": "20.8.0",
"@commercetools-frontend/constants": "20.9.3",
"@commercetools-frontend/sentry": "20.9.3",
"@emotion/react": "11.4.0",
"@types/lodash": "^4.14.167",
"@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

## 20.9.3

### Patch Changes

- [#2318](https://github.com/commercetools/merchant-center-application-kit/pull/2318) [`83f2add2`](https://github.com/commercetools/merchant-center-application-kit/commit/83f2add2a56ba6696c51fd930a0a1dadbf36c134) Thanks [@renovate](https://github.com/apps/renovate)! - Update all dependencies

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

## 20.9.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": "20.9.0",
"version": "20.9.3",
"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,20 +28,20 @@
"dependencies": {
"@babel/runtime": "7.14.8",
"@babel/runtime-corejs3": "7.14.9",
"@commercetools-frontend/actions-global": "20.9.0",
"@commercetools-frontend/application-components": "20.9.0",
"@commercetools-frontend/application-shell-connectors": "20.9.0",
"@commercetools-frontend/actions-global": "20.9.3",
"@commercetools-frontend/application-components": "20.9.3",
"@commercetools-frontend/application-shell-connectors": "20.9.3",
"@commercetools-frontend/assets": "20.8.0",
"@commercetools-frontend/browser-history": "20.9.0",
"@commercetools-frontend/constants": "20.8.0",
"@commercetools-frontend/i18n": "20.9.0",
"@commercetools-frontend/l10n": "20.8.0",
"@commercetools-frontend/notifications": "20.8.0",
"@commercetools-frontend/permissions": "20.9.0",
"@commercetools-frontend/react-notifications": "20.9.0",
"@commercetools-frontend/sdk": "20.8.0",
"@commercetools-frontend/sentry": "20.8.0",
"@commercetools-frontend/url-utils": "20.8.0",
"@commercetools-frontend/browser-history": "20.9.3",
"@commercetools-frontend/constants": "20.9.3",
"@commercetools-frontend/i18n": "20.9.3",
"@commercetools-frontend/l10n": "20.9.3",
"@commercetools-frontend/notifications": "20.9.3",
"@commercetools-frontend/permissions": "20.9.3",
"@commercetools-frontend/react-notifications": "20.9.3",
"@commercetools-frontend/sdk": "20.9.3",
"@commercetools-frontend/sentry": "20.9.3",
"@commercetools-frontend/url-utils": "20.9.3",
"@commercetools-uikit/avatar": "^12.2.2",
"@commercetools-uikit/card": "^12.2.2",
"@commercetools-uikit/design-system": "^12.2.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

## 20.9.3

### Patch Changes

- [#2318](https://github.com/commercetools/merchant-center-application-kit/pull/2318) [`83f2add2`](https://github.com/commercetools/merchant-center-application-kit/commit/83f2add2a56ba6696c51fd930a0a1dadbf36c134) Thanks [@renovate](https://github.com/apps/renovate)! - Update all dependencies

## 20.9.0

### Minor 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.9.0",
"version": "20.9.3",
"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

## 20.9.3

### Patch Changes

- [#2318](https://github.com/commercetools/merchant-center-application-kit/pull/2318) [`83f2add2`](https://github.com/commercetools/merchant-center-application-kit/commit/83f2add2a56ba6696c51fd930a0a1dadbf36c134) Thanks [@renovate](https://github.com/apps/renovate)! - Update all dependencies

## 20.9.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": "20.9.0",
"version": "20.9.3",
"description": "Enhances browser history",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down
Loading