Skip to content

Commit a2fe90d

Browse files
Version Packages (#961)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 95951ac commit a2fe90d

File tree

7 files changed

+12
-17
lines changed

7 files changed

+12
-17
lines changed

.changeset/healthy-beans-heal.md

-5
This file was deleted.

.changeset/rich-dogs-push.md

-5
This file was deleted.

.changeset/slimy-rivers-smell.md

-5
This file was deleted.

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

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# eslint-plugin-next-on-pages
22

3+
## 1.13.11
4+
35
## 1.13.10
46

57
## 1.13.9

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

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

packages/next-on-pages/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @cloudflare/next-on-pages
22

3+
## 1.13.11
4+
5+
### Patch Changes
6+
7+
- 95951ac: fix Next.js re-defining global `__import_unsupported`
8+
- 95951ac: fix `AbortController`s being created in the global scope
9+
- 181fad6: Update readme to call out @opennextjs/cloudflare
10+
311
## 1.13.10
412

513
### Patch Changes

packages/next-on-pages/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudflare/next-on-pages",
3-
"version": "1.13.10",
3+
"version": "1.13.11",
44
"bin": "./bin/index.js",
55
"exports": {
66
".": {

0 commit comments

Comments
 (0)