From 27d05cf2a5b10f9bf836902b747ded511c543d0c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 19:34:06 +1000 Subject: [PATCH] chore(changeset): release packages (#160) Co-authored-by: github-actions[bot] --- .changeset/breezy-carrots-call.md | 5 ----- .changeset/chatty-coins-flash.md | 5 ----- .changeset/perfect-actors-run.md | 7 ------- packages/webidl-dts-gen/CHANGELOG.md | 13 +++++++++++++ packages/webidl-dts-gen/package.json | 2 +- 5 files changed, 14 insertions(+), 18 deletions(-) delete mode 100644 .changeset/breezy-carrots-call.md delete mode 100644 .changeset/chatty-coins-flash.md delete mode 100644 .changeset/perfect-actors-run.md diff --git a/.changeset/breezy-carrots-call.md b/.changeset/breezy-carrots-call.md deleted file mode 100644 index 6b84eca..0000000 --- a/.changeset/breezy-carrots-call.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"webidl-dts-gen": patch ---- - -chore(deps): bump jsdom from 23.0.1 to 24.0.0 diff --git a/.changeset/chatty-coins-flash.md b/.changeset/chatty-coins-flash.md deleted file mode 100644 index 5bc09bc..0000000 --- a/.changeset/chatty-coins-flash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"webidl-dts-gen": patch ---- - -chore(deps): bump typescript from 5.2.2 to 5.3.3 diff --git a/.changeset/perfect-actors-run.md b/.changeset/perfect-actors-run.md deleted file mode 100644 index 18a26bd..0000000 --- a/.changeset/perfect-actors-run.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"webidl-dts-gen": minor ---- - -fix: emscripten output for static methods - -webidl-dts-gen was emitting c++ static methods as typescript static methods. Emscripten uses the static modifier for binding, but exposes the method on the prototype. This change makes webidl-dts-gen emit static methods as non-static methods so the types reflect the emscripten output. diff --git a/packages/webidl-dts-gen/CHANGELOG.md b/packages/webidl-dts-gen/CHANGELOG.md index f9fb1be..9b27bb2 100644 --- a/packages/webidl-dts-gen/CHANGELOG.md +++ b/packages/webidl-dts-gen/CHANGELOG.md @@ -1,5 +1,18 @@ # webidl-dts-gen +## 1.8.0 + +### Minor Changes + +- 5697aec: fix: emscripten output for static methods + + webidl-dts-gen was emitting c++ static methods as typescript static methods. Emscripten uses the static modifier for binding, but exposes the method on the prototype. This change makes webidl-dts-gen emit static methods as non-static methods so the types reflect the emscripten output. + +### Patch Changes + +- c3c8f58: chore(deps): bump jsdom from 23.0.1 to 24.0.0 +- c3c8f58: chore(deps): bump typescript from 5.2.2 to 5.3.3 + ## 1.7.0 ### Minor Changes diff --git a/packages/webidl-dts-gen/package.json b/packages/webidl-dts-gen/package.json index b7b1cca..d00b7de 100644 --- a/packages/webidl-dts-gen/package.json +++ b/packages/webidl-dts-gen/package.json @@ -1,6 +1,6 @@ { "name": "webidl-dts-gen", - "version": "1.7.0", + "version": "1.8.0", "description": "Generates TypeScript modules (.d.ts) from WebIDL", "main": "dist/index.js", "scripts": {