From 1e08753e53d69e2f91a037d2babbda3d0c4a54c4 Mon Sep 17 00:00:00 2001 From: "arcane-wizards-familiar[bot]" <276715144+arcane-wizards-familiar[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 11:09:31 +0000 Subject: [PATCH] Version Packages --- .changeset/big-ghosts-trade.md | 11 ----------- .changeset/early-bees-take.md | 5 ----- .changeset/every-pans-cry.md | 5 ----- .changeset/fine-roses-show.md | 10 ---------- .changeset/silent-bags-make.md | 8 -------- packages/sigil/CHANGELOG.md | 27 +++++++++++++++++++++++++++ packages/sigil/package.json | 2 +- 7 files changed, 28 insertions(+), 40 deletions(-) delete mode 100644 .changeset/big-ghosts-trade.md delete mode 100644 .changeset/early-bees-take.md delete mode 100644 .changeset/every-pans-cry.md delete mode 100644 .changeset/fine-roses-show.md delete mode 100644 .changeset/silent-bags-make.md diff --git a/.changeset/big-ghosts-trade.md b/.changeset/big-ghosts-trade.md deleted file mode 100644 index 77d64b1..0000000 --- a/.changeset/big-ghosts-trade.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'@arcanewizards/sigil': patch ---- - -Expand user-actions module with more utilities - -- `ActionResponse` type, designed to allow for more rich error messages from - e.g. server actions -- `mapUserActionState` (basic functional map function over `UserActionState`) -- `useUserAction` - a react hook for managing state relating to user actions - and promise-based calls diff --git a/.changeset/early-bees-take.md b/.changeset/early-bees-take.md deleted file mode 100644 index 6fd3922..0000000 --- a/.changeset/early-bees-take.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@arcanewizards/sigil': patch ---- - -Add sigil-grid tailwind utility classes diff --git a/.changeset/every-pans-cry.md b/.changeset/every-pans-cry.md deleted file mode 100644 index 8b7e073..0000000 --- a/.changeset/every-pans-cry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@arcanewizards/sigil': patch ---- - -Add vAligh attribute to ControlLabel diff --git a/.changeset/fine-roses-show.md b/.changeset/fine-roses-show.md deleted file mode 100644 index 2a77894..0000000 --- a/.changeset/fine-roses-show.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'@arcanewizards/sigil': minor ---- - -Introduce a new `ShowFileConfig` component - -Introduce a new component for the UI / frontend for consistently managing show -files across sigil-based apps. The first usage of this component will be in -Arcane Desktop, but additional usages (e.g. timecode-toolbox) are expected -later on. diff --git a/.changeset/silent-bags-make.md b/.changeset/silent-bags-make.md deleted file mode 100644 index c56560f..0000000 --- a/.changeset/silent-bags-make.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@arcanewizards/sigil': patch ---- - -Introduce ControlFileButton component - -This is a special-case of a ControlButton, -designed to load files from the users' system. diff --git a/packages/sigil/CHANGELOG.md b/packages/sigil/CHANGELOG.md index 93fefb2..4b192d4 100644 --- a/packages/sigil/CHANGELOG.md +++ b/packages/sigil/CHANGELOG.md @@ -1,5 +1,32 @@ # @arcanewizards/sigil +## 0.2.0 + +### Minor Changes + +- c274364: Introduce a new `ShowFileConfig` component + + Introduce a new component for the UI / frontend for consistently managing show + files across sigil-based apps. The first usage of this component will be in + Arcane Desktop, but additional usages (e.g. timecode-toolbox) are expected + later on. + +### Patch Changes + +- c274364: Expand user-actions module with more utilities + - `ActionResponse` type, designed to allow for more rich error messages from + e.g. server actions + - `mapUserActionState` (basic functional map function over `UserActionState`) + - `useUserAction` - a react hook for managing state relating to user actions + and promise-based calls + +- c274364: Add sigil-grid tailwind utility classes +- c274364: Add vAligh attribute to ControlLabel +- c274364: Introduce ControlFileButton component + + This is a special-case of a ControlButton, + designed to load files from the users' system. + ## 0.1.12 ### Patch Changes diff --git a/packages/sigil/package.json b/packages/sigil/package.json index a88dcfc..85d1862 100644 --- a/packages/sigil/package.json +++ b/packages/sigil/package.json @@ -1,7 +1,7 @@ { "name": "@arcanewizards/sigil", "description": "Application framework for A/V applications, built on-top of arcanejs", - "version": "0.1.12", + "version": "0.2.0", "private": false, "license": "MIT", "type": "module",