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

Commit 47fb657

Browse files
chore(release): publish
- @sls-next/lambda-at-edge@1.1.2 - @sls-next/s3-static-assets@1.0.2 - serverless-next.js@1.11.2
1 parent b245578 commit 47fb657

File tree

9 files changed

+30
-6
lines changed

9 files changed

+30
-6
lines changed

packages/lambda-at-edge/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.2](https://github.com/danielcondemarin/serverless-next.js/compare/@sls-next/lambda-at-edge@1.1.2-alpha.1...@sls-next/lambda-at-edge@1.1.2) (2020-05-05)
7+
8+
**Note:** Version bump only for package @sls-next/lambda-at-edge
9+
10+
11+
12+
13+
614
## [1.1.2-alpha.1](https://github.com/danielcondemarin/serverless-next.js/compare/@sls-next/lambda-at-edge@1.1.2-alpha.0...@sls-next/lambda-at-edge@1.1.2-alpha.1) (2020-05-05)
715

816

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
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "1.1.2-alpha.1",
6+
"version": "1.1.2",
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/s3-static-assets/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.0.2](https://github.com/danielcondemarin/serverless-next.js/compare/@sls-next/s3-static-assets@1.0.2-alpha.0...@sls-next/s3-static-assets@1.0.2) (2020-05-05)
7+
8+
**Note:** Version bump only for package @sls-next/s3-static-assets
9+
10+
11+
12+
13+
614
## [1.0.2-alpha.0](https://github.com/danielcondemarin/serverless-next.js/compare/@sls-next/s3-static-assets@1.0.1...@sls-next/s3-static-assets@1.0.2-alpha.0) (2020-05-05)
715

816

packages/s3-static-assets/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/s3-static-assets/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/s3-static-assets",
3-
"version": "1.0.2-alpha.0",
3+
"version": "1.0.2",
44
"description": "Handles upload to S3 of next.js static assets",
55
"publishConfig": {
66
"access": "public"

packages/serverless-component/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.11.2](https://github.com/danielcondemarin/serverless-next.js/compare/serverless-next.js@1.11.2-alpha.1...serverless-next.js@1.11.2) (2020-05-05)
7+
8+
**Note:** Version bump only for package serverless-next.js
9+
10+
11+
12+
13+
614
## [1.11.2-alpha.1](https://github.com/danielcondemarin/serverless-next.js/compare/serverless-next.js@1.11.2-alpha.0...serverless-next.js@1.11.2-alpha.1) (2020-05-05)
715

816
**Note:** Version bump only for package serverless-next.js

packages/serverless-component/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/serverless-component/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-next.js",
3-
"version": "1.11.2-alpha.1",
3+
"version": "1.11.2",
44
"description": "Serverless nextjs powered by Serverless Components",
55
"main": "serverless.js",
66
"repository": {

0 commit comments

Comments
 (0)