Skip to content

Commit 6545453

Browse files
Version Packages (#476)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 072af87 commit 6545453

File tree

5 files changed

+10
-7
lines changed

5 files changed

+10
-7
lines changed

.changeset/young-lobsters-sip.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.3
4+
35
## 1.6.2
46

57
## 1.6.1

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.2",
3+
"version": "1.6.3",
44
"main": "dist/index.js",
55
"scripts": {
66
"prebuild": "rimraf dist",

packages/next-on-pages/CHANGELOG.md

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

3+
## 1.6.3
4+
5+
### Patch Changes
6+
7+
- 072af87: Temporarily revert the change to package-manager-manager so that the bug fix in the latest release for new next.js versions can still be releases, while a fix for #474 is investigated in the meantime.
8+
39
## 1.6.2
410

511
### 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.2",
3+
"version": "1.6.3",
44
"bin": "./bin/index.js",
55
"scripts": {
66
"lint": "eslint src templates",

0 commit comments

Comments
 (0)