diff --git a/.changeset/empty-toys-notice.md b/.changeset/empty-toys-notice.md deleted file mode 100644 index d04894791..000000000 --- a/.changeset/empty-toys-notice.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cloudflare/next-on-pages': patch ---- - -Added package.json to list of ignored files in watch mode to ensure compatibility with yarn (classic) diff --git a/.changeset/four-clouds-travel.md b/.changeset/four-clouds-travel.md deleted file mode 100644 index 7c30e9201..000000000 --- a/.changeset/four-clouds-travel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cloudflare/next-on-pages': patch ---- - -Fix i18n locale index routes not matching for SSR'd index pages. diff --git a/.changeset/itchy-rings-behave.md b/.changeset/itchy-rings-behave.md deleted file mode 100644 index 11cb7346a..000000000 --- a/.changeset/itchy-rings-behave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cloudflare/next-on-pages': minor ---- - -Support for the `wildcard` option in the Vercel build output config. diff --git a/.changeset/red-crabs-cross.md b/.changeset/red-crabs-cross.md deleted file mode 100644 index ba594bc1f..000000000 --- a/.changeset/red-crabs-cross.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cloudflare/next-on-pages': patch ---- - -Fix `set-cookie` headers overriding when more than one is set, instead of appending. diff --git a/.changeset/young-beers-buy.md b/.changeset/young-beers-buy.md deleted file mode 100644 index d3bd0fa1a..000000000 --- a/.changeset/young-beers-buy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cloudflare/next-on-pages': patch ---- - -Prevent the route group stripping regex from removing intercept routes. diff --git a/CHANGELOG.md b/CHANGELOG.md index 5710b6c6c..976ab8899 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index df747c6cd..5deac4fb9 100644 --- a/package.json +++ b/package.json @@ -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 .",