Skip to content

Commit

Permalink
Version Packages (#301)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jun 15, 2023
1 parent fb818bf commit 1f930d3
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/empty-toys-notice.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-clouds-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/itchy-rings-behave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-crabs-cross.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-beers-buy.md

This file was deleted.

13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @cloudflare/next-on-pages

## 1.1.0

### Minor Changes

- 1be5e72: Support for the `wildcard` option in the Vercel build output config.

### Patch Changes

- 783dc79: Added package.json to list of ignored files in watch mode to ensure compatibility with yarn (classic)
- fb818bf: Fix i18n locale index routes not matching for SSR'd index pages.
- 016b8d3: Fix `set-cookie` headers overriding when more than one is set, instead of appending.
- d835933: Prevent the route group stripping regex from removing intercept routes.

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudflare/next-on-pages",
"version": "1.0.2",
"version": "1.1.0",
"bin": "./bin/index.js",
"scripts": {
"prettier": "npx prettier --ignore-unknown --ignore-path=.gitignore .",
Expand Down

0 comments on commit 1f930d3

Please sign in to comment.