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

Commit b9fe10e

Browse files
committed
chore(release): publish
1 parent 5ee78a6 commit b9fe10e

File tree

6 files changed

+19
-3
lines changed

6 files changed

+19
-3
lines changed

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+
# [3.2.0-alpha.15](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.2.0-alpha.14...v3.2.0-alpha.15) (2021-07-02)
7+
8+
### Features
9+
10+
- **aws-cloudfront:** allow configurable trustedSigners ([#1351](https://github.com/serverless-nextjs/serverless-next.js/issues/1351)) ([5ee78a6](https://github.com/serverless-nextjs/serverless-next.js/commit/5ee78a682497ee21fcd65057661f938e9de813f1))
11+
612
# [3.2.0-alpha.14](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.2.0-alpha.13...v3.2.0-alpha.14) (2021-07-02)
713

814
### Features

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.2.0-alpha.14",
2+
"version": "3.2.0-alpha.15",
33
"npmClient": "yarn",
44
"command": {
55
"publish": {

packages/serverless-components/aws-cloudfront/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+
# [3.2.0-alpha.15](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.2.0-alpha.14...v3.2.0-alpha.15) (2021-07-02)
7+
8+
### Features
9+
10+
- **aws-cloudfront:** allow configurable trustedSigners ([#1351](https://github.com/serverless-nextjs/serverless-next.js/issues/1351)) ([5ee78a6](https://github.com/serverless-nextjs/serverless-next.js/commit/5ee78a682497ee21fcd65057661f938e9de813f1))
11+
612
# [3.2.0-alpha.14](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.2.0-alpha.13...v3.2.0-alpha.14) (2021-07-02)
713

814
### Features

packages/serverless-components/aws-cloudfront/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/aws-cloudfront",
3-
"version": "3.2.0-alpha.14",
3+
"version": "3.2.0-alpha.15",
44
"main": "./serverless.js",
55
"types": "dist/component.d.ts",
66
"publishConfig": {

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+
# [3.2.0-alpha.15](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.2.0-alpha.14...v3.2.0-alpha.15) (2021-07-02)
7+
8+
**Note:** Version bump only for package @sls-next/serverless-component
9+
610
# [3.2.0-alpha.14](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.2.0-alpha.13...v3.2.0-alpha.14) (2021-07-02)
711

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

0 commit comments

Comments
 (0)