Skip to content

Commit

Permalink
chore(release): publish v3.7.0-alpha.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dphang committed Feb 18, 2022
1 parent 68b7717 commit 426b970
Show file tree
Hide file tree
Showing 26 changed files with 78 additions and 13 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.7.0-alpha.9](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.7.0-alpha.8...v3.7.0-alpha.9) (2022-02-18)

### Bug Fixes

- **core:** getter function for http base class in api handler ([#2344](https://github.com/serverless-nextjs/serverless-next.js/issues/2344)) ([e819e1d](https://github.com/serverless-nextjs/serverless-next.js/commit/e819e1dcf9a1ec52715c77b1b4f376b44ec95976))

### Features

- **nextjs-cdk-construct:** allow cache policies to be provided as props ([#2350](https://github.com/serverless-nextjs/serverless-next.js/issues/2350)) ([68b7717](https://github.com/serverless-nextjs/serverless-next.js/commit/68b7717c78a133fcb54318785e39b9d1239cb32e))
- update cdktf and use prebuilt providers ([#2328](https://github.com/serverless-nextjs/serverless-next.js/issues/2328)) ([47642bf](https://github.com/serverless-nextjs/serverless-next.js/commit/47642bf194097df5315e768a18ea32797f6b8b6e))

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

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

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

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

# [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/cloudfront
Expand Down
2 changes: 1 addition & 1 deletion packages/libs/cloudfront/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sls-next/cloudfront",
"version": "3.7.0-alpha.7",
"version": "3.7.0-alpha.9",
"description": "Handles CloudFront invalidation",
"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.9](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.7.0-alpha.8...v3.7.0-alpha.9) (2022-02-18)

### Bug Fixes

- **core:** getter function for http base class in api handler ([#2344](https://github.com/serverless-nextjs/serverless-next.js/issues/2344)) ([e819e1d](https://github.com/serverless-nextjs/serverless-next.js/commit/e819e1dcf9a1ec52715c77b1b4f376b44ec95976))

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

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

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

### Features

- update cdktf and use prebuilt providers ([#2328](https://github.com/serverless-nextjs/serverless-next.js/issues/2328)) ([47642bf](https://github.com/serverless-nextjs/serverless-next.js/commit/47642bf194097df5315e768a18ea32797f6b8b6e))

# [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
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.8",
"version": "3.7.0-alpha.9",
"description": "Code to build and deploy for Lambda + API Gateway",
"publishConfig": {
"access": "public"
Expand Down
4 changes: 4 additions & 0 deletions packages/libs/s3-static-assets/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.9](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.7.0-alpha.8...v3.7.0-alpha.9) (2022-02-18)

**Note:** Version bump only for package @sls-next/s3-static-assets

# [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/s3-static-assets
Expand Down
2 changes: 1 addition & 1 deletion packages/libs/s3-static-assets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sls-next/s3-static-assets",
"version": "3.7.0-alpha.7",
"version": "3.7.0-alpha.9",
"description": "Handles upload to S3 of next.js static assets",
"publishConfig": {
"access": "public"
Expand Down
4 changes: 4 additions & 0 deletions packages/serverless-components/aws-cloudfront/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.9](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.7.0-alpha.8...v3.7.0-alpha.9) (2022-02-18)

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

# [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 packages/serverless-components/aws-cloudfront/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sls-next/aws-cloudfront",
"version": "3.7.0-alpha.7",
"version": "3.7.0-alpha.9",
"main": "./serverless.js",
"types": "dist/component.d.ts",
"publishConfig": {
Expand Down
4 changes: 4 additions & 0 deletions packages/serverless-components/aws-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.9](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.7.0-alpha.8...v3.7.0-alpha.9) (2022-02-18)

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

# [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-lambda
Expand Down
2 changes: 1 addition & 1 deletion packages/serverless-components/aws-lambda/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sls-next/aws-lambda",
"version": "3.7.0-alpha.7",
"version": "3.7.0-alpha.9",
"main": "serverless.js",
"publishConfig": {
"access": "public"
Expand Down
4 changes: 4 additions & 0 deletions packages/serverless-components/aws-s3/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.9](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.7.0-alpha.8...v3.7.0-alpha.9) (2022-02-18)

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

# [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-s3
Expand Down
2 changes: 1 addition & 1 deletion packages/serverless-components/aws-s3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sls-next/aws-s3",
"version": "3.7.0-alpha.7",
"version": "3.7.0-alpha.9",
"main": "./serverless.js",
"publishConfig": {
"access": "public"
Expand Down
4 changes: 4 additions & 0 deletions packages/serverless-components/domain/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.9](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.7.0-alpha.8...v3.7.0-alpha.9) (2022-02-18)

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

# [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/domain
Expand Down
2 changes: 1 addition & 1 deletion packages/serverless-components/domain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sls-next/domain",
"version": "3.7.0-alpha.7",
"version": "3.7.0-alpha.9",
"main": "serverless.js",
"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.9](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.7.0-alpha.8...v3.7.0-alpha.9) (2022-02-18)

### Features

- **nextjs-cdk-construct:** allow cache policies to be provided as props ([#2350](https://github.com/serverless-nextjs/serverless-next.js/issues/2350)) ([68b7717](https://github.com/serverless-nextjs/serverless-next.js/commit/68b7717c78a133fcb54318785e39b9d1239cb32e))

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

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

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

0 comments on commit 426b970

Please sign in to comment.