Skip to content

Commit 0729687

Browse files
committed
chore(release): New release 🎉 🚀
- @webiny/serverless-api-gateway@3.0.1-next.0 - @webiny/serverless-apollo-gateway@3.0.1-next.0 - @webiny/serverless-apollo-service@3.0.1-next.0 - @webiny/serverless-app@3.0.1-next.0 - @webiny/serverless-aws-api-gateway@3.0.1-next.0 - @webiny/serverless-aws-cloudfront@3.0.1-next.0 - @webiny/serverless-aws-cognito-user-pool@3.0.1-next.0 - @webiny/serverless-aws-lambda@2.0.1-next.0 - @webiny/serverless-db-proxy@3.0.1-next.0 - @webiny/serverless-files@3.0.1-next.0 - @webiny/serverless-form-builder@3.0.1-next.0 - @webiny/serverless-function@3.0.1-next.0 - @webiny/serverless-page-builder@3.0.2-next.0 - @webiny/api-cookie-policy@3.0.1-next.0 - @webiny/api-files@3.0.1-next.0 - @webiny/api-form-builder@2.0.2-next.0 - @webiny/api-google-tag-manager@3.0.1-next.0 - @webiny/api-i18n@3.0.1-next.0 - @webiny/api-mailchimp@3.0.1-next.0 - @webiny/api-page-builder@3.0.2-next.0 - @webiny/api-plugin-commodo-db-proxy@2.0.2-next.0 - @webiny/api-plugin-commodo-mongodb@2.0.1-next.0 - @webiny/api-plugin-create-apollo-gateway@2.0.1-next.0 - @webiny/api-plugin-create-apollo-handler@2.0.1-next.0 - @webiny/api-plugin-files-resolvers-mongodb@2.0.1-next.0 - @webiny/api-plugin-page-builder-resolvers-mongodb@2.0.1-next.0 - @webiny/api-plugin-security-cognito@3.0.1-next.0 - @webiny/api-security@3.0.1-next.0 - @webiny/api@3.0.1-next.0 - @webiny/app-admin@3.0.1-next.0 - @webiny/app-cookie-policy@3.0.2-next.0 - @webiny/app-form-builder-theme@2.0.1-next.0 - @webiny/app-form-builder@2.0.3-next.0 - @webiny/app-google-tag-manager@3.0.2-next.0 - @webiny/app-i18n@3.0.1-next.0 - @webiny/app-mailchimp@3.0.3-next.0 - @webiny/app-page-builder-theme@2.0.2-next.0 - @webiny/app-page-builder@3.1.1-next.0 - @webiny/app-plugin-security-cognito-theme@2.0.2-next.0 - @webiny/app-plugin-security-cognito@3.0.1-next.0 - @webiny/app-security@3.0.2-next.0 - @webiny/app-typeform@3.0.3-next.0 - @webiny/app@3.0.1-next.0 - @webiny/cli@3.0.2-next.0 - @webiny/commodo-fields-storage-db-proxy@2.0.2-next.0 - @webiny/commodo-graphql@3.0.1-next.0 - @webiny/commodo@3.0.1-next.0 - @webiny/form@3.0.1-next.0 - @webiny/http-handler-files@2.0.2-next.0 - @webiny/http-handler-index@2.0.2-next.0 - @webiny/http-handler-ssr@2.0.2-next.0 - @webiny/http-handler@2.0.2-next.0 - @webiny/i18n-react@3.0.1-next.0 - @webiny/i18n@3.0.1-next.0 - @webiny/plugins@3.0.1-next.0 - @webiny/project-utils@1.0.1-next.0 - @webiny/react-router@2.0.1-next.0 - @webiny/storybook-utils@3.0.1-next.0 - @webiny/tracking@3.0.1-next.0 - @webiny/ui@3.0.2-next.0 - @webiny/validation@3.0.1-next.0
1 parent 481fe57 commit 0729687

File tree

122 files changed

+706
-218
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

122 files changed

+706
-218
lines changed

components/serverless-api-gateway/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.0.1-next.0](https://github.com/Webiny/webiny-js/compare/@webiny/serverless-api-gateway@3.0.0...@webiny/serverless-api-gateway@3.0.1-next.0) (2020-02-07)
7+
8+
**Note:** Version bump only for package @webiny/serverless-api-gateway
9+
10+
11+
12+
13+
614
# [3.0.0](https://github.com/Webiny/webiny-js/compare/@webiny/serverless-api-gateway@2.0.1...@webiny/serverless-api-gateway@3.0.0) (2020-01-27)
715

816

components/serverless-api-gateway/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@webiny/serverless-api-gateway",
3-
"version": "3.0.0",
3+
"version": "3.0.1-next.0",
44
"main": "serverless.js",
55
"license": "MIT",
66
"dependencies": {
77
"@serverless/core": "^1.1.1",
8-
"@webiny/serverless-aws-api-gateway": "^3.0.0"
8+
"@webiny/serverless-aws-api-gateway": "^3.0.1-next.0"
99
},
1010
"scripts": {
1111
"build": "rm -rf dist && mkdir dist && cp serverless.js dist/",

components/serverless-apollo-gateway/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.0.1-next.0](https://github.com/Webiny/webiny-js/compare/@webiny/serverless-apollo-gateway@3.0.0...@webiny/serverless-apollo-gateway@3.0.1-next.0) (2020-02-07)
7+
8+
**Note:** Version bump only for package @webiny/serverless-apollo-gateway
9+
10+
11+
12+
13+
614
# [3.0.0](https://github.com/Webiny/webiny-js/compare/@webiny/serverless-apollo-gateway@2.2.0...@webiny/serverless-apollo-gateway@3.0.0) (2020-01-27)
715

816

components/serverless-apollo-gateway/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@webiny/serverless-apollo-gateway",
3-
"version": "3.0.0",
3+
"version": "3.0.1-next.0",
44
"main": "serverless.js",
55
"license": "MIT",
66
"dependencies": {
77
"@babel/core": "^7.6.2",
88
"@babel/preset-env": "^7.6.0",
99
"@serverless/core": "^1.1.1",
10-
"@webiny/serverless-function": "^3.0.0",
10+
"@webiny/serverless-function": "^3.0.1-next.0",
1111
"babel-loader": "^8.0.6",
1212
"execa": "^2.0.5",
1313
"fs-extra": "^8.1.0",

components/serverless-apollo-service/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.0.1-next.0](https://github.com/Webiny/webiny-js/compare/@webiny/serverless-apollo-service@3.0.0...@webiny/serverless-apollo-service@3.0.1-next.0) (2020-02-07)
7+
8+
**Note:** Version bump only for package @webiny/serverless-apollo-service
9+
10+
11+
12+
13+
614
# [3.0.0](https://github.com/Webiny/webiny-js/compare/@webiny/serverless-apollo-service@2.2.0...@webiny/serverless-apollo-service@3.0.0) (2020-01-27)
715

816

components/serverless-apollo-service/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webiny/serverless-apollo-service",
3-
"version": "3.0.0",
3+
"version": "3.0.1-next.0",
44
"main": "serverless.js",
55
"license": "MIT",
66
"dependencies": {
@@ -9,9 +9,9 @@
99
"@babel/preset-env": "^7.6.0",
1010
"@babel/preset-typescript": "^7.7.7",
1111
"@serverless/core": "^1.1.1",
12-
"@webiny/api": "^3.0.0",
12+
"@webiny/api": "^3.0.1-next.0",
1313
"@webiny/serverless-api-gateway": "^2.0.1",
14-
"@webiny/serverless-function": "^3.0.0",
14+
"@webiny/serverless-function": "^3.0.1-next.0",
1515
"babel-loader": "^8.0.6",
1616
"babel-plugin-module-resolver": "^3.2.0",
1717
"execa": "^2.0.5",

components/serverless-app/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.0.1-next.0](https://github.com/Webiny/webiny-js/compare/@webiny/serverless-app@3.0.0...@webiny/serverless-app@3.0.1-next.0) (2020-02-07)
7+
8+
**Note:** Version bump only for package @webiny/serverless-app
9+
10+
11+
12+
13+
614
# [3.0.0](https://github.com/Webiny/webiny-js/compare/@webiny/serverless-app@2.0.0...@webiny/serverless-app@3.0.0) (2020-01-27)
715

816

components/serverless-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@webiny/serverless-app",
3-
"version": "3.0.0",
3+
"version": "3.0.1-next.0",
44
"main": "serverless.js",
55
"license": "MIT",
66
"dependencies": {
77
"@serverless/core": "^1.1.1",
8-
"@webiny/serverless-function": "^3.0.0"
8+
"@webiny/serverless-function": "^3.0.1-next.0"
99
},
1010
"scripts": {
1111
"build": "rm -rf dist && mkdir dist && cp serverless.js dist/",

components/serverless-aws-api-gateway/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.0.1-next.0](https://github.com/Webiny/webiny-js/compare/@webiny/serverless-aws-api-gateway@3.0.0...@webiny/serverless-aws-api-gateway@3.0.1-next.0) (2020-02-07)
7+
8+
**Note:** Version bump only for package @webiny/serverless-aws-api-gateway
9+
10+
11+
12+
13+
614
# [3.0.0](https://github.com/Webiny/webiny-js/compare/@webiny/serverless-aws-api-gateway@2.1.0...@webiny/serverless-aws-api-gateway@3.0.0) (2020-01-27)
715

816

components/serverless-aws-api-gateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webiny/serverless-aws-api-gateway",
3-
"version": "3.0.0",
3+
"version": "3.0.1-next.0",
44
"main": "./serverless.js",
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)