From 7aa875833469d088be3a4dd18f102793eb0603a3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 20:19:53 +0200 Subject: [PATCH] Version Packages (#33) Co-authored-by: github-actions[bot] --- .changeset/wicked-bats-draw.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/wicked-bats-draw.md diff --git a/.changeset/wicked-bats-draw.md b/.changeset/wicked-bats-draw.md deleted file mode 100644 index 292fba4..0000000 --- a/.changeset/wicked-bats-draw.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vtbag/inspection-chamber': patch ---- - -The Chamber now also works with same-document view transitions that use the extended signature for startViewTransition as defined by the level 2 spec, which allows you to pass view transition types to the transition! diff --git a/CHANGELOG.md b/CHANGELOG.md index 7522a70..203a9b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @vtbag/inspection-chamber +## 1.0.17 + +### Patch Changes + +- bd4af9e: The Chamber now also works with same-document view transitions that use the extended signature for startViewTransition as defined by the level 2 spec, which allows you to pass view transition types to the transition! + ## 1.0.16 - 2024-10-17 ### Patch Changes diff --git a/package.json b/package.json index d240f88..d9e2405 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@vtbag/inspection-chamber", "type": "module", - "version": "1.0.16", + "version": "1.0.17", "main": "lib/index.js", "description": "The Inspection Chamber is an in-browser development tool that gives you all the knobs and dials to interactively put your view transitions through their paces.", "files": [