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

Commit 735221b

Browse files
committed
chore(release): publish v3.6.1-alpha.2
1 parent a676d03 commit 735221b

File tree

6 files changed

+21
-3
lines changed

6 files changed

+21
-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.6.1-alpha.2](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.6.1-alpha.1...v3.6.1-alpha.2) (2021-11-15)
7+
8+
### Bug Fixes
9+
10+
- **aws-cloudfront, nextjs-component:** specify s3 client's region in aws-cloudfront the same as the bucket region ([#2042](https://github.com/serverless-nextjs/serverless-next.js/issues/2042)) ([a676d03](https://github.com/serverless-nextjs/serverless-next.js/commit/a676d0375b3a86150cf2672f82be86a3a94cc5d3))
11+
612
## [3.6.1-alpha.1](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.6.1-alpha.0...v3.6.1-alpha.1) (2021-11-14)
713

814
### Bug Fixes

lerna.json

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

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.6.1-alpha.2](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.6.1-alpha.1...v3.6.1-alpha.2) (2021-11-15)
7+
8+
### Bug Fixes
9+
10+
- **aws-cloudfront, nextjs-component:** specify s3 client's region in aws-cloudfront the same as the bucket region ([#2042](https://github.com/serverless-nextjs/serverless-next.js/issues/2042)) ([a676d03](https://github.com/serverless-nextjs/serverless-next.js/commit/a676d0375b3a86150cf2672f82be86a3a94cc5d3))
11+
612
# [3.6.0](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.6.0-alpha.0...v3.6.0) (2021-11-14)
713

814
**Note:** Version bump only for package @sls-next/aws-cloudfront

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.6.0",
3+
"version": "3.6.1-alpha.2",
44
"main": "./serverless.js",
55
"types": "dist/component.d.ts",
66
"publishConfig": {

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+
## [3.6.1-alpha.2](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.6.1-alpha.1...v3.6.1-alpha.2) (2021-11-15)
7+
8+
### Bug Fixes
9+
10+
- **aws-cloudfront, nextjs-component:** specify s3 client's region in aws-cloudfront the same as the bucket region ([#2042](https://github.com/serverless-nextjs/serverless-next.js/issues/2042)) ([a676d03](https://github.com/serverless-nextjs/serverless-next.js/commit/a676d0375b3a86150cf2672f82be86a3a94cc5d3))
11+
612
## [3.6.1-alpha.1](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.6.1-alpha.0...v3.6.1-alpha.1) (2021-11-14)
713

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

0 commit comments

Comments
 (0)