Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 8, 2020
1 parent e0ec004 commit d69ca3b
Show file tree
Hide file tree
Showing 61 changed files with 643 additions and 172 deletions.
32 changes: 0 additions & 32 deletions .changeset/quiet-jars-draw.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

## 17.0.4

### Patch Changes

- [`e0ec004`](https://github.com/commercetools/merchant-center-application-kit/commit/e0ec004d611f93b24f015120d09f6f18389b219f) [#1854](https://github.com/commercetools/merchant-center-application-kit/pull/1854) Thanks [@emmenko](https://github.com/emmenko)! - chore: update deps

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

## 17.0.3

### 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.0.3",
"version": "17.0.4",
"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.1.1",
"@commercetools-frontend/application-components": "17.1.1",
"@commercetools-frontend/application-shell": "17.1.1",
"@commercetools-frontend/assets": "16.15.3",
"@commercetools-frontend/i18n": "17.1.1",
"@commercetools-frontend/permissions": "17.1.1",
"@commercetools-frontend/actions-global": "17.1.5",
"@commercetools-frontend/application-components": "17.1.5",
"@commercetools-frontend/application-shell": "17.1.5",
"@commercetools-frontend/assets": "17.1.5",
"@commercetools-frontend/i18n": "17.1.5",
"@commercetools-frontend/permissions": "17.1.5",
"@commercetools-uikit/flat-button": "10.39.6",
"@commercetools-uikit/icons": "10.39.6",
"@commercetools-uikit/spacings": "10.39.6",
Expand All @@ -36,9 +36,9 @@
"redux": "4.0.5"
},
"devDependencies": {
"@commercetools-frontend/jest-preset-mc-app": "17.1.4",
"@commercetools-frontend/mc-dev-authentication": "17.0.0",
"@commercetools-frontend/mc-scripts": "17.1.4",
"@commercetools-frontend/jest-preset-mc-app": "17.1.5",
"@commercetools-frontend/mc-dev-authentication": "17.1.5",
"@commercetools-frontend/mc-scripts": "17.1.5",
"@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.5

### Patch Changes

- [`e0ec004`](https://github.com/commercetools/merchant-center-application-kit/commit/e0ec004d611f93b24f015120d09f6f18389b219f) [#1854](https://github.com/commercetools/merchant-center-application-kit/pull/1854) Thanks [@emmenko](https://github.com/emmenko)! - chore: update deps

## 17.1.0

### Patch Changes
Expand Down
18 changes: 15 additions & 3 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": "17.1.0",
"version": "17.1.5",
"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,7 +9,14 @@
"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": {
Expand All @@ -18,7 +25,12 @@
"main": "./build/index.js",
"typings": "./build/index.d.ts",
"types": "./build/index.d.ts",
"files": ["build", "package.json", "LICENSE", "README.md"],
"files": [
"build",
"package.json",
"LICENSE",
"README.md"
],
"scripts": {
"prebuild": "rimraf build/**",
"build": "tsc -p tsconfig.build.json"
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.5

### Patch Changes

- [`e0ec004`](https://github.com/commercetools/merchant-center-application-kit/commit/e0ec004d611f93b24f015120d09f6f18389b219f) [#1854](https://github.com/commercetools/merchant-center-application-kit/pull/1854) Thanks [@emmenko](https://github.com/emmenko)! - chore: update deps

## 17.1.0

### Patch Changes
Expand Down
9 changes: 7 additions & 2 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.1.0",
"version": "17.1.5",
"description": "Opinionated JSON loggers for HTTP server applications",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand All @@ -25,7 +25,12 @@
"main": "./build/index.js",
"typings": "./build/index.d.ts",
"types": "./build/index.d.ts",
"files": ["build", "package.json", "LICENSE", "README.md"],
"files": [
"build",
"package.json",
"LICENSE",
"README.md"
],
"scripts": {
"prebuild": "rimraf build/**",
"build": "tsc -p tsconfig.build.json"
Expand Down
11 changes: 11 additions & 0 deletions packages/actions-global/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @commercetools-frontend/actions-global

## 17.1.5

### Patch Changes

- [`e0ec004`](https://github.com/commercetools/merchant-center-application-kit/commit/e0ec004d611f93b24f015120d09f6f18389b219f) [#1854](https://github.com/commercetools/merchant-center-application-kit/pull/1854) Thanks [@emmenko](https://github.com/emmenko)! - chore: update deps

- Updated dependencies [[`e0ec004`](https://github.com/commercetools/merchant-center-application-kit/commit/e0ec004d611f93b24f015120d09f6f18389b219f)]:
- @commercetools-frontend/browser-history@17.1.5
- @commercetools-frontend/constants@17.1.5
- @commercetools-frontend/notifications@17.1.5

## 17.1.1

### Patch Changes
Expand Down
22 changes: 16 additions & 6 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.1.1",
"version": "17.1.5",
"description": "Global redux actions for a MC application",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand All @@ -9,7 +9,12 @@
"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": {
Expand All @@ -19,7 +24,12 @@
"module": "./dist/actions-global.es.js",
"typings": "./dist/typings/index.d.ts",
"types": "./dist/typings/index.d.ts",
"files": ["dist", "package.json", "LICENSE", "README.md"],
"files": [
"dist",
"package.json",
"LICENSE",
"README.md"
],
"scripts": {
"prepare": "./../../scripts/version.js replace",
"prebuild": "rimraf dist/**",
Expand All @@ -31,9 +41,9 @@
"dependencies": {
"@babel/runtime": "7.12.1",
"@babel/runtime-corejs3": "7.12.1",
"@commercetools-frontend/browser-history": "17.0.1",
"@commercetools-frontend/constants": "17.1.1",
"@commercetools-frontend/notifications": "17.0.1",
"@commercetools-frontend/browser-history": "17.1.5",
"@commercetools-frontend/constants": "17.1.5",
"@commercetools-frontend/notifications": "17.1.5",
"@types/lodash": "^4.14.155",
"lodash": "4.17.20",
"lodash-es": "4.17.15",
Expand Down
11 changes: 11 additions & 0 deletions packages/application-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @commercetools-frontend/application-components

## 17.1.5

### Patch Changes

- [`e0ec004`](https://github.com/commercetools/merchant-center-application-kit/commit/e0ec004d611f93b24f015120d09f6f18389b219f) [#1854](https://github.com/commercetools/merchant-center-application-kit/pull/1854) Thanks [@emmenko](https://github.com/emmenko)! - chore: update deps

- Updated dependencies [[`e0ec004`](https://github.com/commercetools/merchant-center-application-kit/commit/e0ec004d611f93b24f015120d09f6f18389b219f)]:
- @commercetools-frontend/assets@17.1.5
- @commercetools-frontend/constants@17.1.5
- @commercetools-frontend/i18n@17.1.5

## 17.1.1

### Patch Changes
Expand Down
15 changes: 10 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": "17.1.1",
"version": "17.1.5",
"description": "Generic components for building Merchant Center applications",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand All @@ -9,7 +9,12 @@
"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 Down Expand Up @@ -37,9 +42,9 @@
"dependencies": {
"@babel/runtime": "7.12.1",
"@babel/runtime-corejs3": "7.12.1",
"@commercetools-frontend/assets": "16.15.3",
"@commercetools-frontend/constants": "17.1.1",
"@commercetools-frontend/i18n": "17.1.1",
"@commercetools-frontend/assets": "17.1.5",
"@commercetools-frontend/constants": "17.1.5",
"@commercetools-frontend/i18n": "17.1.5",
"@commercetools-uikit/card": "^10.39.6",
"@commercetools-uikit/constraints": "^10.39.6",
"@commercetools-uikit/design-system": "^10.39.6",
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

## 17.1.5

### Patch Changes

- [`e0ec004`](https://github.com/commercetools/merchant-center-application-kit/commit/e0ec004d611f93b24f015120d09f6f18389b219f) [#1854](https://github.com/commercetools/merchant-center-application-kit/pull/1854) Thanks [@emmenko](https://github.com/emmenko)! - chore: update deps

## 17.0.1

### Patch Changes
Expand Down
18 changes: 15 additions & 3 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.0.1",
"version": "17.1.5",
"description": "Configuration utilities for building Custom Applications",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand All @@ -9,7 +9,13 @@
"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": {
Expand All @@ -19,7 +25,13 @@
"module": "./build/index.js",
"typings": "./build/typings/src/index.d.ts",
"types": "./build/typings/src/index.d.ts",
"files": ["build", "schema.json", "package.json", "LICENSE", "README.md"],
"files": [
"build",
"schema.json",
"package.json",
"LICENSE",
"README.md"
],
"scripts": {
"prepare": "./../../scripts/version.js replace",
"prebuild": "rimraf build/**",
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

## 17.1.5

### Patch Changes

- [`e0ec004`](https://github.com/commercetools/merchant-center-application-kit/commit/e0ec004d611f93b24f015120d09f6f18389b219f) [#1854](https://github.com/commercetools/merchant-center-application-kit/pull/1854) Thanks [@emmenko](https://github.com/emmenko)! - chore: update deps

- Updated dependencies [[`e0ec004`](https://github.com/commercetools/merchant-center-application-kit/commit/e0ec004d611f93b24f015120d09f6f18389b219f)]:
- @commercetools-frontend/constants@17.1.5
- @commercetools-frontend/sentry@17.1.5

## 17.1.1

### Patch Changes
Expand Down
Loading

0 comments on commit d69ca3b

Please sign in to comment.