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 Jan 27, 2021
1 parent a6a28c2 commit eafbc70
Show file tree
Hide file tree
Showing 60 changed files with 405 additions and 390 deletions.
28 changes: 0 additions & 28 deletions .changeset/dull-bees-obey.md

This file was deleted.

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

## 17.2.7

### Patch Changes

- Updated dependencies [[`3bf32993`](https://github.com/commercetools/merchant-center-application-kit/commit/3bf329935a109a73a7c33580fdf618e60fdbcc2c)]:
- @commercetools-frontend/actions-global@18.0.4
- @commercetools-frontend/application-components@18.0.4
- @commercetools-frontend/application-shell@18.0.4
- @commercetools-frontend/assets@18.0.4
- @commercetools-frontend/permissions@18.0.4
- @commercetools-frontend/i18n@18.0.4

## 17.2.6

### Patch Changes
Expand Down
20 changes: 10 additions & 10 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.2.6",
"version": "17.2.7",
"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.3.7",
"@commercetools-frontend/actions-global": "18.0.2",
"@commercetools-frontend/application-components": "18.0.2",
"@commercetools-frontend/application-shell": "18.0.3",
"@commercetools-frontend/assets": "17.3.0",
"@commercetools-frontend/i18n": "18.0.2",
"@commercetools-frontend/permissions": "17.10.1",
"@commercetools-frontend/actions-global": "18.0.4",
"@commercetools-frontend/application-components": "18.0.4",
"@commercetools-frontend/application-shell": "18.0.4",
"@commercetools-frontend/assets": "18.0.4",
"@commercetools-frontend/i18n": "18.0.4",
"@commercetools-frontend/permissions": "18.0.4",
"@commercetools-uikit/flat-button": "^10.44.1",
"@commercetools-uikit/icons": "^10.44.1",
"@commercetools-uikit/spacings": "^10.44.2",
Expand All @@ -36,9 +36,9 @@
"redux": "4.0.5"
},
"devDependencies": {
"@commercetools-frontend/jest-preset-mc-app": "18.0.2",
"@commercetools-frontend/mc-dev-authentication": "17.3.0",
"@commercetools-frontend/mc-scripts": "18.0.2",
"@commercetools-frontend/jest-preset-mc-app": "18.0.4",
"@commercetools-frontend/mc-dev-authentication": "18.0.4",
"@commercetools-frontend/mc-scripts": "18.0.4",
"@formatjs/cli": "3.0.3",
"@testing-library/react": "11.2.3",
"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

## 18.0.4

### Patch Changes

- [`3bf32993`](https://github.com/commercetools/merchant-center-application-kit/commit/3bf329935a109a73a7c33580fdf618e60fdbcc2c) [#1971](https://github.com/commercetools/merchant-center-application-kit/pull/1971) Thanks [@tdeekens](https://github.com/tdeekens)! - Add internal opt-in support for combining feature flag adapters.

## 18.0.2

### Patch Changes
Expand Down
18 changes: 3 additions & 15 deletions packages-backend/express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-backend/express",
"version": "18.0.2",
"version": "18.0.4",
"description": "Zero-config HTTP server as Express.js to facilitate development",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand All @@ -9,27 +9,15 @@
"directory": "packages-backend/express"
},
"homepage": "https://docs.commercetools.com/custom-applications",
"keywords": [
"javascript",
"nodejs",
"express",
"http",
"server",
"toolkit"
],
"keywords": ["javascript", "nodejs", "express", "http", "server", "toolkit"],
"license": "MIT",
"private": false,
"publishConfig": {
"access": "public"
},
"main": "dist/commercetools-backend-express.cjs.js",
"module": "dist/commercetools-backend-express.esm.js",
"files": [
"dist",
"package.json",
"LICENSE",
"README.md"
],
"files": ["dist", "package.json", "LICENSE", "README.md"],
"dependencies": {
"@babel/runtime": "7.12.5",
"@babel/runtime-corejs3": "7.12.5",
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

## 18.0.4

### Patch Changes

- [`3bf32993`](https://github.com/commercetools/merchant-center-application-kit/commit/3bf329935a109a73a7c33580fdf618e60fdbcc2c) [#1971](https://github.com/commercetools/merchant-center-application-kit/pull/1971) Thanks [@tdeekens](https://github.com/tdeekens)! - Add internal opt-in support for combining feature flag adapters.

## 17.10.1

### Patch Changes
Expand Down
9 changes: 2 additions & 7 deletions 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.10.1",
"version": "18.0.4",
"description": "Opinionated JSON loggers for HTTP server applications",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand All @@ -24,12 +24,7 @@
},
"main": "dist/commercetools-backend-loggers.cjs.js",
"module": "dist/commercetools-backend-loggers.esm.js",
"files": [
"dist",
"package.json",
"LICENSE",
"README.md"
],
"files": ["dist", "package.json", "LICENSE", "README.md"],
"dependencies": {
"@babel/runtime": "7.12.5",
"@babel/runtime-corejs3": "7.12.5",
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

## 18.0.4

### Patch Changes

- [`3bf32993`](https://github.com/commercetools/merchant-center-application-kit/commit/3bf329935a109a73a7c33580fdf618e60fdbcc2c) [#1971](https://github.com/commercetools/merchant-center-application-kit/pull/1971) Thanks [@tdeekens](https://github.com/tdeekens)! - Add internal opt-in support for combining feature flag adapters.

- Updated dependencies [[`3bf32993`](https://github.com/commercetools/merchant-center-application-kit/commit/3bf329935a109a73a7c33580fdf618e60fdbcc2c)]:
- @commercetools-frontend/browser-history@18.0.4
- @commercetools-frontend/constants@18.0.4
- @commercetools-frontend/notifications@18.0.4
- @commercetools-frontend/sentry@18.0.4

## 18.0.2

### Patch Changes
Expand Down
24 changes: 7 additions & 17 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": "18.0.2",
"version": "18.0.4",
"description": "Global redux actions for a MC application",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand All @@ -9,35 +9,25 @@
"directory": "packages/actions-global"
},
"homepage": "https://docs.commercetools.com/custom-applications",
"keywords": [
"javascript",
"frontend",
"react",
"toolkit"
],
"keywords": ["javascript", "frontend", "react", "toolkit"],
"license": "MIT",
"private": false,
"publishConfig": {
"access": "public"
},
"main": "dist/commercetools-frontend-actions-global.cjs.js",
"module": "dist/commercetools-frontend-actions-global.esm.js",
"files": [
"dist",
"package.json",
"LICENSE",
"README.md"
],
"files": ["dist", "package.json", "LICENSE", "README.md"],
"scripts": {
"prepare": "./../../scripts/version.js replace"
},
"dependencies": {
"@babel/runtime": "7.12.5",
"@babel/runtime-corejs3": "7.12.5",
"@commercetools-frontend/browser-history": "17.10.1",
"@commercetools-frontend/constants": "17.10.1",
"@commercetools-frontend/notifications": "17.6.0",
"@commercetools-frontend/sentry": "17.10.1",
"@commercetools-frontend/browser-history": "18.0.4",
"@commercetools-frontend/constants": "18.0.4",
"@commercetools-frontend/notifications": "18.0.4",
"@commercetools-frontend/sentry": "18.0.4",
"@types/lodash": "^4.14.167",
"lodash": "4.17.20",
"redux-thunk": "2.3.0"
Expand Down
13 changes: 13 additions & 0 deletions packages/application-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @commercetools-frontend/application-components

## 18.0.4

### Patch Changes

- [`3bf32993`](https://github.com/commercetools/merchant-center-application-kit/commit/3bf329935a109a73a7c33580fdf618e60fdbcc2c) [#1971](https://github.com/commercetools/merchant-center-application-kit/pull/1971) Thanks [@tdeekens](https://github.com/tdeekens)! - Add internal opt-in support for combining feature flag adapters.

- Updated dependencies [[`3bf32993`](https://github.com/commercetools/merchant-center-application-kit/commit/3bf329935a109a73a7c33580fdf618e60fdbcc2c)]:
- @commercetools-frontend/application-shell-connectors@18.0.4
- @commercetools-frontend/assets@18.0.4
- @commercetools-frontend/constants@18.0.4
- @commercetools-frontend/l10n@18.0.4
- @commercetools-frontend/i18n@18.0.4

## 18.0.2

### Patch Changes
Expand Down
24 changes: 8 additions & 16 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": "18.0.2",
"version": "18.0.4",
"description": "Generic components for building Merchant Center applications",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand All @@ -9,12 +9,7 @@
"directory": "packages/application-components"
},
"homepage": "https://docs.commercetools.com/custom-applications",
"keywords": [
"javascript",
"frontend",
"react",
"toolkit"
],
"keywords": ["javascript", "frontend", "react", "toolkit"],
"license": "MIT",
"private": false,
"publishConfig": {
Expand All @@ -23,10 +18,7 @@
"main": "dist/commercetools-frontend-application-components.cjs.js",
"module": "dist/commercetools-frontend-application-components.esm.js",
"preconstruct": {
"entrypoints": [
"./index.ts",
"./experimental/index.ts"
]
"entrypoints": ["./index.ts", "./experimental/index.ts"]
},
"files": [
"dist",
Expand All @@ -43,11 +35,11 @@
"@apollo/client": "3.3.7",
"@babel/runtime": "7.12.5",
"@babel/runtime-corejs3": "7.12.5",
"@commercetools-frontend/application-shell-connectors": "17.10.1",
"@commercetools-frontend/assets": "17.3.0",
"@commercetools-frontend/constants": "17.10.1",
"@commercetools-frontend/i18n": "18.0.2",
"@commercetools-frontend/l10n": "18.0.2",
"@commercetools-frontend/application-shell-connectors": "18.0.4",
"@commercetools-frontend/assets": "18.0.4",
"@commercetools-frontend/constants": "18.0.4",
"@commercetools-frontend/i18n": "18.0.4",
"@commercetools-frontend/l10n": "18.0.4",
"@commercetools-uikit/async-select-input": "^10.44.2",
"@commercetools-uikit/card": "^10.44.0",
"@commercetools-uikit/constraints": "^10.44.1",
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

## 18.0.4

### Patch Changes

- [`3bf32993`](https://github.com/commercetools/merchant-center-application-kit/commit/3bf329935a109a73a7c33580fdf618e60fdbcc2c) [#1971](https://github.com/commercetools/merchant-center-application-kit/pull/1971) Thanks [@tdeekens](https://github.com/tdeekens)! - Add internal opt-in support for combining feature flag adapters.

## 17.10.1

### Patch Changes
Expand Down
18 changes: 3 additions & 15 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": "17.10.1",
"version": "18.0.4",
"description": "Configuration utilities for building Custom Applications",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand All @@ -9,27 +9,15 @@
"directory": "packages/application-config"
},
"homepage": "https://docs.commercetools.com/custom-applications",
"keywords": [
"javascript",
"frontend",
"react",
"toolkit",
"config"
],
"keywords": ["javascript", "frontend", "react", "toolkit", "config"],
"license": "MIT",
"private": false,
"publishConfig": {
"access": "public"
},
"main": "dist/commercetools-frontend-application-config.cjs.js",
"module": "dist/commercetools-frontend-application-config.esm.js",
"files": [
"dist",
"schema.json",
"package.json",
"LICENSE",
"README.md"
],
"files": ["dist", "schema.json", "package.json", "LICENSE", "README.md"],
"scripts": {
"prepare": "./../../scripts/version.js replace",
"prebuild": "yarn build:schema",
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

## 18.0.4

### Patch Changes

- [`3bf32993`](https://github.com/commercetools/merchant-center-application-kit/commit/3bf329935a109a73a7c33580fdf618e60fdbcc2c) [#1971](https://github.com/commercetools/merchant-center-application-kit/pull/1971) Thanks [@tdeekens](https://github.com/tdeekens)! - Add internal opt-in support for combining feature flag adapters.

- Updated dependencies [[`3bf32993`](https://github.com/commercetools/merchant-center-application-kit/commit/3bf329935a109a73a7c33580fdf618e60fdbcc2c)]:
- @commercetools-frontend/constants@18.0.4
- @commercetools-frontend/sentry@18.0.4

## 17.10.1

### Patch Changes
Expand Down
Loading

0 comments on commit eafbc70

Please sign in to comment.