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

Commit 761e827

Browse files
authored
Merge branch 'master' into patch-1
2 parents 99a1719 + ed2b3be commit 761e827

File tree

10 files changed

+837
-31
lines changed

10 files changed

+837
-31
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ A zero configuration Nextjs 9.0 [serverless component](https://github.com/server
77
[![serverless](http://public.serverless.com/badges/v3.svg)](http://www.serverless.com)
88
[![Build Status](https://travis-ci.org/danielcondemarin/serverless-next.js.svg?branch=master)](https://travis-ci.org/danielcondemarin/serverless-next.js)
99
[![Financial Contributors on Open Collective](https://opencollective.com/serverless-nextjs-plugin/all/badge.svg?label=financial+contributors)](https://opencollective.com/serverless-nextjs-plugin) [![npm version](https://badge.fury.io/js/serverless-next.js.svg)](https://badge.fury.io/js/serverless-next.js)
10-
[![Coverage Status](https://coveralls.io/repos/github/danielcondemarin/serverless-next.js/badge.svg?branch=master)](https://coveralls.io/github/danielcondemarin/serverless-next.js?branch=master)
1110
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/c0d3aa2a86cb4ce98772a02015f46314)](https://www.codacy.com/app/danielcondemarin/serverless-nextjs-plugin?utm_source=github.com&utm_medium=referral&utm_content=danielcondemarin/serverless-nextjs-plugin&utm_campaign=Badge_Grade)
1211

1312
## Contents

packages/lambda-at-edge/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.1.1](https://github.com/danielcondemarin/serverless-next.js/compare/@sls-next/lambda-at-edge@1.1.1-alpha.0...@sls-next/lambda-at-edge@1.1.1) (2020-05-04)
7+
8+
**Note:** Version bump only for package @sls-next/lambda-at-edge
9+
10+
11+
12+
13+
614
## [1.1.1-alpha.0](https://github.com/danielcondemarin/serverless-next.js/compare/@sls-next/lambda-at-edge@1.1.0...@sls-next/lambda-at-edge@1.1.1-alpha.0) (2020-05-03)
715

816
**Note:** Version bump only for package @sls-next/lambda-at-edge

packages/lambda-at-edge/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/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.1.1-alpha.0",
6+
"version": "1.1.1",
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/s3-static-assets/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.0.1](https://github.com/danielcondemarin/serverless-next.js/compare/@sls-next/s3-static-assets@1.0.1-alpha.0...@sls-next/s3-static-assets@1.0.1) (2020-05-04)
7+
8+
**Note:** Version bump only for package @sls-next/s3-static-assets
9+
10+
11+
12+
13+
614
## 1.0.1-alpha.0 (2020-05-03)
715

816
**Note:** Version bump only for package @sls-next/s3-static-assets

packages/s3-static-assets/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/s3-static-assets/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/s3-static-assets",
3-
"version": "1.0.1-alpha.0",
3+
"version": "1.0.1",
44
"description": "Handles upload to S3 of next.js static assets",
55
"publishConfig": {
66
"access": "public"

packages/serverless-component/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.11.1](https://github.com/danielcondemarin/serverless-next.js/compare/serverless-next.js@1.11.1-alpha.0...serverless-next.js@1.11.1) (2020-05-04)
7+
8+
9+
### Bug Fixes
10+
11+
* **serverless-component:** bump aws-lambda with fix for catch all routes ([a09b469](https://github.com/danielcondemarin/serverless-next.js/commit/a09b469ffb70f07ff255067a7b4975b2d69eefa8))
12+
13+
14+
15+
16+
617
## [1.11.1-alpha.0](https://github.com/danielcondemarin/serverless-next.js/compare/serverless-next.js@1.11.0...serverless-next.js@1.11.1-alpha.0) (2020-05-03)
718

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

0 commit comments

Comments
 (0)