Skip to content
This repository has been archived by the owner on Jan 28, 2025. It is now read-only.

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
dphang committed Sep 27, 2021
1 parent afd8a79 commit 0553f75
Show file tree
Hide file tree
Showing 24 changed files with 74 additions and 12 deletions.
6 changes: 6 additions & 0 deletions 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.4.0-alpha.12](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.4.0-alpha.11...v3.4.0-alpha.12) (2021-09-27)

### Features

- **nextjs-component, core, lambda-at-edge:** experimental - add build.useV2Handler option to enable using genericized default/regeneration handlers ([#1747](https://github.com/serverless-nextjs/serverless-next.js/issues/1747)) ([afd8a79](https://github.com/serverless-nextjs/serverless-next.js/commit/afd8a79a5a19adb631f627198a9e7d904bbf34c6))

# [3.4.0-alpha.11](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.4.0-alpha.10...v3.4.0-alpha.11) (2021-09-25)

### 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.4.0-alpha.11",
"version": "3.4.0-alpha.12",
"npmClient": "yarn",
"command": {
"publish": {
Expand Down
10 changes: 10 additions & 0 deletions packages/libs/aws-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.4.0-alpha.12](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.4.0-alpha.11...v3.4.0-alpha.12) (2021-09-27)

### Features

- **nextjs-component, core, lambda-at-edge:** experimental - add build.useV2Handler option to enable using genericized default/regeneration handlers ([#1747](https://github.com/serverless-nextjs/serverless-next.js/issues/1747)) ([afd8a79](https://github.com/serverless-nextjs/serverless-next.js/commit/afd8a79a5a19adb631f627198a9e7d904bbf34c6))
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.4.0-alpha.10",
"version": "3.4.0-alpha.12",
"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.4.0-alpha.12](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.4.0-alpha.11...v3.4.0-alpha.12) (2021-09-27)

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

# [3.4.0-alpha.10](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.4.0-alpha.9...v3.4.0-alpha.10) (2021-09-24)

**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.4.0-alpha.10",
"version": "3.4.0-alpha.12",
"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.4.0-alpha.12](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.4.0-alpha.11...v3.4.0-alpha.12) (2021-09-27)

### Features

- **nextjs-component, core, lambda-at-edge:** experimental - add build.useV2Handler option to enable using genericized default/regeneration handlers ([#1747](https://github.com/serverless-nextjs/serverless-next.js/issues/1747)) ([afd8a79](https://github.com/serverless-nextjs/serverless-next.js/commit/afd8a79a5a19adb631f627198a9e7d904bbf34c6))

# [3.4.0-alpha.11](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.4.0-alpha.10...v3.4.0-alpha.11) (2021-09-25)

### 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.4.0-alpha.11",
"version": "3.4.0-alpha.12",
"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.4.0-alpha.12](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.4.0-alpha.11...v3.4.0-alpha.12) (2021-09-27)

### Features

- **nextjs-component, core, lambda-at-edge:** experimental - add build.useV2Handler option to enable using genericized default/regeneration handlers ([#1747](https://github.com/serverless-nextjs/serverless-next.js/issues/1747)) ([afd8a79](https://github.com/serverless-nextjs/serverless-next.js/commit/afd8a79a5a19adb631f627198a9e7d904bbf34c6))

# [3.4.0-alpha.11](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.4.0-alpha.10...v3.4.0-alpha.11) (2021-09-25)

**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.4.0-alpha.11",
"version": "3.4.0-alpha.12",
"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/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.4.0-alpha.12](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.4.0-alpha.11...v3.4.0-alpha.12) (2021-09-27)

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

# [3.4.0-alpha.10](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.4.0-alpha.9...v3.4.0-alpha.10) (2021-09-24)

**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.4.0-alpha.10",
"version": "3.4.0-alpha.12",
"description": "Handles upload to S3 of next.js static assets",
"publishConfig": {
"access": "public"
Expand Down
4 changes: 4 additions & 0 deletions packages/libs/serverless-patched/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.4.0-alpha.12](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.4.0-alpha.11...v3.4.0-alpha.12) (2021-09-27)

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

# [3.4.0-alpha.10](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.4.0-alpha.9...v3.4.0-alpha.10) (2021-09-24)

**Note:** Version bump only for package @sls-next/serverless-patched
Expand Down
2 changes: 1 addition & 1 deletion packages/libs/serverless-patched/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sls-next/serverless-patched",
"version": "3.4.0-alpha.10",
"version": "3.4.0-alpha.12",
"description": "Patched serverless package",
"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.4.0-alpha.12](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.4.0-alpha.11...v3.4.0-alpha.12) (2021-09-27)

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

# [3.4.0-alpha.10](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.4.0-alpha.9...v3.4.0-alpha.10) (2021-09-24)

**Note:** Version bump only for package @sls-next/aws-cloudfront
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.4.0-alpha.10",
"version": "3.4.0-alpha.12",
"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.4.0-alpha.12](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.4.0-alpha.11...v3.4.0-alpha.12) (2021-09-27)

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

# [3.4.0-alpha.10](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.4.0-alpha.9...v3.4.0-alpha.10) (2021-09-24)

**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.4.0-alpha.10",
"version": "3.4.0-alpha.12",
"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.4.0-alpha.12](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.4.0-alpha.11...v3.4.0-alpha.12) (2021-09-27)

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

# [3.4.0-alpha.10](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.4.0-alpha.9...v3.4.0-alpha.10) (2021-09-24)

**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.4.0-alpha.10",
"version": "3.4.0-alpha.12",
"main": "./serverless.js",
"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.4.0-alpha.12](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.4.0-alpha.11...v3.4.0-alpha.12) (2021-09-27)

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

# [3.4.0-alpha.11](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.4.0-alpha.10...v3.4.0-alpha.11) (2021-09-25)

**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.4.0-alpha.11",
"version": "3.4.0-alpha.12",
"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.4.0-alpha.12](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.4.0-alpha.11...v3.4.0-alpha.12) (2021-09-27)

### Features

- **nextjs-component, core, lambda-at-edge:** experimental - add build.useV2Handler option to enable using genericized default/regeneration handlers ([#1747](https://github.com/serverless-nextjs/serverless-next.js/issues/1747)) ([afd8a79](https://github.com/serverless-nextjs/serverless-next.js/commit/afd8a79a5a19adb631f627198a9e7d904bbf34c6))

# [3.4.0-alpha.11](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.4.0-alpha.10...v3.4.0-alpha.11) (2021-09-25)

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

0 comments on commit 0553f75

Please sign in to comment.