Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @sls-next/[email protected]
 - @sls-next/[email protected]
  • Loading branch information
danielcondemarin committed Aug 31, 2020
1 parent a854139 commit 84f2d6f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
7 changes: 7 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,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.6.0-alpha.7](https://github.com/danielcondemarin/serverless-next.js/compare/@sls-next/[email protected]...@sls-next/[email protected]) (2020-08-31)

### Bug Fixes

- **lambda-at-edge:** fix data request routing / client-side navigation for SSR index page ([#574](https://github.com/danielcondemarin/serverless-next.js/issues/574)) ([f580786](https://github.com/danielcondemarin/serverless-next.js/commit/f580786e5859f217e5ce79824cdaa0ef17ef0e42))
- **lambda-at-edge:** fix for 404s on public files ([#577](https://github.com/danielcondemarin/serverless-next.js/issues/577)) ([a854139](https://github.com/danielcondemarin/serverless-next.js/commit/a854139f4344530de1a42268828231a4d38c7c91))

# [1.6.0-alpha.6](https://github.com/danielcondemarin/serverless-next.js/compare/@sls-next/[email protected]...@sls-next/[email protected]) (2020-08-29)

### 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.6.0-alpha.6",
"version": "1.6.0-alpha.7",
"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.17.0-alpha.9](https://github.com/danielcondemarin/serverless-next.js/compare/@sls-next/[email protected]...@sls-next/[email protected]) (2020-08-31)

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

# [1.17.0-alpha.8](https://github.com/danielcondemarin/serverless-next.js/compare/@sls-next/[email protected]...@sls-next/[email protected]) (2020-08-29)

**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.17.0-alpha.8",
"version": "1.17.0-alpha.9",
"description": "Serverless nextjs powered by Serverless Components",
"main": "./serverless.js",
"types": "dist/component.d.ts",
Expand Down

0 comments on commit 84f2d6f

Please sign in to comment.