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

Commit 58fb474

Browse files
committed
chore(release): publish v3.6.1-alpha.0
1 parent d345aca commit 58fb474

File tree

14 files changed

+41
-7
lines changed

14 files changed

+41
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.6.1-alpha.0](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.6.0...v3.6.1-alpha.0) (2021-11-14)
7+
8+
### Bug Fixes
9+
10+
- **core, lambda-at-edge:** properly encoded URIs for ISR ([#2038](https://github.com/serverless-nextjs/serverless-next.js/issues/2038)) ([d345aca](https://github.com/serverless-nextjs/serverless-next.js/commit/d345acaa001a94d75fd02e87b07549f67c0696b6))
11+
612
# [3.6.0](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.6.0-alpha.0...v3.6.0) (2021-11-14)
713

814
**Note:** Version bump only for package serverless-nextjs-monorepo

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.6.0",
2+
"version": "3.6.1-alpha.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

packages/libs/aws-common/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.6.1-alpha.0](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.6.0...v3.6.1-alpha.0) (2021-11-14)
7+
8+
**Note:** Version bump only for package @sls-next/aws-common
9+
610
# [3.6.0](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.6.0-alpha.0...v3.6.0) (2021-11-14)
711

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

packages/libs/aws-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sls-next/aws-common",
3-
"version": "3.6.0",
3+
"version": "3.6.1-alpha.0",
44
"description": "Common AWS code that is used in Lambda, Lambda@Edge and other AWS platforms.",
55
"publishConfig": {
66
"access": "public"

packages/libs/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.6.1-alpha.0](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.6.0...v3.6.1-alpha.0) (2021-11-14)
7+
8+
### Bug Fixes
9+
10+
- **core, lambda-at-edge:** properly encoded URIs for ISR ([#2038](https://github.com/serverless-nextjs/serverless-next.js/issues/2038)) ([d345aca](https://github.com/serverless-nextjs/serverless-next.js/commit/d345acaa001a94d75fd02e87b07549f67c0696b6))
11+
612
# [3.6.0](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.6.0-alpha.0...v3.6.0) (2021-11-14)
713

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

packages/libs/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sls-next/core",
3-
"version": "3.6.0",
3+
"version": "3.6.1-alpha.0",
44
"description": "Handles Next.js routing independent of provider",
55
"publishConfig": {
66
"access": "public"

packages/libs/lambda-at-edge/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.6.1-alpha.0](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.6.0...v3.6.1-alpha.0) (2021-11-14)
7+
8+
### Bug Fixes
9+
10+
- **core, lambda-at-edge:** properly encoded URIs for ISR ([#2038](https://github.com/serverless-nextjs/serverless-next.js/issues/2038)) ([d345aca](https://github.com/serverless-nextjs/serverless-next.js/commit/d345acaa001a94d75fd02e87b07549f67c0696b6))
11+
612
# [3.6.0](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.6.0-alpha.0...v3.6.0) (2021-11-14)
713

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

packages/libs/lambda-at-edge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "3.6.0",
6+
"version": "3.6.1-alpha.0",
77
"description": "Provides handlers that can be used in CloudFront Lambda@Edge to deploy next.js applications to the edge",
88
"main": "dist/index.js",
99
"types": "dist/index.d.ts",

packages/libs/lambda/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.6.1-alpha.0](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.6.0...v3.6.1-alpha.0) (2021-11-14)
7+
8+
**Note:** Version bump only for package @sls-next/lambda
9+
610
# [3.6.0](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.6.0-alpha.0...v3.6.0) (2021-11-14)
711

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

packages/libs/lambda/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sls-next/lambda",
3-
"version": "3.6.0",
3+
"version": "3.6.1-alpha.0",
44
"description": "Code to build and deploy for Lambda + API Gateway",
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)