Skip to content

Commit

Permalink
chore(release): publish v5.30.0 🎉 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
webiny-bot committed Jul 27, 2022
1 parent fbb6a80 commit 3cadc5d
Show file tree
Hide file tree
Showing 250 changed files with 1,995 additions and 995 deletions.
8 changes: 8 additions & 0 deletions 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.30.0](https://github.com/webiny/webiny-js/compare/v5.30.0-beta.1...v5.30.0) (2022-07-27)

**Note:** Version bump only for package webiny-js





# [5.30.0-beta.1](https://github.com/webiny/webiny-js/compare/v5.30.0-beta.0...v5.30.0-beta.1) (2022-07-26)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages/*",
"packages-v6/*"
],
"version": "5.30.0-beta.1",
"version": "5.30.0",
"npmClient": "yarn",
"command": {
"version": {
Expand Down
8 changes: 8 additions & 0 deletions packages-v6/cli/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.30.0](https://github.com/webiny/webiny-js/compare/v5.30.0-beta.1...v5.30.0) (2022-07-27)

**Note:** Version bump only for package @webiny/cli2





# [5.30.0-beta.1](https://github.com/webiny/webiny-js/compare/v5.30.0-beta.0...v5.30.0-beta.1) (2022-07-26)

**Note:** Version bump only for package @webiny/cli2
Expand Down
4 changes: 2 additions & 2 deletions packages-v6/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@webiny/cli2",
"version": "5.30.0-beta.1",
"version": "5.30.0",
"sideEffects": false,
"bin": {
"wby": "./src/bin.js"
Expand All @@ -11,7 +11,7 @@
"build": "yarn wby build package"
},
"dependencies": {
"@webiny/core": "^5.30.0-beta.1",
"@webiny/core": "^5.30.0",
"execa": "^5.1.1",
"load-json-file": "^6.2.0",
"ts-morph": "^14.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages-v6/core/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.30.0](https://github.com/webiny/webiny-js/compare/v5.30.0-beta.1...v5.30.0) (2022-07-27)

**Note:** Version bump only for package @webiny/core





# [5.30.0-beta.1](https://github.com/webiny/webiny-js/compare/v5.30.0-beta.0...v5.30.0-beta.1) (2022-07-26)

**Note:** Version bump only for package @webiny/core
Expand Down
10 changes: 5 additions & 5 deletions packages-v6/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@webiny/core",
"version": "5.30.0-beta.1",
"version": "5.30.0",
"types": "./lib/types/index.d.ts",
"exports": {
".": {
Expand All @@ -18,10 +18,10 @@
"@babel/runtime": "^7.17.2",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
"@svgr/webpack": "6.1.1",
"@webiny/global-config": "^5.30.0-beta.1",
"@webiny/plugins": "^5.30.0-beta.1",
"@webiny/pulumi-sdk-v6": "^5.30.0-beta.1",
"@webiny/telemetry": "^5.30.0-beta.1",
"@webiny/global-config": "^5.30.0",
"@webiny/plugins": "^5.30.0",
"@webiny/pulumi-sdk-v6": "^5.30.0",
"@webiny/telemetry": "^5.30.0",
"address": "^1.1.2",
"babel-loader": "^8.2.3",
"case-sensitive-paths-webpack-plugin": "2.4.0",
Expand Down
8 changes: 8 additions & 0 deletions packages-v6/preset-aws/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.30.0](https://github.com/webiny/webiny-js/compare/v5.30.0-beta.1...v5.30.0) (2022-07-27)

**Note:** Version bump only for package @webiny/preset-aws





# [5.30.0-beta.1](https://github.com/webiny/webiny-js/compare/v5.30.0-beta.0...v5.30.0-beta.1) (2022-07-26)

**Note:** Version bump only for package @webiny/preset-aws
Expand Down
4 changes: 2 additions & 2 deletions packages-v6/preset-aws/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@webiny/preset-aws",
"version": "5.30.0-beta.1",
"version": "5.30.0",
"types": "./lib/types/index.d.ts",
"exports": {
".": {
Expand All @@ -10,7 +10,7 @@
}
},
"dependencies": {
"@webiny/core": "^5.30.0-beta.1"
"@webiny/core": "^5.30.0"
},
"devDependencies": {
"@babel/cli": "^7.17.0",
Expand Down
8 changes: 8 additions & 0 deletions packages-v6/pulumi-sdk/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.30.0](https://github.com/webiny/webiny-js/compare/v5.30.0-beta.1...v5.30.0) (2022-07-27)

**Note:** Version bump only for package @webiny/pulumi-sdk-v6





# [5.30.0-beta.1](https://github.com/webiny/webiny-js/compare/v5.30.0-beta.0...v5.30.0-beta.1) (2022-07-26)

**Note:** Version bump only for package @webiny/pulumi-sdk-v6
Expand Down
4 changes: 2 additions & 2 deletions packages-v6/pulumi-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@webiny/pulumi-sdk-v6",
"version": "5.30.0-beta.1",
"version": "5.30.0",
"types": "./lib/types/index.d.ts",
"exports": {
".": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"@babel/runtime": "^7.17.2",
"@types/lodash": "^4.14.178",
"@types/node": "^10.0.0",
"@webiny/project-utils": "^5.30.0-beta.1",
"@webiny/project-utils": "^5.30.0",
"rimraf": "^3.0.2",
"typescript": "4.5.5"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/api-admin-users-cognito-so-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.30.0](https://github.com/webiny/webiny-js/compare/v5.30.0-beta.1...v5.30.0) (2022-07-27)

**Note:** Version bump only for package @webiny/api-admin-users-cognito-so-ddb





# [5.30.0-beta.1](https://github.com/webiny/webiny-js/compare/v5.30.0-beta.0...v5.30.0-beta.1) (2022-07-26)

**Note:** Version bump only for package @webiny/api-admin-users-cognito-so-ddb
Expand Down
12 changes: 6 additions & 6 deletions packages/api-admin-users-cognito-so-ddb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webiny/api-admin-users-cognito-so-ddb",
"version": "5.30.0-beta.1",
"version": "5.30.0",
"main": "index.js",
"repository": {
"type": "git",
Expand All @@ -16,16 +16,16 @@
"author": "Webiny Ltd.",
"license": "MIT",
"dependencies": {
"@webiny/api-admin-users-cognito": "^5.30.0-beta.1",
"@webiny/db-dynamodb": "^5.30.0-beta.1",
"@webiny/error": "^5.30.0-beta.1",
"@webiny/api-admin-users-cognito": "^5.30.0",
"@webiny/db-dynamodb": "^5.30.0",
"@webiny/error": "^5.30.0",
"dynamodb-toolbox": "^0.3.4"
},
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.0",
"@webiny/cli": "^5.30.0-beta.1",
"@webiny/project-utils": "^5.30.0-beta.1",
"@webiny/cli": "^5.30.0",
"@webiny/project-utils": "^5.30.0",
"jest": "^28.1.0",
"jest-dynalite": "^3.2.0",
"jest-environment-node": "^27.0.6",
Expand Down
8 changes: 8 additions & 0 deletions packages/api-admin-users-cognito/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.30.0](https://github.com/webiny/webiny-js/compare/v5.30.0-beta.1...v5.30.0) (2022-07-27)

**Note:** Version bump only for package @webiny/api-admin-users-cognito





# [5.30.0-beta.1](https://github.com/webiny/webiny-js/compare/v5.30.0-beta.0...v5.30.0-beta.1) (2022-07-26)

**Note:** Version bump only for package @webiny/api-admin-users-cognito
Expand Down
34 changes: 17 additions & 17 deletions packages/api-admin-users-cognito/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webiny/api-admin-users-cognito",
"version": "5.30.0-beta.1",
"version": "5.30.0",
"main": "index.js",
"repository": {
"type": "git",
Expand All @@ -13,19 +13,19 @@
"license": "MIT",
"dependencies": {
"@commodo/fields": "^1.2.1",
"@webiny/api-security": "^5.30.0-beta.1",
"@webiny/api-security-so-ddb": "^5.30.0-beta.1",
"@webiny/api-tenancy": "^5.30.0-beta.1",
"@webiny/api-tenancy-so-ddb": "^5.30.0-beta.1",
"@webiny/db-dynamodb": "^5.30.0-beta.1",
"@webiny/error": "^5.30.0-beta.1",
"@webiny/handler": "^5.30.0-beta.1",
"@webiny/handler-aws": "^5.30.0-beta.1",
"@webiny/handler-graphql": "^5.30.0-beta.1",
"@webiny/handler-http": "^5.30.0-beta.1",
"@webiny/plugins": "^5.30.0-beta.1",
"@webiny/pubsub": "^5.30.0-beta.1",
"@webiny/validation": "^5.30.0-beta.1",
"@webiny/api-security": "^5.30.0",
"@webiny/api-security-so-ddb": "^5.30.0",
"@webiny/api-tenancy": "^5.30.0",
"@webiny/api-tenancy-so-ddb": "^5.30.0",
"@webiny/db-dynamodb": "^5.30.0",
"@webiny/error": "^5.30.0",
"@webiny/handler": "^5.30.0",
"@webiny/handler-aws": "^5.30.0",
"@webiny/handler-graphql": "^5.30.0",
"@webiny/handler-http": "^5.30.0",
"@webiny/plugins": "^5.30.0",
"@webiny/pubsub": "^5.30.0",
"@webiny/validation": "^5.30.0",
"commodo-fields-object": "^1.0.6",
"dataloader": "^2.0.0",
"dynamodb-toolbox": "^0.3.4",
Expand All @@ -40,12 +40,12 @@
"@types/md5": "^2.3.2",
"@webiny/api-security-so-ddb": "^5.25.0",
"@webiny/api-tenancy-so-ddb": "^5.25.0",
"@webiny/api-wcp": "^5.30.0-beta.1",
"@webiny/cli": "^5.30.0-beta.1",
"@webiny/api-wcp": "^5.30.0",
"@webiny/cli": "^5.30.0",
"@webiny/handler-aws": "^5.25.0",
"@webiny/handler-http": "^5.25.0",
"@webiny/plugins": "^5.25.0",
"@webiny/project-utils": "^5.30.0-beta.1",
"@webiny/project-utils": "^5.30.0",
"rimraf": "^3.0.2",
"typescript": "4.7.4"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/api-apw-scheduler-so-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.30.0](https://github.com/webiny/webiny-js/compare/v5.30.0-beta.1...v5.30.0) (2022-07-27)

**Note:** Version bump only for package @webiny/api-apw-scheduler-so-ddb





# [5.30.0-beta.1](https://github.com/webiny/webiny-js/compare/v5.30.0-beta.0...v5.30.0-beta.1) (2022-07-26)

**Note:** Version bump only for package @webiny/api-apw-scheduler-so-ddb
Expand Down
26 changes: 13 additions & 13 deletions packages/api-apw-scheduler-so-ddb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webiny/api-apw-scheduler-so-ddb",
"version": "5.30.0-beta.1",
"version": "5.30.0",
"main": "index.js",
"keywords": [
"@webiny/api-apw",
Expand All @@ -18,25 +18,25 @@
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.16.3",
"@webiny/api-apw": "^5.30.0-beta.1",
"@webiny/db-dynamodb": "^5.30.0-beta.1",
"@webiny/error": "^5.30.0-beta.1",
"@webiny/plugins": "^5.30.0-beta.1",
"@webiny/api-apw": "^5.30.0",
"@webiny/db-dynamodb": "^5.30.0",
"@webiny/error": "^5.30.0",
"@webiny/plugins": "^5.30.0",
"dynamodb-toolbox": "^0.3.4"
},
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@babel/preset-typescript": "^7.16.0",
"@webiny/api-security": "^5.30.0-beta.1",
"@webiny/api-tenancy": "^5.30.0-beta.1",
"@webiny/cli": "^5.30.0-beta.1",
"@webiny/handler": "^5.30.0-beta.1",
"@webiny/handler-aws": "^5.30.0-beta.1",
"@webiny/handler-db": "^5.30.0-beta.1",
"@webiny/handler-graphql": "^5.30.0-beta.1",
"@webiny/project-utils": "^5.30.0-beta.1",
"@webiny/api-security": "^5.30.0",
"@webiny/api-tenancy": "^5.30.0",
"@webiny/cli": "^5.30.0",
"@webiny/handler": "^5.30.0",
"@webiny/handler-aws": "^5.30.0",
"@webiny/handler-db": "^5.30.0",
"@webiny/handler-graphql": "^5.30.0",
"@webiny/project-utils": "^5.30.0",
"jest": "^28.1.0",
"jest-dynalite": "^3.2.0",
"jest-environment-node": "^27.0.6",
Expand Down
8 changes: 8 additions & 0 deletions packages/api-apw/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.30.0](https://github.com/webiny/webiny-js/compare/v5.30.0-beta.1...v5.30.0) (2022-07-27)

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





# [5.30.0-beta.1](https://github.com/webiny/webiny-js/compare/v5.30.0-beta.0...v5.30.0-beta.1) (2022-07-26)

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

0 comments on commit 3cadc5d

Please sign in to comment.