Skip to content

Commit

Permalink
Version Packages (#481)
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 Oct 18, 2023
1 parent 5dae9b2 commit 33c5ff8
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 39 deletions.
7 changes: 0 additions & 7 deletions .changeset/fast-plants-shop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-poets-melt.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/lucky-seals-give.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-roses-design.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/wild-olives-invent.md

This file was deleted.

2 changes: 2 additions & 0 deletions packages/eslint-plugin-next-on-pages/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# eslint-plugin-next-on-pages

## 1.7.0

## 1.6.3

## 1.6.2
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-next-on-pages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-next-on-pages",
"version": "1.6.3",
"version": "1.7.0",
"main": "dist/index.js",
"scripts": {
"prebuild": "rimraf dist",
Expand Down
25 changes: 25 additions & 0 deletions packages/next-on-pages/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# @cloudflare/next-on-pages

## 1.7.0

### Minor Changes

- 2423529: Add new static error page that informs users when they forgot to set the `nodejs_compat` flag.
This should be clearer that the simple text message we've been providing previously (which is
still being used as a fallback in case the new page is not available for some reason).

### Patch Changes

- 29d3041: improve routing by following more closely Vercel's routes matching logic
- 69efaa5: Reinstate the use of the package-manager-manager package introduced in #474 and temporarily removed in #475,
this fixes the bug that was caused by the package by bumping the package itself (where the bug has been fixed)
and adding appropriate catches when the package methods can throw (in case other unexpected issues arise in the
future)
- ab83858: Changes to the x-vercel-ip headers to bring their structure in line with deployments to Vercel.
- 6600d2a: fix wasms not always getting imported when necessary

Details:
when dealing with wasms that have more than 1 consumer, when we collect
the wasm imports to prepend for a specific edge funcion we're always
re-setting the array of wasm imports instead of appending them, this
causes edge functions to always only consider the last wasm
import, the changes here fix such behavior

## 1.6.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/next-on-pages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudflare/next-on-pages",
"version": "1.6.3",
"version": "1.7.0",
"bin": "./bin/index.js",
"scripts": {
"lint": "eslint src templates",
Expand Down

0 comments on commit 33c5ff8

Please sign in to comment.