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

Commit 1f2d153

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

File tree

4 files changed

+19
-2
lines changed

4 files changed

+19
-2
lines changed

packages/libs/lambda-at-edge/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.7.0-alpha.4](https://github.com/danielcondemarin/serverless-next.js/compare/@sls-next/[email protected]...@sls-next/[email protected]) (2020-10-06)
7+
8+
### Bug Fixes
9+
10+
- **lambda-at-edge:** fix compilation of query strings in redirect des… ([#647](https://github.com/danielcondemarin/serverless-next.js/issues/647)) ([9ed7159](https://github.com/danielcondemarin/serverless-next.js/commit/9ed7159a759eccedd5cf6ee98a261c1cbcab1d90))
11+
12+
### Features
13+
14+
- **lambda-at-edge:** support page and API rewrites ([#653](https://github.com/danielcondemarin/serverless-next.js/issues/653)) ([f187b91](https://github.com/danielcondemarin/serverless-next.js/commit/f187b91dd40012810cb96308d416736f2e032222))
15+
- **lambda-at-edge, nextjs-component:** add new input domainRedirects ([#639](https://github.com/danielcondemarin/serverless-next.js/issues/639)) ([a12e31a](https://github.com/danielcondemarin/serverless-next.js/commit/a12e31ac06378f9fe26189b95a9b032942656380))
16+
617
# [1.7.0-alpha.3](https://github.com/danielcondemarin/serverless-next.js/compare/@sls-next/[email protected]...@sls-next/[email protected]) (2020-09-30)
718

819
### 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.3",
6+
"version": "1.7.0-alpha.4",
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: 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.18.0-alpha.1](https://github.com/serverless-nextjs/serverless-next.js/compare/@sls-next/[email protected]...@sls-next/[email protected]) (2020-10-06)
7+
8+
### Features
9+
10+
- **lambda-at-edge, nextjs-component:** add new input domainRedirects ([#639](https://github.com/serverless-nextjs/serverless-next.js/issues/639)) ([a12e31a](https://github.com/serverless-nextjs/serverless-next.js/commit/a12e31ac06378f9fe26189b95a9b032942656380))
11+
612
# [1.18.0-alpha.0](https://github.com/serverless-nextjs/serverless-next.js/compare/@sls-next/[email protected]...@sls-next/[email protected]) (2020-10-06)
713

814
### Features

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

0 commit comments

Comments
 (0)