Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @sls-next/lambda-at-edge@1.8.0-alpha.21
 - @sls-next/serverless-component@1.19.0-alpha.27
  • Loading branch information
dphang committed Jan 10, 2021
1 parent f0a9b86 commit da2da19
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/libs/lambda-at-edge/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.8.0-alpha.21](https://github.com/serverless-nextjs/serverless-next.js/compare/@sls-next/lambda-at-edge@1.8.0-alpha.20...@sls-next/lambda-at-edge@1.8.0-alpha.21) (2021-01-10)

### Performance Improvements

- **lambda-at-edge:** do not decompress content from fetch in external rewrite ([#871](https://github.com/serverless-nextjs/serverless-next.js/issues/871)) ([f0a9b86](https://github.com/serverless-nextjs/serverless-next.js/commit/f0a9b860433bfb1a82a2373d16b0db4835e13274))

# [1.8.0-alpha.20](https://github.com/serverless-nextjs/serverless-next.js/compare/@sls-next/lambda-at-edge@1.8.0-alpha.19...@sls-next/lambda-at-edge@1.8.0-alpha.20) (2021-01-07)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/libs/lambda-at-edge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.8.0-alpha.20",
"version": "1.8.0-alpha.21",
"description": "Provides handlers that can be used in CloudFront Lambda@Edge to deploy next.js applications to the edge",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/serverless-components/nextjs-component/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.19.0-alpha.27](https://github.com/serverless-nextjs/serverless-next.js/compare/@sls-next/serverless-component@1.19.0-alpha.26...@sls-next/serverless-component@1.19.0-alpha.27) (2021-01-10)

**Note:** Version bump only for package @sls-next/serverless-component

# [1.19.0-alpha.26](https://github.com/serverless-nextjs/serverless-next.js/compare/@sls-next/serverless-component@1.19.0-alpha.25...@sls-next/serverless-component@1.19.0-alpha.26) (2021-01-07)

**Note:** Version bump only for package @sls-next/serverless-component
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.19.0-alpha.26",
"version": "1.19.0-alpha.27",
"description": "Serverless Next.js powered by Serverless Components",
"main": "./serverless.js",
"types": "dist/component.d.ts",
Expand Down

0 comments on commit da2da19

Please sign in to comment.