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

Commit 94460a1

Browse files
committed
chore(release): publish
- @sls-next/[email protected] - @sls-next/[email protected] - @sls-next/[email protected]
1 parent 94ad979 commit 94460a1

File tree

6 files changed

+17
-3
lines changed

6 files changed

+17
-3
lines changed

packages/deprecated/serverless-plugin/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+
## [2.6.4-alpha.1](https://github.com/serverless-nextjs/serverless-next.js/compare/@sls-next/[email protected]...@sls-next/[email protected]) (2020-10-13)
7+
8+
**Note:** Version bump only for package @sls-next/serverless-plugin
9+
610
## [2.6.4-alpha.0](https://github.com/serverless-nextjs/serverless-next.js/compare/@sls-next/[email protected]...@sls-next/[email protected]) (2020-10-07)
711

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

packages/deprecated/serverless-plugin/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": "2.6.4-alpha.0",
6+
"version": "2.6.4-alpha.1",
77
"description": "A serverless plugin for nextjs 8 serverless target",
88
"main": "index.js",
99
"keywords": [

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+
# [1.7.0-alpha.8](https://github.com/serverless-nextjs/serverless-next.js/compare/@sls-next/[email protected]...@sls-next/[email protected]) (2020-10-13)
7+
8+
### Bug Fixes
9+
10+
- **lambda-at-edge:** fix possible redirect loop in API handler ([#671](https://github.com/serverless-nextjs/serverless-next.js/issues/671)) ([ed92ebc](https://github.com/serverless-nextjs/serverless-next.js/commit/ed92ebce73720c46fdb5c7c9065127d7f8a51078))
11+
612
# [1.7.0-alpha.7](https://github.com/serverless-nextjs/serverless-next.js/compare/@sls-next/[email protected]...@sls-next/[email protected]) (2020-10-10)
713

814
### Features

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": "1.7.0-alpha.7",
6+
"version": "1.7.0-alpha.8",
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/serverless-components/nextjs-component/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+
# [1.18.0-alpha.6](https://github.com/serverless-nextjs/serverless-next.js/compare/@sls-next/[email protected]...@sls-next/[email protected]) (2020-10-13)
7+
8+
**Note:** Version bump only for package @sls-next/serverless-component
9+
610
# [1.18.0-alpha.5](https://github.com/serverless-nextjs/serverless-next.js/compare/@sls-next/[email protected]...@sls-next/[email protected]) (2020-10-10)
711

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

packages/serverless-components/nextjs-component/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": "1.18.0-alpha.5",
6+
"version": "1.18.0-alpha.6",
77
"description": "Serverless Next.js powered by Serverless Components",
88
"main": "./serverless.js",
99
"types": "dist/component.d.ts",

0 commit comments

Comments
 (0)