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

Commit c86bd09

Browse files
committed
chore(release): publish
- @sls-next/[email protected] - @sls-next/[email protected] - @sls-next/[email protected]
1 parent 9772397 commit c86bd09

File tree

6 files changed

+19
-3
lines changed

6 files changed

+19
-3
lines changed

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.8.0-alpha.39](https://github.com/serverless-nextjs/serverless-next.js/compare/@sls-next/[email protected]...@sls-next/[email protected]) (2021-04-28)
7+
8+
### Bug Fixes
9+
10+
- **lambda-at-edge:** fix router path in fallback SSG ([#1026](https://github.com/serverless-nextjs/serverless-next.js/issues/1026)) ([9772397](https://github.com/serverless-nextjs/serverless-next.js/commit/9772397fb15c2cf87ee45797aa52c92cd6b6c485))
11+
612
# [1.8.0-alpha.38](https://github.com/serverless-nextjs/serverless-next.js/compare/@sls-next/[email protected]...@sls-next/[email protected]) (2021-04-26)
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": "1.8.0-alpha.38",
6+
"version": "1.8.0-alpha.39",
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-cdk-construct/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.19.0-alpha.47](https://github.com/serverless-nextjs/serverless-next.js/compare/@sls-next/[email protected]...@sls-next/[email protected]) (2021-04-28)
7+
8+
### Bug Fixes
9+
10+
- **nextjs-cdk-construct:** use posix paths for s3 assets and invalidations ([#1025](https://github.com/serverless-nextjs/serverless-next.js/issues/1025)) ([b8b4393](https://github.com/serverless-nextjs/serverless-next.js/commit/b8b439348ffd4f8e526645801df101f715e53797))
11+
612
# [1.19.0-alpha.46](https://github.com/serverless-nextjs/serverless-next.js/compare/@sls-next/[email protected]...@sls-next/[email protected]) (2021-04-27)
713

814
### Features

packages/serverless-components/nextjs-cdk-construct/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"access": "public"
55
},
66
"description": "Serverless Next.js powered by AWS CDK",
7-
"version": "1.19.0-alpha.46",
7+
"version": "1.19.0-alpha.47",
88
"main": "dist/index.js",
99
"types": "dist/index.d.ts",
1010
"author": "Henry Kirkness <[email protected]>",

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.19.0-alpha.51](https://github.com/serverless-nextjs/serverless-next.js/compare/@sls-next/[email protected]...@sls-next/[email protected]) (2021-04-28)
7+
8+
**Note:** Version bump only for package @sls-next/serverless-component
9+
610
# [1.19.0-alpha.50](https://github.com/serverless-nextjs/serverless-next.js/compare/@sls-next/[email protected]...@sls-next/[email protected]) (2021-04-26)
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.19.0-alpha.50",
6+
"version": "1.19.0-alpha.51",
77
"description": "Serverless Next.js powered by Serverless Components",
88
"main": "./serverless.js",
99
"types": "dist/component.d.ts",

0 commit comments

Comments
 (0)