Version Packages#146
Merged
Merged
Conversation
arcane-wizards-familiar
Bot
force-pushed
the
changeset-release/main
branch
from
July 10, 2026 21:38
e087732 to
37d7c04
Compare
arcane-wizards-familiar
Bot
force-pushed
the
changeset-release/main
branch
from
July 11, 2026 15:51
5c35d65 to
19c0ae4
Compare
arcane-wizards-familiar
Bot
force-pushed
the
changeset-release/main
branch
from
July 11, 2026 17:13
9ef47f1 to
cf23d63
Compare
arcane-wizards-familiar
Bot
force-pushed
the
changeset-release/main
branch
from
July 11, 2026 17:33
1f1923a to
98cf458
Compare
arcane-wizards-familiar
Bot
force-pushed
the
changeset-release/main
branch
from
July 11, 2026 18:07
d3ac8ae to
4d6879f
Compare
arcane-wizards-familiar
Bot
force-pushed
the
changeset-release/main
branch
from
July 11, 2026 18:39
02ace20 to
5c29ceb
Compare
s0
enabled auto-merge (squash)
July 11, 2026 18:40
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@arcanewizards/timecode-toolbox@0.4.5
Patch Changes
a928575: Start displaying release notes of new updates
19c0ae4: Update API used for getting update information
19c0ae4: Switch from displaying MIT license to EULA
In the published version of the application,
we're now showing the EULA instead of the MIT license,
so that users agree to our privacy policy before the app
make calls to the ArcaneWizards update API.
The app is still open sourced and the source code remains licensed under
MIT and available on GitHub for anyone to modify and redistribute.
The EULA only governs usage of the built app.
@arcanewizards/sigil@0.1.12
Patch Changes
a928575: Introduce a new UpdateDetails component for release notes
4d6879f: Clear the update state when checkForUpdates is disabled
19c0ae4: Introduce new components related to user actions
37d7c04: Export utils module and apiContentToReact
a928575: Migrate UpdateBanner component from
timecode-toolboxcf23d63: Migrate UpdateChecker into sigil package
19c0ae4: Add & fix some new Tailwind spacing variables
5c29ceb: Allow for UpdateBanner and UpdateDetails classes to be customized
Updated dependencies [19c0ae4]
Updated dependencies [a928575]
Updated dependencies [19c0ae4]
@arcanewizards/timecode-toolbox-desktop@0.4.5
Patch Changes
a928575: Start displaying release notes of new updates
19c0ae4: Update API used for getting update information
19c0ae4: Switch from displaying MIT license to EULA
In the published version of the application,
we're now showing the EULA instead of the MIT license,
so that users agree to our privacy policy before the app
make calls to the ArcaneWizards update API.
The app is still open sourced and the source code remains licensed under
MIT and available on GitHub for anyone to modify and redistribute.
The EULA only governs usage of the built app.
@arcanewizards/apis@0.0.2
Patch Changes
19c0ae4: Add EULA fetching to API
a928575: Introduce new structured release notes
Introduce the
API_CONTENTzoddefinition,and use it to define structured release notes in the update endpoints,
deprecating the old markdown text endpoints.
19c0ae4: Add new required updateId parameter to CHECK_FOR_UPDATES_REQUEST