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

Commit 52e6f90

Browse files
committed
chore(release): publish
1 parent 79af0e8 commit 52e6f90

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
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.4.0-alpha.3](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.4.0-alpha.2...v3.4.0-alpha.3) (2021-09-09)
7+
8+
### Bug Fixes
9+
10+
- **nextjs-component:** fix broken install since patch-package is required as dependency, not dev-dependency ([79af0e8](https://github.com/serverless-nextjs/serverless-next.js/commit/79af0e80afe36a03d8383786237df2c31503fbf8))
11+
612
# [3.4.0-alpha.2](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.4.0-alpha.1...v3.4.0-alpha.2) (2021-09-09)
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.4.0-alpha.2",
2+
"version": "3.4.0-alpha.3",
33
"npmClient": "yarn",
44
"command": {
55
"publish": {

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.4.0-alpha.3](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.4.0-alpha.2...v3.4.0-alpha.3) (2021-09-09)
7+
8+
### Bug Fixes
9+
10+
- **nextjs-component:** fix broken install since patch-package is required as dependency, not dev-dependency ([79af0e8](https://github.com/serverless-nextjs/serverless-next.js/commit/79af0e80afe36a03d8383786237df2c31503fbf8))
11+
612
# [3.4.0-alpha.2](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.4.0-alpha.1...v3.4.0-alpha.2) (2021-09-09)
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": "3.4.0-alpha.2",
6+
"version": "3.4.0-alpha.3",
77
"description": "Serverless Next.js powered by Serverless Components",
88
"main": "./serverless.js",
99
"types": "dist/component.d.ts",

0 commit comments

Comments
 (0)