Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V2.0.0 alpha.25 #17

Merged
merged 2 commits into from
Sep 19, 2024
Merged

V2.0.0 alpha.25 #17

merged 2 commits into from
Sep 19, 2024

Conversation

antobinary
Copy link
Member

Preparing for version v2.0.0-alpha.25

Added yarn version plugin to help a bit with version bumps.
Prepared a pre-release, compared to v2.0.0-alpha.24, took note of all packages with meaningful changes that require a version bump to guarantee with pick those changes. Then used yarn version to bump up the version from alpha.X to alpha.(X+1):

cd tldraw (root of this project)
yarn workspace @bigbluebutton/validate version prerelease
yarn workspace @bigbluebutton/utils version prerelease
yarn workspace @bigbluebutton/tlschema version prerelease
yarn workspace @bigbluebutton/tldraw version prerelease
yarn workspace @bigbluebutton/store version prerelease
yarn workspace @bigbluebutton/state version prerelease
yarn workspace @bigbluebutton/editor version prerelease

(the changes looked reasonable, so I ran the npm pack test on each)

cd packages/
cd assets/
npm pack
cd ../editor/
npm pack
cd ../state/
npm pack
cd ../store/
npm pack
cd ../tldraw/
npm pack
cd ../tlschema/
npm pack
cd ../utils/
npm pack
cd ../validate/
npm pack

@antobinary antobinary merged commit 04b4058 into main Sep 19, 2024
2 checks passed
@antobinary antobinary deleted the v2.0.0-alpha.25 branch September 19, 2024 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant