Skip to content

Commit 1493f82

Browse files
Version Packages (#764)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 31c2627 commit 1493f82

File tree

6 files changed

+16
-16
lines changed

6 files changed

+16
-16
lines changed

.changeset/slimy-toys-lie.md

-9
This file was deleted.

.changeset/swift-garlics-flash.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.11.2
4+
35
## 1.11.1
46

57
## 1.11.0

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

packages/next-on-pages/CHANGELOG.md

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

3+
## 1.11.2
4+
5+
### Patch Changes
6+
7+
- 31c2627: update `package.json` to properly export the typescript types
8+
9+
the current types are declared in the `package.json` via `typesVersions`
10+
such don't seem to get picked up correctly by all package managers, to for
11+
the types use the `package.json` `exports` field instead
12+
13+
- 31c2627: fix the `setupDevPlatform`'s `options` parameter not being optional
14+
315
## 1.11.1
416

517
### 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.11.1",
3+
"version": "1.11.2",
44
"bin": "./bin/index.js",
55
"exports": {
66
".": {

0 commit comments

Comments
 (0)