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

Commit 007d27a

Browse files
chore(release): publish
- next-aws-lambda@2.4.0-alpha.0 - next-aws-cloudfront@1.1.0-alpha.0 - @sls-next/lambda-at-edge@1.1.0-alpha.0 - serverless-next.js@1.10.0-alpha.0 - serverless-nextjs-plugin@2.4.10-alpha.0
1 parent 4cbf5eb commit 007d27a

File tree

15 files changed

+64
-12
lines changed

15 files changed

+64
-12
lines changed

packages/apigw-lambda-compat/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.4.0-alpha.0](https://github.com/danielcondemarin/serverless-next.js/compare/next-aws-lambda@2.3.8...next-aws-lambda@2.4.0-alpha.0) (2020-04-23)
7+
8+
9+
### Features
10+
11+
* **lambda-at-edge:** create new package with Lambda@Edge builder and handlers ([94f0a29](https://github.com/danielcondemarin/serverless-next.js/commit/94f0a29f0654f51d60653c8218c15802b2abb476))
12+
13+
14+
15+
16+
617
## [2.3.8](https://github.com/danielcondemarin/serverless-nextjs-plugin/compare/next-aws-lambda@2.3.7...next-aws-lambda@2.3.8) (2020-03-29)
718

819
**Note:** Version bump only for package next-aws-lambda

packages/apigw-lambda-compat/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/apigw-lambda-compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-aws-lambda",
3-
"version": "2.3.8",
3+
"version": "2.4.0-alpha.0",
44
"description": "Compat layer between next.js serverless page and AWS Lambda",
55
"files": [
66
"lib/**",

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.1.0-alpha.0](https://github.com/danielcondemarin/serverless-next.js/compare/next-aws-cloudfront@1.0.1...next-aws-cloudfront@1.1.0-alpha.0) (2020-04-23)
7+
8+
9+
### Features
10+
11+
* **lambda-at-edge:** create new package with Lambda@Edge builder and handlers ([94f0a29](https://github.com/danielcondemarin/serverless-next.js/commit/94f0a29f0654f51d60653c8218c15802b2abb476))
12+
13+
14+
15+
16+
617
## 1.0.1 (2020-04-13)
718

819
**Note:** Version bump only for package next-aws-cloudfront

packages/lambda-at-edge-compat/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-aws-cloudfront",
3-
"version": "1.0.1",
3+
"version": "1.1.0-alpha.0",
44
"description": "Compat layer for running next.js apps in Lambda@Edge",
55
"main": "next-aws-cloudfront.js",
66
"types": "next-aws-cloudfront.d.ts",
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 1.1.0-alpha.0 (2020-04-23)
7+
8+
9+
### Features
10+
11+
* **lambda-at-edge:** create new package with Lambda@Edge builder and handlers ([94f0a29](https://github.com/danielcondemarin/serverless-next.js/commit/94f0a29f0654f51d60653c8218c15802b2abb476))

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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/lambda-at-edge/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-at-edge",
3-
"version": "1.0.0",
3+
"version": "1.1.0-alpha.0",
44
"description": "Provides handlers that can be used in CloudFront Lambda@Edge to deploy next.js applications to the edge",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/serverless-component/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.10.0-alpha.0](https://github.com/danielcondemarin/serverless-next.js/compare/serverless-next.js@1.9.10...serverless-next.js@1.10.0-alpha.0) (2020-04-23)
7+
8+
9+
### Features
10+
11+
* **lambda-at-edge:** create new package with Lambda@Edge builder and handlers ([94f0a29](https://github.com/danielcondemarin/serverless-next.js/commit/94f0a29f0654f51d60653c8218c15802b2abb476))
12+
13+
14+
15+
16+
617
## [1.9.10](https://github.com/danielcondemarin/serverless-nextjs-plugin/compare/serverless-next.js@1.9.9...serverless-next.js@1.9.10) (2020-04-13)
718

819

0 commit comments

Comments
 (0)