Skip to content

Commit

Permalink
chore(release): publish v3.7.0-alpha.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dphang committed Feb 2, 2022
1 parent b975aed commit d009f46
Show file tree
Hide file tree
Showing 14 changed files with 59 additions and 7 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
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.8](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.7.0-alpha.7...v3.7.0-alpha.8) (2022-02-02)

### Bug Fixes

- **core:** use existing upstream `Cache-Control` if present on upstream response ([#2322](https://github.com/serverless-nextjs/serverless-next.js/issues/2322)) ([4f93ea7](https://github.com/serverless-nextjs/serverless-next.js/commit/4f93ea7193018d70f171e3f8fca536da563c71da))

### Features

- **nextjs-cdk-construct:** Allow to whitelist headers ([#2325](https://github.com/serverless-nextjs/serverless-next.js/issues/2325)) ([b975aed](https://github.com/serverless-nextjs/serverless-next.js/commit/b975aed9a13f132750a707862242ca81f5e32cc7))

### Reverts

- revert "Experimental Next.js 12 Output File Tracing ([#2169](https://github.com/serverless-nextjs/serverless-next.js/issues/2169))" ([#2324](https://github.com/serverless-nextjs/serverless-next.js/issues/2324)) ([ca7f7f7](https://github.com/serverless-nextjs/serverless-next.js/commit/ca7f7f72e3b1e5fcb49ffc4a3f6d6f629e644b20))

# [3.7.0-alpha.7](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.7.0-alpha.6...v3.7.0-alpha.7) (2022-01-27)

### Features
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.7",
"version": "3.7.0-alpha.8",
"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.8](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.7.0-alpha.7...v3.7.0-alpha.8) (2022-02-02)

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

# [3.7.0-alpha.7](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.7.0-alpha.6...v3.7.0-alpha.7) (2022-01-27)

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

### Bug Fixes

- **core:** use existing upstream `Cache-Control` if present on upstream response ([#2322](https://github.com/serverless-nextjs/serverless-next.js/issues/2322)) ([4f93ea7](https://github.com/serverless-nextjs/serverless-next.js/commit/4f93ea7193018d70f171e3f8fca536da563c71da))

### Reverts

- revert "Experimental Next.js 12 Output File Tracing ([#2169](https://github.com/serverless-nextjs/serverless-next.js/issues/2169))" ([#2324](https://github.com/serverless-nextjs/serverless-next.js/issues/2324)) ([ca7f7f7](https://github.com/serverless-nextjs/serverless-next.js/commit/ca7f7f72e3b1e5fcb49ffc4a3f6d6f629e644b20))

# [3.7.0-alpha.7](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.7.0-alpha.6...v3.7.0-alpha.7) (2022-01-27)

**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-alpha.7",
"version": "3.7.0-alpha.8",
"description": "Handles Next.js routing independent of provider",
"publishConfig": {
"access": "public"
Expand Down
6 changes: 6 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,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.8](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.7.0-alpha.7...v3.7.0-alpha.8) (2022-02-02)

### Reverts

- revert "Experimental Next.js 12 Output File Tracing ([#2169](https://github.com/serverless-nextjs/serverless-next.js/issues/2169))" ([#2324](https://github.com/serverless-nextjs/serverless-next.js/issues/2324)) ([ca7f7f7](https://github.com/serverless-nextjs/serverless-next.js/commit/ca7f7f72e3b1e5fcb49ffc4a3f6d6f629e644b20))

# [3.7.0-alpha.7](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.7.0-alpha.6...v3.7.0-alpha.7) (2022-01-27)

**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.7",
"version": "3.7.0-alpha.8",
"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
6 changes: 6 additions & 0 deletions packages/libs/lambda/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.8](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.7.0-alpha.7...v3.7.0-alpha.8) (2022-02-02)

### Reverts

- revert "Experimental Next.js 12 Output File Tracing ([#2169](https://github.com/serverless-nextjs/serverless-next.js/issues/2169))" ([#2324](https://github.com/serverless-nextjs/serverless-next.js/issues/2324)) ([ca7f7f7](https://github.com/serverless-nextjs/serverless-next.js/commit/ca7f7f72e3b1e5fcb49ffc4a3f6d6f629e644b20))

# [3.7.0-alpha.7](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.7.0-alpha.6...v3.7.0-alpha.7) (2022-01-27)

**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.7",
"version": "3.7.0-alpha.8",
"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,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.8](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.7.0-alpha.7...v3.7.0-alpha.8) (2022-02-02)

### Features

- **nextjs-cdk-construct:** Allow to whitelist headers ([#2325](https://github.com/serverless-nextjs/serverless-next.js/issues/2325)) ([b975aed](https://github.com/serverless-nextjs/serverless-next.js/commit/b975aed9a13f132750a707862242ca81f5e32cc7))

# [3.7.0-alpha.7](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.7.0-alpha.6...v3.7.0-alpha.7) (2022-01-27)

**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.7",
"version": "3.7.0-alpha.8",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Henry Kirkness <henry@planes.studio>",
Expand Down
6 changes: 6 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,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.8](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.7.0-alpha.7...v3.7.0-alpha.8) (2022-02-02)

### Reverts

- revert "Experimental Next.js 12 Output File Tracing ([#2169](https://github.com/serverless-nextjs/serverless-next.js/issues/2169))" ([#2324](https://github.com/serverless-nextjs/serverless-next.js/issues/2324)) ([ca7f7f7](https://github.com/serverless-nextjs/serverless-next.js/commit/ca7f7f72e3b1e5fcb49ffc4a3f6d6f629e644b20))

# [3.7.0-alpha.7](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.7.0-alpha.6...v3.7.0-alpha.7) (2022-01-27)

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

0 comments on commit d009f46

Please sign in to comment.