Skip to content

Commit

Permalink
Version Packages (#639)
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 Jan 31, 2024
1 parent 0b1af18 commit 52499eb
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 42 deletions.
5 changes: 0 additions & 5 deletions .changeset/neat-rockets-perform.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/orange-buttons-add.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polite-rice-grab.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/popular-guests-tell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-zoos-unite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-kids-repair.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.6

## 1.8.5

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

## 1.8.6

### Patch Changes

- 0b1af18: add assertions for making sure that the required `setupDevBindings` options are provided
- bb18e8a: fix: ensure Durable Object stub proxies fetch Durable Objects and not their containing Worker

Previously, calling `DurableObjectStub#fetch()` would dispatch a `fetch` event to the Worker containing the target Durable Object, not the Durable Object itself. This change ensures the `fetch` event is dispatched directly to the Durable Object.

- 3dd1f20: indent `setupDevBindings` warnings
- 519c6cc: add `databaseId` variant for D1s to the `setupDevBindings` D1 binding type

D1 databases can only be referenced by their ID and not name, the current implementation
wrongly accepts the database name and uses it as the database id, in order to amend this
without introducing a breaking change we add a variant of the D1 binding type that accepts
a `databaseId` field instead of the `databaseName` for the binding and we present a warning
to users if the `databaseName` is used instead.

When a better more stable/clear API will be decided for D1 bindings we can revisit this API.

- 05b6256: remove the invalid stringification of var bindings in `next-dev`
- bb18e8a: chore: bump to `[email protected]`

## 1.8.5

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

0 comments on commit 52499eb

Please sign in to comment.