Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - next-aws-lambda@2.3.6
 - serverless-next.js@1.9.5
 - serverless-nextjs-plugin@2.4.7
  • Loading branch information
danielcondemarin committed Mar 22, 2020
1 parent ad7bec1 commit f4d7e42
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 6 deletions.
11 changes: 11 additions & 0 deletions packages/next-aws-lambda/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.3.6](https://github.com/danielcondemarin/serverless-nextjs-plugin/compare/next-aws-lambda@2.3.5...next-aws-lambda@2.3.6) (2020-03-22)


### Bug Fixes

* handle empty req url ([#315](https://github.com/danielcondemarin/serverless-nextjs-plugin/issues/315)) ([ad7bec1](https://github.com/danielcondemarin/serverless-nextjs-plugin/commit/ad7bec1827ad3b6074c6f1a085a57a2d906334ba))





## 2.3.5 (2020-02-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/next-aws-lambda/package.json
@@ -1,6 +1,6 @@
{
"name": "next-aws-lambda",
"version": "2.3.5",
"version": "2.3.6",
"description": "Compat layer between next.js serverless page and AWS Lambda",
"files": [
"lib/**",
Expand Down
8 changes: 8 additions & 0 deletions packages/serverless-nextjs-component/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.9.5](https://github.com/danielcondemarin/serverless-nextjs-plugin/compare/serverless-next.js@1.9.4...serverless-next.js@1.9.5) (2020-03-22)

**Note:** Version bump only for package serverless-next.js





## [1.9.4](https://github.com/danielcondemarin/serverless-nextjs-plugin/compare/serverless-next.js@1.9.3...serverless-next.js@1.9.4) (2020-03-14)

**Note:** Version bump only for package serverless-next.js
Expand Down
2 changes: 1 addition & 1 deletion packages/serverless-nextjs-component/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/serverless-nextjs-component/package.json
@@ -1,6 +1,6 @@
{
"name": "serverless-next.js",
"version": "1.9.4",
"version": "1.9.5",
"description": "Serverless nextjs powered by Serverless Components",
"main": "serverless.js",
"repository": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"@serverless/domain": "^6.1.0",
"execa": "^2.0.4",
"fs-extra": "^8.1.0",
"next-aws-lambda": "^2.3.5",
"next-aws-lambda": "^2.3.6",
"path-to-regexp": "^3.0.0"
}
}
8 changes: 8 additions & 0 deletions packages/serverless-nextjs-plugin/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.4.7](https://github.com/danielcondemarin/serverless-nextjs-plugin/compare/serverless-nextjs-plugin@2.4.6...serverless-nextjs-plugin@2.4.7) (2020-03-22)

**Note:** Version bump only for package serverless-nextjs-plugin





## [2.4.6](https://github.com/danielcondemarin/serverless-nextjs-plugin/compare/serverless-nextjs-plugin@2.4.5...serverless-nextjs-plugin@2.4.6) (2020-03-14)

**Note:** Version bump only for package serverless-nextjs-plugin
Expand Down
2 changes: 1 addition & 1 deletion packages/serverless-nextjs-plugin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/serverless-nextjs-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "serverless-nextjs-plugin",
"version": "2.4.6",
"version": "2.4.7",
"description": "A serverless plugin for nextjs 8 serverless target",
"main": "index.js",
"keywords": [
Expand Down

0 comments on commit f4d7e42

Please sign in to comment.