chore(release): 1.0.0 - #1
Draft
github-actions[bot] wants to merge 1 commit into
Draft
Conversation
github-actions
Bot
force-pushed
the
simple-release
branch
8 times, most recently
from
September 1, 2026 16:16
51f5091 to
475e381
Compare
github-actions
Bot
force-pushed
the
simple-release
branch
7 times, most recently
from
September 10, 2026 13:09
91ec8f3 to
e62c035
Compare
github-actions
Bot
force-pushed
the
simple-release
branch
from
September 10, 2026 15:29
e62c035 to
78510c4
Compare
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.
nanoviews-monorepo
1.0.0 (2026-09-10)
Features
ValueOrAccessortoSignalish(#210) (c42723a)show_with pausable effect scopes (#225) (4c2490d)selectorto wake only the keys whose answer changed (#200) (ac6b35f)@nano_kit/storetokida(#220) (2e5c07c)as_to hand a row through a transform (#207) (2891ec4)match_for a cascade of conditions (#219) (1065b20)props$to read any prop in accessor form (#212) (3cd1d77)nanoviews/svgentry point (#21) (a0ecfe9)swap_, the blockif_andswitch_are built on (#203) (9fc639f)$$children,$$slotand$$slotsto a trailing$(#209) (47f794b), references #188$$nametoname$(#188) (468a293)Bug Fixes
resolvedfactory unstarted until the first read (#221) (bc13a53)toAccessorby what it actually returns (#208) (024e812)on*prop, not just the bubbling ones (#204) (42e613b)falseremove a boolean attribute (#18) (7739fcb)children$and fail loudly when undeclared (#10) (eea8827)for_placeholder when there is no array at all (#205) (6e6568b)throw_asnever(#11) (79a85da)statusCodeof loadablenotFoundpages (#166) (40da5a6)Performance Improvements
morphwith the signal constructor protocol (#197) (23b3370)record(#218) (66e9ee3)replaceChildren(#216) (5942baf)nanoviews
1.0.0 (2026-09-10)
Features
as_to hand a row through a transform (#207) (2891ec4)match_for a cascade of conditions (#219) (1065b20)props$to read any prop in accessor form (#212) (3cd1d77)show_with pausable effect scopes (#225) (4c2490d)nanoviews/svgentry point (#21) (a0ecfe9)swap_, the blockif_andswitch_are built on (#203) (9fc639f)$$children,$$slotand$$slotsto a trailing$(#209) (47f794b), references #188ValueOrAccessortoSignalish(#210) (c42723a)$$nametoname$(#188) (468a293)Bug Fixes
on*prop, not just the bubbling ones (#204) (42e613b)falseremove a boolean attribute (#18) (7739fcb)children$and fail loudly when undeclared (#10) (eea8827)for_placeholder when there is no array at all (#205) (6e6568b)throw_asnever(#11) (79a85da)Performance Improvements
replaceChildren(#216) (5942baf)@nanoviews/storybook
1.0.0 (2026-09-10)
Features
Bug Fixes
@nanoviews/storybook-vite
1.0.0 (2026-09-10)
Features
Bug Fixes
@nanoviews/testing-library
1.0.0 (2026-09-10)
Features
Bug Fixes
This PR was generated with simple-release.
📄 Cheatsheet
You can configure the bot's behavior through a pull request comment using the
!simple-release/set-optionscommand.Command Format
Useful Parameters
The options shape the pull request generation, so the
bumpones matter here. Release-time options likepublishbelong in the config file.versionstringas'major' | 'minor' | 'patch' | 'prerelease'prereleasekeeps the type derived from the commits and makes the version a prereleaseprereleasestringfirstReleasebooleanskipbooleanbyProjectRecord<string, object>Usage Examples
Force specific version
Force major bump
Create alpha pre-release
Custom Changelog Preamble
You can add custom markdown to the top of the changelog (right after the version header) using the
!simple-release/set-preamblecommand. The markdown after the command line becomes the preamble. Start its headings at###— the level of the generated changelog sections like### Features.In a monorepo, pass the full package name after the command to target a single package's changelog. Wrap the name in backticks so GitHub keeps it as text instead of a mention:
Use one comment per package, plus one without a name for the whole release.
Access Restrictions
The commands can only be used by users with permissions:
Notes
!simple-release/set-optionscommand takes priority!simple-release/set-preamblecomment per package takes priorityset-optionscommand will be ignored