Skip to content

Commit

Permalink
chore(release): publish v11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
emmenko committed Mar 4, 2019
1 parent fe5c78a commit 9541571
Show file tree
Hide file tree
Showing 27 changed files with 76 additions and 76 deletions.
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": "10.0.0",
"version": "11.0.0",
"description": "A starter example for the bare minimum setup to develop a Merchant Center Application",
"private": true,
"scripts": {
Expand All @@ -11,11 +11,11 @@
"test:watch": "jest --config jest.test.config.js --watch"
},
"dependencies": {
"@commercetools-frontend/actions-global": "10.0.0",
"@commercetools-frontend/application-shell": "10.0.0",
"@commercetools-frontend/i18n": "10.0.0",
"@commercetools-frontend/mc-http-server": "10.0.0",
"@commercetools-frontend/permissions": "10.0.0",
"@commercetools-frontend/actions-global": "11.0.0",
"@commercetools-frontend/application-shell": "11.0.0",
"@commercetools-frontend/i18n": "11.0.0",
"@commercetools-frontend/mc-http-server": "11.0.0",
"@commercetools-frontend/permissions": "11.0.0",
"@commercetools-frontend/ui-kit": "9.0.0",
"prop-types": "15.7.2",
"react": "16.8.3",
Expand All @@ -28,8 +28,8 @@
"redux": "4.0.1"
},
"devDependencies": {
"@commercetools-frontend/jest-preset-mc-app": "10.0.0",
"@commercetools-frontend/mc-scripts": "10.0.0",
"@commercetools-frontend/jest-preset-mc-app": "11.0.0",
"@commercetools-frontend/mc-scripts": "11.0.0",
"enzyme": "3.9.0",
"jest": "24.1.0",
"react-testing-library": "6.0.0"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"lerna": "3.13.1",
"useWorkspaces": true,
"version": "10.0.0",
"version": "11.0.0",
"npmClient": "yarn",
"command": {
"publish": {
Expand Down
8 changes: 4 additions & 4 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": "10.0.0",
"version": "11.0.0",
"description": "Global redux actions for a MC application",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down Expand Up @@ -34,9 +34,9 @@
"build:es:watch": "npm run build:es -- -w"
},
"dependencies": {
"@commercetools-frontend/browser-history": "10.0.0",
"@commercetools-frontend/constants": "10.0.0",
"@commercetools-frontend/notifications": "10.0.0",
"@commercetools-frontend/browser-history": "11.0.0",
"@commercetools-frontend/constants": "11.0.0",
"@commercetools-frontend/notifications": "11.0.0",
"lodash": "4.17.11",
"lodash-es": "4.17.11"
}
Expand Down
4 changes: 2 additions & 2 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": "10.0.0",
"version": "11.0.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,7 +43,7 @@
"warning": "4.0.3"
},
"devDependencies": {
"@commercetools-frontend/assets": "10.0.0",
"@commercetools-frontend/assets": "11.0.0",
"@commercetools-frontend/ui-kit": "9.0.0",
"@storybook/addon-actions": "4.1.13",
"@storybook/addon-knobs": "4.1.13",
Expand Down
4 changes: 2 additions & 2 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": "10.0.0",
"version": "11.0.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 @@ -34,7 +34,7 @@
"build:es:watch": "npm run build:es -- -w"
},
"dependencies": {
"@commercetools-frontend/constants": "10.0.0",
"@commercetools-frontend/constants": "11.0.0",
"lodash": "4.17.11",
"lodash-es": "4.17.11",
"moment-timezone": "^0.5.23",
Expand Down
32 changes: 16 additions & 16 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": "10.0.0",
"version": "11.0.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 @@ -37,21 +37,21 @@
},
"dependencies": {
"@babel/runtime": "7.3.4",
"@commercetools-frontend/actions-global": "10.0.0",
"@commercetools-frontend/application-components": "10.0.0",
"@commercetools-frontend/application-shell-connectors": "10.0.0",
"@commercetools-frontend/assets": "10.0.0",
"@commercetools-frontend/browser-history": "10.0.0",
"@commercetools-frontend/constants": "10.0.0",
"@commercetools-frontend/i18n": "10.0.0",
"@commercetools-frontend/l10n": "10.0.0",
"@commercetools-frontend/notifications": "10.0.0",
"@commercetools-frontend/permissions": "10.0.0",
"@commercetools-frontend/react-notifications": "10.0.0",
"@commercetools-frontend/sdk": "10.0.0",
"@commercetools-frontend/sentry": "10.0.0",
"@commercetools-frontend/storage": "10.0.0",
"@commercetools-frontend/url-utils": "10.0.0",
"@commercetools-frontend/actions-global": "11.0.0",
"@commercetools-frontend/application-components": "11.0.0",
"@commercetools-frontend/application-shell-connectors": "11.0.0",
"@commercetools-frontend/assets": "11.0.0",
"@commercetools-frontend/browser-history": "11.0.0",
"@commercetools-frontend/constants": "11.0.0",
"@commercetools-frontend/i18n": "11.0.0",
"@commercetools-frontend/l10n": "11.0.0",
"@commercetools-frontend/notifications": "11.0.0",
"@commercetools-frontend/permissions": "11.0.0",
"@commercetools-frontend/react-notifications": "11.0.0",
"@commercetools-frontend/sdk": "11.0.0",
"@commercetools-frontend/sentry": "11.0.0",
"@commercetools-frontend/storage": "11.0.0",
"@commercetools-frontend/url-utils": "11.0.0",
"@flopflip/launchdarkly-adapter": "2.4.6",
"@flopflip/memory-adapter": "1.1.1",
"@flopflip/react-broadcast": "7.2.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/assets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/assets",
"version": "10.0.0",
"version": "11.0.0",
"description": "Assets for building mc apps",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
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": "10.0.0",
"version": "11.0.0",
"description": "Babel preset used by a MC application",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
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": "10.0.0",
"version": "11.0.0",
"description": "Enhances browser history",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
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": "10.0.0",
"version": "11.0.0",
"description": "Shared constants for MC applications",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create-mc-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/create-mc-app",
"version": "10.0.0",
"version": "11.0.0",
"description": "Create Merchant Center applications to quickly get up and running",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-mc-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/eslint-config-mc-app",
"version": "10.0.0",
"version": "11.0.0",
"description": "ESLint config used by a MC application",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/i18n",
"version": "10.0.0",
"version": "11.0.0",
"description": "MC i18n messages",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@babel/runtime": "7.3.4",
"@commercetools-frontend/sentry": "10.0.0",
"@commercetools-frontend/sentry": "11.0.0",
"moment": "^2.24.0",
"prop-types": "15.7.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-preset-mc-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/jest-preset-mc-app",
"version": "10.0.0",
"version": "11.0.0",
"description": "Jest preset used by a MC application",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand All @@ -22,7 +22,7 @@
"module": "./jest-preset.js",
"dependencies": {
"@babel/core": "7.3.4",
"@commercetools-frontend/babel-preset-mc-app": "10.0.0",
"@commercetools-frontend/babel-preset-mc-app": "11.0.0",
"@commercetools/enzyme-extensions": "3.0.1",
"@commercetools/jest-enzyme-matchers": "1.1.2",
"babel-jest": "24.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/l10n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/l10n",
"version": "10.0.0",
"version": "11.0.0",
"description": "React bindings to load l10n data",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down Expand Up @@ -35,7 +35,7 @@
"build:es:watch": "npm run build:es -- -w"
},
"dependencies": {
"@commercetools-frontend/sentry": "10.0.0",
"@commercetools-frontend/sentry": "11.0.0",
"moment": "^2.24.0",
"prop-types": "15.7.2",
"react": "16.8.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/mc-html-template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/mc-html-template",
"version": "10.0.0",
"version": "11.0.0",
"description": "Everything related to render the index.html for a MC application",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/mc-http-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/mc-http-server",
"version": "10.0.0",
"version": "11.0.0",
"description": "Production HTTP server for running a MC application",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand All @@ -22,7 +22,7 @@
"mc-http-server": "./bin/start-mc.js"
},
"dependencies": {
"@commercetools-frontend/mc-html-template": "10.0.0",
"@commercetools-frontend/mc-html-template": "11.0.0",
"@promster/express": "2.1.0",
"@promster/server": "2.0.5",
"compression": "1.7.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/mc-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/mc-scripts",
"version": "10.0.0",
"version": "11.0.0",
"description": "Configuration and scripts for developing a MC application",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand All @@ -24,8 +24,8 @@
"dependencies": {
"@babel/core": "7.3.4",
"@babel/runtime": "7.3.4",
"@commercetools-frontend/babel-preset-mc-app": "10.0.0",
"@commercetools-frontend/mc-html-template": "10.0.0",
"@commercetools-frontend/babel-preset-mc-app": "11.0.0",
"@commercetools-frontend/mc-html-template": "11.0.0",
"@svgr/webpack": "4.1.0",
"babel-loader": "8.0.5",
"babel-plugin-react-intl": "3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/notifications/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/notifications",
"version": "10.0.0",
"version": "11.0.0",
"description": "A general-purpose notification system built on top of redux",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/permissions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/permissions",
"version": "10.0.0",
"version": "11.0.0",
"description": "React components to declaratively handle MC permissions",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"build:es:watch": "npm run build:es -- -w"
},
"dependencies": {
"@commercetools-frontend/application-shell-connectors": "10.0.0",
"@commercetools-frontend/application-shell-connectors": "11.0.0",
"lodash": "4.17.11",
"lodash-es": "4.17.11",
"prop-types": "15.7.2",
Expand Down
10 changes: 5 additions & 5 deletions packages/react-notifications/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/react-notifications",
"version": "10.0.0",
"version": "11.0.0",
"description": "React bindings for @commercetools-frontend/notifications",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down Expand Up @@ -34,10 +34,10 @@
"build:es:watch": "npm run build:es -- -w"
},
"dependencies": {
"@commercetools-frontend/actions-global": "10.0.0",
"@commercetools-frontend/constants": "10.0.0",
"@commercetools-frontend/notifications": "10.0.0",
"@commercetools-frontend/sentry": "10.0.0",
"@commercetools-frontend/actions-global": "11.0.0",
"@commercetools-frontend/constants": "11.0.0",
"@commercetools-frontend/notifications": "11.0.0",
"@commercetools-frontend/sentry": "11.0.0",
"classnames": "2.2.6",
"lodash": "4.17.11",
"lodash-es": "4.17.11",
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/sdk",
"version": "10.0.0",
"version": "11.0.0",
"description": "Tools for declarative fetching",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"build:test-utils:cjs": "cross-env NODE_ENV=development rollup -c ../../rollup.config.js -f cjs ./src/test-utils/index.js --o ./test-utils/index.js"
},
"dependencies": {
"@commercetools-frontend/constants": "10.0.0",
"@commercetools-frontend/constants": "11.0.0",
"@commercetools/api-request-builder": "5.0.0",
"@commercetools/sdk-client": "2.0.0",
"@commercetools/sdk-middleware-correlation-id": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/sentry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/sentry",
"version": "10.0.0",
"version": "11.0.0",
"description": "Components to set up Sentry for a MC application",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/storage",
"version": "10.0.0",
"version": "11.0.0",
"description": "Getters and setters for window.localStorage",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/url-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/url-utils",
"version": "10.0.0",
"version": "11.0.0",
"description": "Utility functions to work with URLs",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down

0 comments on commit 9541571

Please sign in to comment.