Skip to content

Commit

Permalink
Version Packages (#572)
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 Dec 8, 2023
1 parent d0a2edd commit 0c2c2fa
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 36 deletions.
22 changes: 0 additions & 22 deletions .changeset/friendly-tools-drive.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/pretty-buttons-join.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.8.2

## 1.8.1

## 1.8.0
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.8.1",
"version": "1.8.2",
"main": "dist/index.js",
"scripts": {
"prebuild": "rimraf dist",
Expand Down
32 changes: 32 additions & 0 deletions packages/next-on-pages/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# @cloudflare/next-on-pages

## 1.8.2

### Patch Changes

- 8fe72f1: make CLI arguments parsing more flexible

prior to this change the CLI arguments parsing was not too flexible and forced a specific style

For instance the only way to provide an argument for the `outdir` option was to pass it using `=` as in:

```
-o=./my-dir
```

or

```
--outdir=./my-dir
```

these changes make the CLI arguments parsing more flexible and don't enforce a specific style
(`--outdir ./my-dir` now also works as you'd expect it to)

- 20d0e0d: Fix `_not-found` functions only for applications using the App Router

In https://github.com/cloudflare/next-on-pages/pull/418 we introduced a workaround
that would delete invalid (nodejs) `_not-found` functions during the build process

Although the workaround is valid for applications using the App Router it is not
for applications only using the Pages Router, so make sure that it is only applied
when the former is used

## 1.8.1

### 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.8.1",
"version": "1.8.2",
"bin": "./bin/index.js",
"exports": {
"./__experimental__next-dev": "./dist/next-dev/index.cjs"
Expand Down

0 comments on commit 0c2c2fa

Please sign in to comment.