Skip to content

Commit 1f930d3

Browse files
Version Packages (#301)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent fb818bf commit 1f930d3

7 files changed

+14
-26
lines changed

.changeset/empty-toys-notice.md

-5
This file was deleted.

.changeset/four-clouds-travel.md

-5
This file was deleted.

.changeset/itchy-rings-behave.md

-5
This file was deleted.

.changeset/red-crabs-cross.md

-5
This file was deleted.

.changeset/young-beers-buy.md

-5
This file was deleted.

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @cloudflare/next-on-pages
22

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- 1be5e72: Support for the `wildcard` option in the Vercel build output config.
8+
9+
### Patch Changes
10+
11+
- 783dc79: Added package.json to list of ignored files in watch mode to ensure compatibility with yarn (classic)
12+
- fb818bf: Fix i18n locale index routes not matching for SSR'd index pages.
13+
- 016b8d3: Fix `set-cookie` headers overriding when more than one is set, instead of appending.
14+
- d835933: Prevent the route group stripping regex from removing intercept routes.
15+
316
## 1.0.2
417

518
### Patch Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudflare/next-on-pages",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"bin": "./bin/index.js",
55
"scripts": {
66
"prettier": "npx prettier --ignore-unknown --ignore-path=.gitignore .",

0 commit comments

Comments
 (0)