From b03730c647b0f8042f22d2b28ed605ef1a0fd85a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 19:55:42 -0500 Subject: [PATCH] Version Packages (rc) (#141) Co-authored-by: github-actions[bot] --- .changeset/pre.json | 4 +++- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 9e71949..093f2e4 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -34,6 +34,7 @@ "polite-dots-scream", "polite-schools-sip", "poor-lobsters-rest", + "pretty-coins-promise", "proud-bugs-teach", "rotten-radios-hope", "rude-bottles-jog", @@ -44,6 +45,7 @@ "tasty-ghosts-tickle", "tiny-buckets-behave", "two-oranges-peel", - "violet-bananas-attend" + "violet-bananas-attend", + "yellow-wombats-rhyme" ] } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7afa1ee..0011561 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # @microlabs/otel-cf-workers +## 1.0.0-rc.39 + +### Minor Changes + +- 52100b5: [Breaking] Rename durable object fetch, client fetch and service binding spans + +### Patch Changes + +- 360e3bd: fix: Avoid calling bind on instances of RpcProperty + + This PR inspects the unwrapped value, and if it's constructor is of RpcProperty, it handles binding by returning a different function that calls the RPC property as if it was bound. + + Thanks @JacobMarshallPP ! + ## 1.0.0-rc.38 ### Patch Changes diff --git a/package.json b/package.json index 9d255b9..a5e3ba0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@microlabs/otel-cf-workers", - "version": "1.0.0-rc.38", + "version": "1.0.0-rc.39", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/esm/index.d.ts",