Skip to content

Commit

Permalink
Version Packages (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 16, 2023
1 parent d4440ba commit f010420
Show file tree
Hide file tree
Showing 16 changed files with 9 additions and 113 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilly-fireants-fold.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/friendly-poets-smile.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/hot-eagles-love.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/new-waves-refuse.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/orange-sloths-love.md

This file was deleted.

20 changes: 0 additions & 20 deletions .changeset/pre.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-radios-hug.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/rotten-ducks-brush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-squids-tickle.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/slow-suits-deliver.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-llamas-protect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-feet-think.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-turtles-drum.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-chicken-join.md

This file was deleted.

9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @cloudflare/next-on-pages

## 1.0.0-rc.0
## 1.0.0

### Major Changes

Expand All @@ -23,6 +23,12 @@
- add a `--disable-worker-minification`|`-m` option to disable the minification of the \_worker.js script (which
currently coincides with the experimental minification)

- e053756: add nodejs_compat runtime check

add a runtime check for the presence of the nodejs_compat flag at runtime so that if developers
forget to use such flag instead of receiving an internal server error they receive an error specifically
telling them that they have not specified the flag

- 87e183b: New routing system runtime handling and implementation.

Improves support for advanced routing with Next.js applications on Pages, through leveraging the Vercel build output configuration. The Vercel build output specifies the relevant routing steps that are taken during the lifetime of a request, and this change implements a new system that handles these steps.
Expand All @@ -34,6 +40,7 @@

### Patch Changes

- b3ff89f: Function generation now includes all node modules instead of only node:buffer
- d81c2e3: add pnpm files to ignored list for watch mode

add the following files to the list of files we ignore for watch mode:
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.0-rc.0",
"version": "1.0.0",
"bin": "./bin/index.js",
"scripts": {
"prettier": "npx prettier --ignore-unknown --ignore-path=.gitignore .",
Expand Down

0 comments on commit f010420

Please sign in to comment.