Skip to content

Commit

Permalink
chore(release): publish v3.8.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dphang committed Apr 20, 2022
1 parent af85b5f commit e6367b5
Show file tree
Hide file tree
Showing 14 changed files with 50 additions and 7 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.8.0-alpha.0](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.7.0...v3.8.0-alpha.0) (2022-04-20)

### Bug Fixes

- change defaultNextLambda removalPolicy from DESTROY to RETAIN ([#2420](https://github.com/serverless-nextjs/serverless-next.js/issues/2420)) ([1baa444](https://github.com/serverless-nextjs/serverless-next.js/commit/1baa4447dea1e8e2f24c7caaa26c0d150176cb7c))
- logging error ([#2426](https://github.com/serverless-nextjs/serverless-next.js/issues/2426)) ([acfe76e](https://github.com/serverless-nextjs/serverless-next.js/commit/acfe76ed36ed5b1cd7b5c6f40323c355bdce4c04))

### Features

- allow to set custom handler ([#2409](https://github.com/serverless-nextjs/serverless-next.js/issues/2409)) ([f5c33ac](https://github.com/serverless-nextjs/serverless-next.js/commit/f5c33ac7a3089a7d998b6f17bc0f742c570109f8))

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

**Note:** Version bump only for package serverless-nextjs-monorepo
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",
"version": "3.8.0-alpha.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
6 changes: 6 additions & 0 deletions packages/libs/aws-common/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.8.0-alpha.0](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.7.0...v3.8.0-alpha.0) (2022-04-20)

### Bug Fixes

- logging error ([#2426](https://github.com/serverless-nextjs/serverless-next.js/issues/2426)) ([acfe76e](https://github.com/serverless-nextjs/serverless-next.js/commit/acfe76ed36ed5b1cd7b5c6f40323c355bdce4c04))

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

**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",
"version": "3.8.0-alpha.0",
"description": "Common AWS code that is used in Lambda, Lambda@Edge and other AWS platforms.",
"publishConfig": {
"access": "public"
Expand Down
4 changes: 4 additions & 0 deletions packages/libs/core/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.8.0-alpha.0](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.7.0...v3.8.0-alpha.0) (2022-04-20)

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

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

**Note:** Version bump only for package @sls-next/core
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",
"version": "3.8.0-alpha.0",
"description": "Handles Next.js routing independent of provider",
"publishConfig": {
"access": "public"
Expand Down
4 changes: 4 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,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.8.0-alpha.0](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.7.0...v3.8.0-alpha.0) (2022-04-20)

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

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

**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",
"version": "3.8.0-alpha.0",
"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.8.0-alpha.0](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.7.0...v3.8.0-alpha.0) (2022-04-20)

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

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

**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",
"version": "3.8.0-alpha.0",
"description": "Code to build and deploy for Lambda + API Gateway",
"publishConfig": {
"access": "public"
Expand Down
10 changes: 10 additions & 0 deletions packages/serverless-components/nextjs-cdk-construct/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.8.0-alpha.0](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.7.0...v3.8.0-alpha.0) (2022-04-20)

### Bug Fixes

- change defaultNextLambda removalPolicy from DESTROY to RETAIN ([#2420](https://github.com/serverless-nextjs/serverless-next.js/issues/2420)) ([1baa444](https://github.com/serverless-nextjs/serverless-next.js/commit/1baa4447dea1e8e2f24c7caaa26c0d150176cb7c))

### Features

- allow to set custom handler ([#2409](https://github.com/serverless-nextjs/serverless-next.js/issues/2409)) ([f5c33ac](https://github.com/serverless-nextjs/serverless-next.js/commit/f5c33ac7a3089a7d998b6f17bc0f742c570109f8))

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

**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",
"version": "3.8.0-alpha.0",
"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.8.0-alpha.0](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.7.0...v3.8.0-alpha.0) (2022-04-20)

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

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

**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",
"version": "3.8.0-alpha.0",
"description": "Serverless Next.js powered by Serverless Components",
"main": "./serverless.js",
"types": "dist/component.d.ts",
Expand Down

0 comments on commit e6367b5

Please sign in to comment.