chore: Release 1.0.0-beta.2 - #2
Merged
Merged
Conversation
The view depended on the design package by relative path, so building the agent needed that repository checked out beside it and node could not resolve the peer dependency the design preset imports. It is taken from the registry now. The number matches the core it is released against.
The release notes for a tag are read from the changelog entry for that version. The README said a machine produces no reviews. It produces them now, against the branch a checkout would merge into, and the view carries two pages the README did not list.
The manifest asked for a published version while the lock file still pointed at a sibling directory, so an install outside a full checkout linked a path that was not there and the build failed to resolve the design tokens.
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.
Pairs the agent with the beta.2 core and takes
@sourceant/designby version.Corrects the README, which said a machine produces no reviews.
Checks stay red until
@sourceant/design@0.1.0is published, because they install it from GitHub Packages and it does not exist yet.