Skip to content

Commit

Permalink
chore(release): publish v5.9.0 🎉 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
webiny-bot committed Jun 21, 2021
1 parent 36cee4e commit e1b75bf
Show file tree
Hide file tree
Showing 150 changed files with 1,113 additions and 503 deletions.
12 changes: 12 additions & 0 deletions 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.

# [5.9.0](https://github.com/webiny/webiny-js/compare/v5.9.0-beta.2...v5.9.0) (2021-06-21)


### Bug Fixes

* add missing config args ([67bc05a](https://github.com/webiny/webiny-js/commit/67bc05ab21bb0137bb902511e51f2c3c74bfb4ca))
* correct execa arguments ([ef56e8d](https://github.com/webiny/webiny-js/commit/ef56e8d323f856d254ec862a1dc1336faecff56a))





# [5.9.0-beta.2](https://github.com/webiny/webiny-js/compare/v5.9.0-beta.1...v5.9.0-beta.2) (2021-06-20)


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": "5.9.0-beta.2",
"version": "5.9.0",
"npmClient": "yarn",
"command": {
"version": {
Expand Down
8 changes: 8 additions & 0 deletions packages/api-dynamic-pages/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.

# [5.9.0](https://github.com/webiny/webiny-js/compare/v5.9.0-beta.2...v5.9.0) (2021-06-21)

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





# [5.9.0-beta.2](https://github.com/webiny/webiny-js/compare/v5.9.0-beta.1...v5.9.0-beta.2) (2021-06-20)

**Note:** Version bump only for package @webiny/api-dynamic-pages
Expand Down
12 changes: 6 additions & 6 deletions packages/api-dynamic-pages/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@webiny/api-dynamic-pages",
"version": "5.9.0-beta.2",
"version": "5.9.0",
"main": "index.js",
"repository": {
"type": "git",
Expand All @@ -17,10 +17,10 @@
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.5.5",
"@webiny/api-page-builder": "^5.9.0-beta.2",
"@webiny/handler-graphql": "^5.9.0-beta.2",
"@webiny/plugins": "^5.9.0-beta.2",
"@webiny/project-utils": "^5.9.0-beta.2",
"@webiny/api-page-builder": "^5.9.0",
"@webiny/handler-graphql": "^5.9.0",
"@webiny/plugins": "^5.9.0",
"@webiny/project-utils": "^5.9.0",
"dot-prop-immutable": "^2.1.0"
},
"devDependencies": {
Expand All @@ -33,7 +33,7 @@
"@elastic/elasticsearch": "^7.9.1",
"@elastic/elasticsearch-mock": "0.3.0",
"@shelf/jest-elasticsearch": "^1.0.0",
"@webiny/cli": "^5.9.0-beta.2",
"@webiny/cli": "^5.9.0",
"execa": "^5.0.0",
"jest": "^26.6.3",
"jest-dynalite": "^3.2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/api-dynamodb-to-elasticsearch/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.

# [5.9.0](https://github.com/webiny/webiny-js/compare/v5.9.0-beta.2...v5.9.0) (2021-06-21)

**Note:** Version bump only for package @webiny/api-dynamodb-to-elasticsearch





# [5.9.0-beta.2](https://github.com/webiny/webiny-js/compare/v5.9.0-beta.1...v5.9.0-beta.2) (2021-06-20)

**Note:** Version bump only for package @webiny/api-dynamodb-to-elasticsearch
Expand Down
10 changes: 5 additions & 5 deletions packages/api-dynamodb-to-elasticsearch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webiny/api-dynamodb-to-elasticsearch",
"version": "5.9.0-beta.2",
"version": "5.9.0",
"main": "index.js",
"repository": {
"type": "git",
Expand All @@ -12,8 +12,8 @@
"author": "Webiny Ltd.",
"dependencies": {
"@babel/runtime": "^7.5.5",
"@webiny/api-plugin-elastic-search-client": "^5.9.0-beta.2",
"@webiny/handler": "^5.9.0-beta.2",
"@webiny/api-plugin-elastic-search-client": "^5.9.0",
"@webiny/handler": "^5.9.0",
"aws-sdk": "^2.539.0"
},
"devDependencies": {
Expand All @@ -23,8 +23,8 @@
"@babel/plugin-transform-runtime": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-typescript": "^7.0.0",
"@webiny/cli": "^5.9.0-beta.2",
"@webiny/project-utils": "^5.9.0-beta.2",
"@webiny/cli": "^5.9.0",
"@webiny/project-utils": "^5.9.0",
"typescript": "^4.1.3"
},
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions packages/api-file-manager-s3/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.

# [5.9.0](https://github.com/webiny/webiny-js/compare/v5.9.0-beta.2...v5.9.0) (2021-06-21)

**Note:** Version bump only for package @webiny/api-file-manager-s3





# [5.9.0-beta.2](https://github.com/webiny/webiny-js/compare/v5.9.0-beta.1...v5.9.0-beta.2) (2021-06-20)

**Note:** Version bump only for package @webiny/api-file-manager-s3
Expand Down
16 changes: 8 additions & 8 deletions packages/api-file-manager-s3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webiny/api-file-manager-s3",
"version": "5.9.0-beta.2",
"version": "5.9.0",
"main": "index.js",
"repository": {
"type": "git",
Expand All @@ -10,11 +10,11 @@
"author": "Webiny Ltd",
"license": "MIT",
"dependencies": {
"@webiny/api-file-manager": "^5.9.0-beta.2",
"@webiny/handler": "^5.9.0-beta.2",
"@webiny/handler-graphql": "^5.9.0-beta.2",
"@webiny/plugins": "^5.9.0-beta.2",
"@webiny/validation": "^5.9.0-beta.2",
"@webiny/api-file-manager": "^5.9.0",
"@webiny/handler": "^5.9.0",
"@webiny/handler-graphql": "^5.9.0",
"@webiny/plugins": "^5.9.0",
"@webiny/validation": "^5.9.0",
"form-data": "^3.0.0",
"node-fetch": "^2.6.1",
"sanitize-filename": "^1.6.3",
Expand All @@ -23,8 +23,8 @@
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@webiny/cli": "^5.9.0-beta.2",
"@webiny/project-utils": "^5.9.0-beta.2",
"@webiny/cli": "^5.9.0",
"@webiny/project-utils": "^5.9.0",
"rimraf": "^3.0.2",
"typescript": "^4.1.3"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/api-file-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.

# [5.9.0](https://github.com/webiny/webiny-js/compare/v5.9.0-beta.2...v5.9.0) (2021-06-21)

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





# [5.9.0-beta.2](https://github.com/webiny/webiny-js/compare/v5.9.0-beta.1...v5.9.0-beta.2) (2021-06-20)

**Note:** Version bump only for package @webiny/api-file-manager
Expand Down
30 changes: 15 additions & 15 deletions packages/api-file-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webiny/api-file-manager",
"version": "5.9.0-beta.2",
"version": "5.9.0",
"main": "index.js",
"repository": {
"type": "git",
Expand All @@ -17,18 +17,18 @@
"dependencies": {
"@babel/runtime": "^7.5.5",
"@commodo/fields": "1.1.2-beta.20",
"@webiny/api-i18n-content": "^5.9.0-beta.2",
"@webiny/api-plugin-elastic-search-client": "^5.9.0-beta.2",
"@webiny/api-security": "^5.9.0-beta.2",
"@webiny/api-tenancy": "^5.9.0-beta.2",
"@webiny/api-upgrade": "^5.9.0-beta.2",
"@webiny/error": "^5.9.0-beta.2",
"@webiny/handler": "^5.9.0-beta.2",
"@webiny/handler-client": "^5.9.0-beta.2",
"@webiny/handler-db": "^5.9.0-beta.2",
"@webiny/handler-graphql": "^5.9.0-beta.2",
"@webiny/project-utils": "^5.9.0-beta.2",
"@webiny/validation": "^5.9.0-beta.2",
"@webiny/api-i18n-content": "^5.9.0",
"@webiny/api-plugin-elastic-search-client": "^5.9.0",
"@webiny/api-security": "^5.9.0",
"@webiny/api-tenancy": "^5.9.0",
"@webiny/api-upgrade": "^5.9.0",
"@webiny/error": "^5.9.0",
"@webiny/handler": "^5.9.0",
"@webiny/handler-client": "^5.9.0",
"@webiny/handler-db": "^5.9.0",
"@webiny/handler-graphql": "^5.9.0",
"@webiny/project-utils": "^5.9.0",
"@webiny/validation": "^5.9.0",
"aws-sdk": "^2.539.0",
"commodo-fields-object": "^1.0.6",
"mdbid": "^1.0.0",
Expand All @@ -45,8 +45,8 @@
"@elastic/elasticsearch": "^7.9.1",
"@elastic/elasticsearch-mock": "0.3.0",
"@shelf/jest-elasticsearch": "^1.0.0",
"@webiny/api-dynamodb-to-elasticsearch": "^5.9.0-beta.2",
"@webiny/cli": "^5.9.0-beta.2",
"@webiny/api-dynamodb-to-elasticsearch": "^5.9.0",
"@webiny/cli": "^5.9.0",
"execa": "^5.0.0",
"jest": "^26.6.3",
"jest-dynalite": "^3.2.0",
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.

# [5.9.0](https://github.com/webiny/webiny-js/compare/v5.9.0-beta.2...v5.9.0) (2021-06-21)

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





# [5.9.0-beta.2](https://github.com/webiny/webiny-js/compare/v5.9.0-beta.1...v5.9.0-beta.2) (2021-06-20)

**Note:** Version bump only for package @webiny/api-form-builder
Expand Down
38 changes: 19 additions & 19 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": "5.9.0-beta.2",
"version": "5.9.0",
"main": "index.js",
"repository": {
"type": "git",
Expand All @@ -16,21 +16,21 @@
"dependencies": {
"@babel/runtime": "^7.5.5",
"@commodo/fields": "1.1.2-beta.20",
"@webiny/api-file-manager": "^5.9.0-beta.2",
"@webiny/api-i18n": "^5.9.0-beta.2",
"@webiny/api-i18n-content": "^5.9.0-beta.2",
"@webiny/api-plugin-elastic-search-client": "^5.9.0-beta.2",
"@webiny/api-security": "^5.9.0-beta.2",
"@webiny/api-tenancy": "^5.9.0-beta.2",
"@webiny/api-upgrade": "^5.9.0-beta.2",
"@webiny/db-dynamodb": "^5.9.0-beta.2",
"@webiny/error": "^5.9.0-beta.2",
"@webiny/handler": "^5.9.0-beta.2",
"@webiny/handler-aws": "^5.9.0-beta.2",
"@webiny/handler-db": "^5.9.0-beta.2",
"@webiny/handler-graphql": "^5.9.0-beta.2",
"@webiny/plugins": "^5.9.0-beta.2",
"@webiny/validation": "^5.9.0-beta.2",
"@webiny/api-file-manager": "^5.9.0",
"@webiny/api-i18n": "^5.9.0",
"@webiny/api-i18n-content": "^5.9.0",
"@webiny/api-plugin-elastic-search-client": "^5.9.0",
"@webiny/api-security": "^5.9.0",
"@webiny/api-tenancy": "^5.9.0",
"@webiny/api-upgrade": "^5.9.0",
"@webiny/db-dynamodb": "^5.9.0",
"@webiny/error": "^5.9.0",
"@webiny/handler": "^5.9.0",
"@webiny/handler-aws": "^5.9.0",
"@webiny/handler-db": "^5.9.0",
"@webiny/handler-graphql": "^5.9.0",
"@webiny/plugins": "^5.9.0",
"@webiny/validation": "^5.9.0",
"commodo-fields-object": "^1.0.6",
"got": "^9.6.0",
"json2csv": "^4.5.2",
Expand All @@ -46,9 +46,9 @@
"@babel/preset-typescript": "^7.8.3",
"@elastic/elasticsearch": "^7.9.1",
"@shelf/jest-elasticsearch": "^1.0.0",
"@webiny/api-dynamodb-to-elasticsearch": "^5.9.0-beta.2",
"@webiny/cli": "^5.9.0-beta.2",
"@webiny/project-utils": "^5.9.0-beta.2",
"@webiny/api-dynamodb-to-elasticsearch": "^5.9.0",
"@webiny/cli": "^5.9.0",
"@webiny/project-utils": "^5.9.0",
"csvtojson": "^2.0.10",
"jest": "^26.6.3",
"jest-dynalite": "^3.2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/api-headless-cms-ddb-es/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.

# [5.9.0](https://github.com/webiny/webiny-js/compare/v5.9.0-beta.2...v5.9.0) (2021-06-21)

**Note:** Version bump only for package @webiny/api-headless-cms-ddb-es





# [5.9.0-beta.2](https://github.com/webiny/webiny-js/compare/v5.9.0-beta.1...v5.9.0-beta.2) (2021-06-20)

**Note:** Version bump only for package @webiny/api-headless-cms-ddb-es
Expand Down
24 changes: 12 additions & 12 deletions packages/api-headless-cms-ddb-es/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webiny/api-headless-cms-ddb-es",
"version": "5.9.0-beta.2",
"version": "5.9.0",
"main": "index.js",
"keywords": [
"@webiny/api-headless-cms",
Expand All @@ -23,13 +23,13 @@
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.5.5",
"@webiny/api-headless-cms": "^5.9.0-beta.2",
"@webiny/api-upgrade": "^5.9.0-beta.2",
"@webiny/db-dynamodb": "^5.9.0-beta.2",
"@webiny/error": "^5.9.0-beta.2",
"@webiny/handler-aws": "^5.9.0-beta.2",
"@webiny/handler-db": "^5.9.0-beta.2",
"@webiny/plugins": "^5.9.0-beta.2",
"@webiny/api-headless-cms": "^5.9.0",
"@webiny/api-upgrade": "^5.9.0",
"@webiny/db-dynamodb": "^5.9.0",
"@webiny/error": "^5.9.0",
"@webiny/handler-aws": "^5.9.0",
"@webiny/handler-db": "^5.9.0",
"@webiny/plugins": "^5.9.0",
"dataloader": "^2.0.0",
"dynamodb-toolbox": "^0.3.4",
"jsonpack": "^1.1.5",
Expand All @@ -45,10 +45,10 @@
"@elastic/elasticsearch": "^7.9.1",
"@shelf/jest-elasticsearch": "^1.0.0",
"@types/jsonpack": "^1.1.0",
"@webiny/api-dynamodb-to-elasticsearch": "^5.9.0-beta.2",
"@webiny/api-plugin-elastic-search-client": "^5.9.0-beta.2",
"@webiny/cli": "^5.9.0-beta.2",
"@webiny/project-utils": "^5.9.0-beta.2",
"@webiny/api-dynamodb-to-elasticsearch": "^5.9.0",
"@webiny/api-plugin-elastic-search-client": "^5.9.0",
"@webiny/cli": "^5.9.0",
"@webiny/project-utils": "^5.9.0",
"jest": "^26.6.3",
"jest-dynalite": "^3.2.0",
"jest-environment-node": "^26.6.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/api-headless-cms-ddb/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.

# [5.9.0](https://github.com/webiny/webiny-js/compare/v5.9.0-beta.2...v5.9.0) (2021-06-21)

**Note:** Version bump only for package @webiny/api-headless-cms-ddb





# [5.9.0-beta.2](https://github.com/webiny/webiny-js/compare/v5.9.0-beta.1...v5.9.0-beta.2) (2021-06-20)

**Note:** Version bump only for package @webiny/api-headless-cms-ddb
Expand Down
Loading

0 comments on commit e1b75bf

Please sign in to comment.