Skip to content

Commit

Permalink
ci(changesets): version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 29, 2022
1 parent d6958d0 commit a159567
Show file tree
Hide file tree
Showing 79 changed files with 643 additions and 411 deletions.
19 changes: 0 additions & 19 deletions .changeset/afraid-wolves-mix.md

This file was deleted.

31 changes: 0 additions & 31 deletions .changeset/angry-days-swim.md

This file was deleted.

28 changes: 0 additions & 28 deletions .changeset/bright-plants-fail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dirty-ravens-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-planes-fry.md

This file was deleted.

28 changes: 0 additions & 28 deletions .changeset/little-wasps-hug.md

This file was deleted.

23 changes: 0 additions & 23 deletions .changeset/perfect-drinks-teach.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/quick-plums-wonder.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-rocks-rhyme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-trainers-behave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-cobras-switch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-apples-grab.md

This file was deleted.

19 changes: 0 additions & 19 deletions .changeset/wet-hornets-worry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-foxes-play.md

This file was deleted.

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

## 19.3.2

### Patch Changes

- Updated dependencies [[`1d8c71f1`](https://github.com/commercetools/merchant-center-application-kit/commit/1d8c71f1fed656bb6dedb3379198cc6fcdb5363f), [`78de0ec6`](https://github.com/commercetools/merchant-center-application-kit/commit/78de0ec6b569b7daa23edf4fd21cae0842857ca8), [`43a9df21`](https://github.com/commercetools/merchant-center-application-kit/commit/43a9df2193000b49a0299c02d5218c50d71567ed), [`f3cc395d`](https://github.com/commercetools/merchant-center-application-kit/commit/f3cc395d1e29e25f694345c03a7b6376b2d88d20), [`20e648d2`](https://github.com/commercetools/merchant-center-application-kit/commit/20e648d2d69ac9b909ae90946c4fe2274cdf7332), [`f7ec746b`](https://github.com/commercetools/merchant-center-application-kit/commit/f7ec746bfe9742a8bae5ea513db93614cce457c9), [`20e648d2`](https://github.com/commercetools/merchant-center-application-kit/commit/20e648d2d69ac9b909ae90946c4fe2274cdf7332), [`a98f9fb5`](https://github.com/commercetools/merchant-center-application-kit/commit/a98f9fb56a8066d2d64f1fa0f176bf130adb5227), [`405aa67b`](https://github.com/commercetools/merchant-center-application-kit/commit/405aa67bb55dd61e39f0856c120614030e9c8398), [`1d8c71f1`](https://github.com/commercetools/merchant-center-application-kit/commit/1d8c71f1fed656bb6dedb3379198cc6fcdb5363f), [`1cc471e8`](https://github.com/commercetools/merchant-center-application-kit/commit/1cc471e8872313867afc413598b9808507dd0677)]:
- @commercetools-frontend/application-shell@21.8.0
- @commercetools-frontend/application-shell-connectors@21.8.0
- @commercetools-frontend/actions-global@21.8.0
- @commercetools-frontend/assets@21.8.0
- @commercetools-frontend/constants@21.8.0
- @commercetools-frontend/eslint-config-mc-app@21.8.0
- @commercetools-frontend/i18n@21.8.0
- @commercetools-frontend/jest-preset-mc-app@21.8.0
- @commercetools-frontend/mc-scripts@21.8.0
- @commercetools-frontend/permissions@21.8.0
- @commercetools-frontend/sdk@21.8.0
- @commercetools-frontend/application-components@21.8.0
- @commercetools-frontend/mc-dev-authentication@21.8.0

## 19.3.1

### Patch Changes
Expand Down
28 changes: 14 additions & 14 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": "19.3.1",
"version": "19.3.2",
"description": "A starter example for the bare minimum setup to develop a Merchant Center Application",
"private": true,
"scripts": {
Expand All @@ -20,19 +20,19 @@
},
"dependencies": {
"@apollo/client": "3.6.2",
"@commercetools-frontend/actions-global": "21.6.0",
"@commercetools-frontend/application-components": "21.7.0",
"@commercetools-frontend/application-shell": "21.7.0",
"@commercetools-frontend/application-shell-connectors": "21.6.0",
"@commercetools-frontend/assets": "21.0.0",
"@commercetools-frontend/constants": "21.3.4",
"@commercetools-frontend/eslint-config-mc-app": "21.6.0",
"@commercetools-frontend/i18n": "21.6.0",
"@commercetools-frontend/jest-preset-mc-app": "21.7.0",
"@commercetools-frontend/mc-dev-authentication": "21.7.0",
"@commercetools-frontend/mc-scripts": "21.7.0",
"@commercetools-frontend/permissions": "21.6.0",
"@commercetools-frontend/sdk": "21.6.0",
"@commercetools-frontend/actions-global": "21.8.0",
"@commercetools-frontend/application-components": "21.8.0",
"@commercetools-frontend/application-shell": "21.8.0",
"@commercetools-frontend/application-shell-connectors": "21.8.0",
"@commercetools-frontend/assets": "21.8.0",
"@commercetools-frontend/constants": "21.8.0",
"@commercetools-frontend/eslint-config-mc-app": "21.8.0",
"@commercetools-frontend/i18n": "21.8.0",
"@commercetools-frontend/jest-preset-mc-app": "21.8.0",
"@commercetools-frontend/mc-dev-authentication": "21.8.0",
"@commercetools-frontend/mc-scripts": "21.8.0",
"@commercetools-frontend/permissions": "21.8.0",
"@commercetools-frontend/sdk": "21.8.0",
"@commercetools-test-data/commons": "3.0.2",
"@commercetools-test-data/core": "3.0.2",
"@commercetools-uikit/constraints": "^15.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages-backend/eslint-config-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @commercetools-backend/eslint-config-node

## 21.8.0

### Patch Changes

- [#2661](https://github.com/commercetools/merchant-center-application-kit/pull/2661) [`43a9df21`](https://github.com/commercetools/merchant-center-application-kit/commit/43a9df2193000b49a0299c02d5218c50d71567ed) Thanks [@emmenko](https://github.com/emmenko)! - Drop the copyright year from the license files

## 21.6.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages-backend/eslint-config-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-backend/eslint-config-node",
"version": "21.6.0",
"version": "21.8.0",
"description": "ESLint config for Node.js projects.",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down
27 changes: 27 additions & 0 deletions packages-backend/express/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# @commercetools-backend/express

## 21.8.0

### Minor Changes

- [#2667](https://github.com/commercetools/merchant-center-application-kit/pull/2667) [`1d8c71f1`](https://github.com/commercetools/merchant-center-application-kit/commit/1d8c71f1fed656bb6dedb3379198cc6fcdb5363f) Thanks [@emmenko](https://github.com/emmenko)! - Add support for setting the `audience` policy. The policy can be used to determine how the `audience` value is exchanged between the Merchant Center API and the external API.

Supported values are:

- `forward-url-full-path`: This is the default policy. It sets the `audience` using the full URL (origin + pathname).
- `forward-url-origin`: This is the alternative policy. It sets the `audience` using only the origin URL part.

```js
createSessionAuthVerifier({
audiencePolicy: 'forward-url-origin',
// ...
});

createSessionMiddleware({
audiencePolicy: 'forward-url-origin',
// ...
});
```

### Patch Changes

- [#2661](https://github.com/commercetools/merchant-center-application-kit/pull/2661) [`43a9df21`](https://github.com/commercetools/merchant-center-application-kit/commit/43a9df2193000b49a0299c02d5218c50d71567ed) Thanks [@emmenko](https://github.com/emmenko)! - Drop the copyright year from the license files

## 21.6.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": "21.6.0",
"version": "21.8.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

## 21.8.0

### Patch Changes

- [#2661](https://github.com/commercetools/merchant-center-application-kit/pull/2661) [`43a9df21`](https://github.com/commercetools/merchant-center-application-kit/commit/43a9df2193000b49a0299c02d5218c50d71567ed) Thanks [@emmenko](https://github.com/emmenko)! - Drop the copyright year from the license files

## 21.6.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": "21.6.0",
"version": "21.8.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

## 21.8.0

### Patch Changes

- [#2661](https://github.com/commercetools/merchant-center-application-kit/pull/2661) [`43a9df21`](https://github.com/commercetools/merchant-center-application-kit/commit/43a9df2193000b49a0299c02d5218c50d71567ed) Thanks [@emmenko](https://github.com/emmenko)! - Drop the copyright year from the license files

- Updated dependencies [[`43a9df21`](https://github.com/commercetools/merchant-center-application-kit/commit/43a9df2193000b49a0299c02d5218c50d71567ed)]:
- @commercetools-frontend/browser-history@21.8.0
- @commercetools-frontend/constants@21.8.0
- @commercetools-frontend/notifications@21.8.0
- @commercetools-frontend/sentry@21.8.0

## 21.6.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": "21.6.0",
"version": "21.8.0",
"description": "Global redux actions for a MC application",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand All @@ -20,10 +20,10 @@
"dependencies": {
"@babel/runtime": "^7.17.9",
"@babel/runtime-corejs3": "^7.17.9",
"@commercetools-frontend/browser-history": "21.3.4",
"@commercetools-frontend/constants": "21.3.4",
"@commercetools-frontend/notifications": "21.6.0",
"@commercetools-frontend/sentry": "21.6.0",
"@commercetools-frontend/browser-history": "21.8.0",
"@commercetools-frontend/constants": "21.8.0",
"@commercetools-frontend/notifications": "21.8.0",
"@commercetools-frontend/sentry": "21.8.0",
"@types/lodash": "^4.14.181",
"@types/react": "^17.0.44",
"@types/react-redux": "^7.1.23",
Expand Down
Loading

0 comments on commit a159567

Please sign in to comment.