Skip to content

Commit

Permalink
chore(release): publish v3.7.0-alpha.11
Browse files Browse the repository at this point in the history
  • Loading branch information
dphang committed Mar 10, 2022
1 parent 21283ab commit 416adf1
Show file tree
Hide file tree
Showing 14 changed files with 44 additions and 7 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.

# [3.7.0-alpha.11](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.7.0-alpha.10...v3.7.0-alpha.11) (2022-03-10)

### Bug Fixes

- fix yarn.lock. ([#2395](https://github.com/serverless-nextjs/serverless-next.js/issues/2395)) ([ec98072](https://github.com/serverless-nextjs/serverless-next.js/commit/ec98072907e00ba9e9811720e7cf82086a322efc))
- redirect in getStaticProps ([#2393](https://github.com/serverless-nextjs/serverless-next.js/issues/2393)) ([21283ab](https://github.com/serverless-nextjs/serverless-next.js/commit/21283abd8c2754284264cdf516d2250e9f107cf5))
- wrong replace causing "on" files on S3 ([#2392](https://github.com/serverless-nextjs/serverless-next.js/issues/2392)) ([f6b7efb](https://github.com/serverless-nextjs/serverless-next.js/commit/f6b7efb1fa6ecf44d9041a6b73fcf3578267e9b5))

# [3.7.0-alpha.10](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.7.0-alpha.9...v3.7.0-alpha.10) (2022-02-23)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.7.0-alpha.10",
"version": "3.7.0-alpha.11",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
4 changes: 4 additions & 0 deletions packages/libs/aws-common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.7.0-alpha.11](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.7.0-alpha.10...v3.7.0-alpha.11) (2022-03-10)

**Note:** Version bump only for package @sls-next/aws-common

# [3.7.0-alpha.10](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.7.0-alpha.9...v3.7.0-alpha.10) (2022-02-23)

**Note:** Version bump only for package @sls-next/aws-common
Expand Down
2 changes: 1 addition & 1 deletion packages/libs/aws-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sls-next/aws-common",
"version": "3.7.0-alpha.10",
"version": "3.7.0-alpha.11",
"description": "Common AWS code that is used in Lambda, Lambda@Edge and other AWS platforms.",
"publishConfig": {
"access": "public"
Expand Down
6 changes: 6 additions & 0 deletions packages/libs/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.7.0-alpha.11](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.7.0-alpha.10...v3.7.0-alpha.11) (2022-03-10)

### Bug Fixes

- redirect in getStaticProps ([#2393](https://github.com/serverless-nextjs/serverless-next.js/issues/2393)) ([21283ab](https://github.com/serverless-nextjs/serverless-next.js/commit/21283abd8c2754284264cdf516d2250e9f107cf5))

# [3.7.0-alpha.10](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.7.0-alpha.9...v3.7.0-alpha.10) (2022-02-23)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/libs/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sls-next/core",
"version": "3.7.0-alpha.10",
"version": "3.7.0-alpha.11",
"description": "Handles Next.js routing independent of provider",
"publishConfig": {
"access": "public"
Expand Down
7 changes: 7 additions & 0 deletions packages/libs/lambda-at-edge/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.7.0-alpha.11](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.7.0-alpha.10...v3.7.0-alpha.11) (2022-03-10)

### Bug Fixes

- redirect in getStaticProps ([#2393](https://github.com/serverless-nextjs/serverless-next.js/issues/2393)) ([21283ab](https://github.com/serverless-nextjs/serverless-next.js/commit/21283abd8c2754284264cdf516d2250e9f107cf5))
- wrong replace causing "on" files on S3 ([#2392](https://github.com/serverless-nextjs/serverless-next.js/issues/2392)) ([f6b7efb](https://github.com/serverless-nextjs/serverless-next.js/commit/f6b7efb1fa6ecf44d9041a6b73fcf3578267e9b5))

# [3.7.0-alpha.10](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.7.0-alpha.9...v3.7.0-alpha.10) (2022-02-23)

**Note:** Version bump only for package @sls-next/lambda-at-edge
Expand Down
2 changes: 1 addition & 1 deletion packages/libs/lambda-at-edge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "3.7.0-alpha.10",
"version": "3.7.0-alpha.11",
"description": "Provides handlers that can be used in CloudFront Lambda@Edge to deploy next.js applications to the edge",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/libs/lambda/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.7.0-alpha.11](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.7.0-alpha.10...v3.7.0-alpha.11) (2022-03-10)

**Note:** Version bump only for package @sls-next/lambda

# [3.7.0-alpha.10](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.7.0-alpha.9...v3.7.0-alpha.10) (2022-02-23)

**Note:** Version bump only for package @sls-next/lambda
Expand Down
2 changes: 1 addition & 1 deletion packages/libs/lambda/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sls-next/lambda",
"version": "3.7.0-alpha.10",
"version": "3.7.0-alpha.11",
"description": "Code to build and deploy for Lambda + API Gateway",
"publishConfig": {
"access": "public"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.7.0-alpha.11](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.7.0-alpha.10...v3.7.0-alpha.11) (2022-03-10)

**Note:** Version bump only for package @sls-next/cdk-construct

# [3.7.0-alpha.10](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.7.0-alpha.9...v3.7.0-alpha.10) (2022-02-23)

**Note:** Version bump only for package @sls-next/cdk-construct
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"access": "public"
},
"description": "Serverless Next.js powered by AWS CDK",
"version": "3.7.0-alpha.10",
"version": "3.7.0-alpha.11",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Henry Kirkness <henry@planes.studio>",
Expand Down
4 changes: 4 additions & 0 deletions packages/serverless-components/nextjs-component/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.7.0-alpha.11](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.7.0-alpha.10...v3.7.0-alpha.11) (2022-03-10)

**Note:** Version bump only for package @sls-next/serverless-component

# [3.7.0-alpha.10](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.7.0-alpha.9...v3.7.0-alpha.10) (2022-02-23)

**Note:** Version bump only for package @sls-next/serverless-component
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "3.7.0-alpha.10",
"version": "3.7.0-alpha.11",
"description": "Serverless Next.js powered by Serverless Components",
"main": "./serverless.js",
"types": "dist/component.d.ts",
Expand Down

0 comments on commit 416adf1

Please sign in to comment.