Skip to content

Commit

Permalink
Version Packages (#192)
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 Apr 24, 2023
1 parent cf43f44 commit 60e375f
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 36 deletions.
5 changes: 0 additions & 5 deletions .changeset/clever-queens-cough.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-candles-shave.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/modern-crews-tease.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/short-goats-grab.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-humans-tease.md

This file was deleted.

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

## 0.10.0

### Minor Changes

- 2a159ed: add --info, -i CLI flag to print relevant details about the system and environment

### Patch Changes

- dc74ffe: fix: properly align invalid functions in error message
- e3b92c3: Ignore '.wrangler' directory in watch mode
- cf43f44: move the invalidFunctions check before the no-functions one

currently if a build contains only invalid functions we'd be presenting a log
saying that no function was found and simply return the static assets as if
everything is correct, this is because we check for invalid functions only
after checking if there are any (valid) ones, this change moves the invalid
functions check so that is performed first, making sure that the described case
successfully errors

- 758f588: improve AST checking

improve the way we check for webpack chunks (for the experimental minification) by
improving the AST types used and also make the AST checking more robust

## 0.9.0

### Minor 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": "0.9.0",
"version": "0.10.0",
"bin": "./bin/index.js",
"scripts": {
"prettier": "npx prettier --ignore-unknown --ignore-path=.gitignore .",
Expand Down

0 comments on commit 60e375f

Please sign in to comment.