chore(deps): upgrade @objectstack/* to 7.3.0, bump One to 7.3.0#11
Merged
Conversation
- Bump all @objectstack/* ranges in @objectos/server to ^7.3.0 - Update pnpm-lock.yaml to resolve @objectstack/cli@7.3.0 - sync-version: @objectos/one → 7.3.0 (package.json, tauri.conf.json, Cargo.toml)
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.
What
Upgrade the ObjectStack runtime dependencies to the latest release and bump the ObjectOS One desktop shell version accordingly.
@objectos/server: all@objectstack/*ranges^7.2.1→^7.3.0(cli, core, driver-memory, driver-sql, metadata, objectql, runtime, spec)pnpm-lock.yaml: resolves@objectstack/cli@7.3.0(and transitive 7.3.0)@objectos/one:sync-versionbumped to 7.3.0 acrosspackage.json,src-tauri/tauri.conf.json,src-tauri/Cargo.tomlversion.tsderivesONE_VERSION/OBJECTOS_VERSION/ONE_RELEASE_TAGfromapps/objectos-one/package.json, so the user-visible version becomes 7.3.0 and the release tag becomesone-v7.3.0.Release
After merge, cut the release via the
release-oneworkflow (gh workflow run release-one.yml), which resolves the CLI version, re-runs sync-version, and pushesone-v7.3.0to trigger the installer builds + draft GitHub Release.Notes
Cargo.lockpackage version is regenerated bycargo buildduring the release workflow (build does not use--locked); it was already stale pre-bump, consistent with prior releases.