Skip to content

Commit

Permalink
chore(release): publish v4.11.0 🎉 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
webiny committed Sep 9, 2020
1 parent 73095e6 commit 0c48579
Show file tree
Hide file tree
Showing 165 changed files with 1,034 additions and 355 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.11.0](https://github.com/webiny/webiny-js/compare/v4.11.0-beta.1...v4.11.0) (2020-09-09)


### Bug Fixes

* **api-headless-cms:** add equality check for id `idValidation` ([5e7ee98](https://github.com/webiny/webiny-js/commit/5e7ee98879e52a799d86a7a8ddd6e0b8baef5f84))
* **api-headless-cms:** trim `fieldId` before save ([173db34](https://github.com/webiny/webiny-js/commit/173db349bfb2fb1f08fc51345cf5bd01732c9851))
* **app-headless-cms:** add `fieldIdValidator` ([613ccb8](https://github.com/webiny/webiny-js/commit/613ccb870c8900bd438eb986ea73039ac8c776d5))
* **app-headless-cms:** trim `fieldId` beforeChange ([386be63](https://github.com/webiny/webiny-js/commit/386be63ce2af418d68d386abaf3217898538718b))
* add `tsx` extension ([1e6d44c](https://github.com/webiny/webiny-js/commit/1e6d44c8c5624055e64805f5bdde5bee3bb70333))
* improve error messaging ([e4fcf3b](https://github.com/webiny/webiny-js/commit/e4fcf3b880f2afc87751e75ad34423798b20e5f3))





# [4.11.0-beta.1](https://github.com/webiny/webiny-js/compare/v4.11.0-beta.0...v4.11.0-beta.1) (2020-09-09)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "4.11.0-beta.1",
"version": "4.11.0",
"command": {
"version": {
"preid": "next",
Expand Down
8 changes: 8 additions & 0 deletions packages/api-cookie-policy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.11.0](https://github.com/webiny/webiny-js/compare/v4.11.0-beta.1...v4.11.0) (2020-09-09)

**Note:** Version bump only for package @webiny/api-cookie-policy





# [4.11.0-beta.1](https://github.com/webiny/webiny-js/compare/v4.11.0-beta.0...v4.11.0-beta.1) (2020-09-09)

**Note:** Version bump only for package @webiny/api-cookie-policy
Expand Down
12 changes: 6 additions & 6 deletions packages/api-cookie-policy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webiny/api-cookie-policy",
"version": "4.11.0-beta.1",
"version": "4.11.0",
"main": "index.js",
"repository": {
"type": "git",
Expand All @@ -12,10 +12,10 @@
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.5.5",
"@webiny/api-security": "^4.11.0-beta.1",
"@webiny/commodo": "^4.11.0-beta.1",
"@webiny/commodo-graphql": "^4.11.0-beta.1",
"@webiny/validation": "^4.11.0-beta.1",
"@webiny/api-security": "^4.11.0",
"@webiny/commodo": "^4.11.0",
"@webiny/commodo-graphql": "^4.11.0",
"@webiny/validation": "^4.11.0",
"graphql-tag": "^2.10.1",
"lodash": "^4.17.4"
},
Expand All @@ -25,7 +25,7 @@
"@babel/preset-env": "^7.5.5",
"@babel/preset-typescript": "^7.8.3",
"@svgr/webpack": "^4.3.2",
"@webiny/api-settings-manager": "^4.11.0-beta.1"
"@webiny/api-settings-manager": "^4.11.0"
},
"peerDependencies": {
"@webiny/graphql": "^4.0.0-beta.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/api-files/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.11.0](https://github.com/webiny/webiny-js/compare/v4.11.0-beta.1...v4.11.0) (2020-09-09)

**Note:** Version bump only for package @webiny/api-files





# [4.11.0-beta.1](https://github.com/webiny/webiny-js/compare/v4.11.0-beta.0...v4.11.0-beta.1) (2020-09-09)

**Note:** Version bump only for package @webiny/api-files
Expand Down
12 changes: 6 additions & 6 deletions packages/api-files/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webiny/api-files",
"version": "4.11.0-beta.1",
"version": "4.11.0",
"main": "index.js",
"repository": {
"type": "git",
Expand All @@ -17,11 +17,11 @@
"dependencies": {
"@babel/runtime": "^7.5.5",
"@shelf/jest-mongodb": "^1.1.3",
"@webiny/api-security": "^4.11.0-beta.1",
"@webiny/commodo": "^4.11.0-beta.1",
"@webiny/commodo-graphql": "^4.11.0-beta.1",
"@webiny/graphql": "^4.11.0-beta.1",
"@webiny/validation": "^4.11.0-beta.1",
"@webiny/api-security": "^4.11.0",
"@webiny/commodo": "^4.11.0",
"@webiny/commodo-graphql": "^4.11.0",
"@webiny/graphql": "^4.11.0",
"@webiny/validation": "^4.11.0",
"graphql": "^14.4.2",
"graphql-tag": "^2.10.1",
"lodash": "^4.17.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/api-form-builder/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.11.0](https://github.com/webiny/webiny-js/compare/v4.11.0-beta.1...v4.11.0) (2020-09-09)

**Note:** Version bump only for package @webiny/api-form-builder





# [4.11.0-beta.1](https://github.com/webiny/webiny-js/compare/v4.11.0-beta.0...v4.11.0-beta.1) (2020-09-09)

**Note:** Version bump only for package @webiny/api-form-builder
Expand Down
20 changes: 10 additions & 10 deletions packages/api-form-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webiny/api-form-builder",
"version": "4.11.0-beta.1",
"version": "4.11.0",
"main": "index.js",
"repository": {
"type": "git",
Expand All @@ -15,13 +15,13 @@
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.5.5",
"@webiny/api-i18n": "^4.11.0-beta.1",
"@webiny/api-security": "^4.11.0-beta.1",
"@webiny/commodo": "^4.11.0-beta.1",
"@webiny/commodo-graphql": "^4.11.0-beta.1",
"@webiny/graphql": "^4.11.0-beta.1",
"@webiny/handler-ssr": "^4.11.0-beta.1",
"@webiny/validation": "^4.11.0-beta.1",
"@webiny/api-i18n": "^4.11.0",
"@webiny/api-security": "^4.11.0",
"@webiny/commodo": "^4.11.0",
"@webiny/commodo-graphql": "^4.11.0",
"@webiny/graphql": "^4.11.0",
"@webiny/handler-ssr": "^4.11.0",
"@webiny/validation": "^4.11.0",
"form-data": "^2.5.0",
"got": "^9.6.0",
"graphql": "^14.5.8",
Expand All @@ -38,8 +38,8 @@
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-typescript": "^7.8.3",
"@webiny/api-plugin-commodo-db-proxy": "^4.11.0-beta.1",
"@webiny/api-settings-manager": "^4.11.0-beta.1",
"@webiny/api-plugin-commodo-db-proxy": "^4.11.0",
"@webiny/api-settings-manager": "^4.11.0",
"flow-copy-source": "^2.0.2"
},
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions packages/api-google-tag-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.11.0](https://github.com/webiny/webiny-js/compare/v4.11.0-beta.1...v4.11.0) (2020-09-09)

**Note:** Version bump only for package @webiny/api-google-tag-manager





# [4.11.0-beta.1](https://github.com/webiny/webiny-js/compare/v4.11.0-beta.0...v4.11.0-beta.1) (2020-09-09)

**Note:** Version bump only for package @webiny/api-google-tag-manager
Expand Down
12 changes: 6 additions & 6 deletions packages/api-google-tag-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webiny/api-google-tag-manager",
"version": "4.11.0-beta.1",
"version": "4.11.0",
"main": "index.js",
"repository": {
"type": "git",
Expand All @@ -12,10 +12,10 @@
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.5.5",
"@webiny/api-security": "^4.11.0-beta.1",
"@webiny/commodo": "^4.11.0-beta.1",
"@webiny/commodo-graphql": "^4.11.0-beta.1",
"@webiny/graphql": "^4.11.0-beta.1",
"@webiny/api-security": "^4.11.0",
"@webiny/commodo": "^4.11.0",
"@webiny/commodo-graphql": "^4.11.0",
"@webiny/graphql": "^4.11.0",
"graphql-tag": "^2.10.1",
"lodash": "^4.17.4"
},
Expand All @@ -25,7 +25,7 @@
"@babel/preset-env": "^7.5.5",
"@babel/preset-typescript": "^7.8.3",
"@svgr/webpack": "^4.3.2",
"@webiny/api-settings-manager": "^4.11.0-beta.1"
"@webiny/api-settings-manager": "^4.11.0"
},
"peerDependencies": {
"@webiny/graphql": "^4.0.0-beta.0"
Expand Down
12 changes: 12 additions & 0 deletions packages/api-headless-cms/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.11.0](https://github.com/webiny/webiny-js/compare/v4.11.0-beta.1...v4.11.0) (2020-09-09)


### Bug Fixes

* **api-headless-cms:** add equality check for id `idValidation` ([5e7ee98](https://github.com/webiny/webiny-js/commit/5e7ee98879e52a799d86a7a8ddd6e0b8baef5f84))
* **api-headless-cms:** trim `fieldId` before save ([173db34](https://github.com/webiny/webiny-js/commit/173db349bfb2fb1f08fc51345cf5bd01732c9851))





# [4.11.0-beta.1](https://github.com/webiny/webiny-js/compare/v4.11.0-beta.0...v4.11.0-beta.1) (2020-09-09)

**Note:** Version bump only for package @webiny/api-headless-cms
Expand Down
26 changes: 13 additions & 13 deletions packages/api-headless-cms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webiny/api-headless-cms",
"version": "4.11.0-beta.1",
"version": "4.11.0",
"main": "index.js",
"repository": {
"type": "git",
Expand All @@ -16,14 +16,14 @@
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.5.5",
"@webiny/api-i18n": "^4.11.0-beta.1",
"@webiny/api-security": "^4.11.0-beta.1",
"@webiny/commodo": "^4.11.0-beta.1",
"@webiny/commodo-graphql": "^4.11.0-beta.1",
"@webiny/graphql": "^4.11.0-beta.1",
"@webiny/handler": "^4.11.0-beta.1",
"@webiny/handler-apollo-server": "^4.11.0-beta.1",
"@webiny/validation": "^4.11.0-beta.1",
"@webiny/api-i18n": "^4.11.0",
"@webiny/api-security": "^4.11.0",
"@webiny/commodo": "^4.11.0",
"@webiny/commodo-graphql": "^4.11.0",
"@webiny/graphql": "^4.11.0",
"@webiny/handler": "^4.11.0",
"@webiny/handler-apollo-server": "^4.11.0",
"@webiny/validation": "^4.11.0",
"apollo-server-lambda": "2.15.1",
"boolean": "^3.0.1",
"fast-deep-equal": "^3.1.1",
Expand All @@ -41,10 +41,10 @@
"@babel/preset-flow": "^7.0.0",
"@commodo/fields-storage-nedb": "^2.0.0-next.15",
"@shelf/jest-mongodb": "^1.1.3",
"@webiny/api-plugin-commodo-db-proxy": "^4.11.0-beta.1",
"@webiny/api-plugin-commodo-mongodb": "^4.11.0-beta.1",
"@webiny/api-plugin-commodo-nedb": "^4.11.0-beta.1",
"@webiny/api-settings-manager": "^4.11.0-beta.1",
"@webiny/api-plugin-commodo-db-proxy": "^4.11.0",
"@webiny/api-plugin-commodo-mongodb": "^4.11.0",
"@webiny/api-plugin-commodo-nedb": "^4.11.0",
"@webiny/api-settings-manager": "^4.11.0",
"apollo-graphql": "^0.4.1",
"chalk": "^3.0.0",
"graphql": "^14.6.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/api-i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.11.0](https://github.com/webiny/webiny-js/compare/v4.11.0-beta.1...v4.11.0) (2020-09-09)

**Note:** Version bump only for package @webiny/api-i18n





# [4.11.0-beta.1](https://github.com/webiny/webiny-js/compare/v4.11.0-beta.0...v4.11.0-beta.1) (2020-09-09)

**Note:** Version bump only for package @webiny/api-i18n
Expand Down
14 changes: 7 additions & 7 deletions packages/api-i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webiny/api-i18n",
"version": "4.11.0-beta.1",
"version": "4.11.0",
"main": "index.js",
"repository": {
"type": "git",
Expand All @@ -16,11 +16,11 @@
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.5.5",
"@webiny/api-security": "^4.11.0-beta.1",
"@webiny/commodo": "^4.11.0-beta.1",
"@webiny/commodo-graphql": "^4.11.0-beta.1",
"@webiny/graphql": "^4.11.0-beta.1",
"@webiny/validation": "^4.11.0-beta.1",
"@webiny/api-security": "^4.11.0",
"@webiny/commodo": "^4.11.0",
"@webiny/commodo-graphql": "^4.11.0",
"@webiny/graphql": "^4.11.0",
"@webiny/validation": "^4.11.0",
"accept-language-parser": "^1.5.0",
"graphql-tag": "^2.10.1",
"i18n-locales": "^0.0.2",
Expand All @@ -31,7 +31,7 @@
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-typescript": "^7.8.3",
"@webiny/api-plugin-commodo-db-proxy": "^4.11.0-beta.1"
"@webiny/api-plugin-commodo-db-proxy": "^4.11.0"
},
"optionalDependencies": {
"fsevents": "^2.1.3"
Expand Down
8 changes: 8 additions & 0 deletions packages/api-mailchimp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.11.0](https://github.com/webiny/webiny-js/compare/v4.11.0-beta.1...v4.11.0) (2020-09-09)

**Note:** Version bump only for package @webiny/api-mailchimp





# [4.11.0-beta.1](https://github.com/webiny/webiny-js/compare/v4.11.0-beta.0...v4.11.0-beta.1) (2020-09-09)

**Note:** Version bump only for package @webiny/api-mailchimp
Expand Down
12 changes: 6 additions & 6 deletions packages/api-mailchimp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webiny/api-mailchimp",
"version": "4.11.0-beta.1",
"version": "4.11.0",
"main": "index.js",
"repository": {
"type": "git",
Expand All @@ -12,10 +12,10 @@
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.5.5",
"@webiny/api-security": "^4.11.0-beta.1",
"@webiny/commodo": "^4.11.0-beta.1",
"@webiny/commodo-graphql": "^4.11.0-beta.1",
"@webiny/graphql": "^4.11.0-beta.1",
"@webiny/api-security": "^4.11.0",
"@webiny/commodo": "^4.11.0",
"@webiny/commodo-graphql": "^4.11.0",
"@webiny/graphql": "^4.11.0",
"got": "^9.6.0",
"graphql-tag": "^2.10.1",
"lodash": "^4.17.4"
Expand All @@ -27,7 +27,7 @@
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.8.3",
"@svgr/webpack": "^4.3.2",
"@webiny/api-settings-manager": "^4.11.0-beta.1"
"@webiny/api-settings-manager": "^4.11.0"
},
"publishConfig": {
"access": "public",
Expand Down
8 changes: 8 additions & 0 deletions packages/api-page-builder/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.11.0](https://github.com/webiny/webiny-js/compare/v4.11.0-beta.1...v4.11.0) (2020-09-09)

**Note:** Version bump only for package @webiny/api-page-builder





# [4.11.0-beta.1](https://github.com/webiny/webiny-js/compare/v4.11.0-beta.0...v4.11.0-beta.1) (2020-09-09)

**Note:** Version bump only for package @webiny/api-page-builder
Expand Down
Loading

0 comments on commit 0c48579

Please sign in to comment.