chore(release): publish packages - #122
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
September 24, 2026 02:21
e4431f1 to
9c3a438
Compare
tangletools
approved these changes
Sep 24, 2026
tangletools
left a comment
There was a problem hiding this comment.
✅ Auto-approved GitHub Actions PR — 9c3a438a
This PR was opened by trusted GitHub Actions automation.
No automated review runs on this PR. This approval rests on the rule above alone.
tangletools · auto-approval · reason: github_actions_author · 2026-09-24T02:36:03Z
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
@tangle-network/brand@1.7.0
Minor Changes
1eff8ab: Add opt-in colour ladders and a semantic token layer.
@tangle-network/brand/styles/ladders.cssdefines 12 ramps of 12 steps, light and dark, from Radix Colors 3.0.0, with role aliases (--gray-*,--accent-*,--success-*,--warning-*,--danger-*,--info-*) and a per-domain ramp under[data-domain].@tangle-network/brand/styles/system.cssmaps everytokens.cssfamily onto a ladder step and adds semantic tokens, role radii, type roles, motion and three shadow levels. Light pages become white and dark becomes a neutral mauve ladder. It is opt in: nothing changes for an app that does not import it.scripts/gen-ladders.mjsgenerates both files;pnpm --filter @tangle-network/brand gen:laddersrewrites them.