Skip to content

Commit a6b9d0e

Browse files
Version Packages (#465)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent cd2f7ee commit a6b9d0e

File tree

8 files changed

+13
-22
lines changed

8 files changed

+13
-22
lines changed

.changeset/empty-tools-occur.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fifty-mails-leave.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/lazy-toys-march.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/rich-squids-visit.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/eslint-plugin-next-on-pages/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# eslint-plugin-next-on-pages
22

3+
## 1.6.2
4+
35
## 1.6.1
46

57
## 1.6.0

packages/eslint-plugin-next-on-pages/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-next-on-pages",
3-
"version": "1.6.1",
3+
"version": "1.6.2",
44
"main": "dist/index.js",
55
"scripts": {
66
"prebuild": "rimraf dist",

packages/next-on-pages/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @cloudflare/next-on-pages
22

3+
## 1.6.2
4+
5+
### Patch Changes
6+
7+
- cd2f7ee: correctly handle newly introduced .prefetch.rsc suffixes
8+
- 5b4a5b7: improve package managers and package handling by using the package-manager-manager third party library
9+
- b585099: Avoid using the Vercel custom config hack for Bun package manager support when a version of the Vercel CLI that supports Bun is used.
10+
- 628f6bb: Ignore invalid nodejs i18n functions with valid alternatives.
11+
312
## 1.6.1
413

514
### Patch Changes

packages/next-on-pages/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudflare/next-on-pages",
3-
"version": "1.6.1",
3+
"version": "1.6.2",
44
"bin": "./bin/index.js",
55
"scripts": {
66
"lint": "eslint src templates",

0 commit comments

Comments
 (0)