Skip to content

V2.0.0 alpha.25#17

Merged
antobinary merged 2 commits into
mainfrom
v2.0.0-alpha.25
Sep 19, 2024
Merged

V2.0.0 alpha.25#17
antobinary merged 2 commits into
mainfrom
v2.0.0-alpha.25

Conversation

@antobinary
Copy link
Copy Markdown
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
@antobinary antobinary deleted the v2.0.0-alpha.25 branch September 19, 2024 16:36
Tainan404 pushed a commit that referenced this pull request May 20, 2026
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