Skip to content

chore: release packages - #210

Open
github-actions[bot] wants to merge 1 commit into
masterfrom
changeset-release/master
Open

chore: release packages#210
github-actions[bot] wants to merge 1 commit into
masterfrom
changeset-release/master

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 30, 2026

Copy link
Copy Markdown
Contributor

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 master, this PR will be updated.

Releases

@rabjs/observer@9.4.0

Minor Changes

  • 46f2e01: Map value overwrites (map.set(k, v) for an existing key) now notify value-side iteration dependencies (forEach / values / entries / for...of / size), which previously never re-ran and kept reading stale data. Map.keys() iterations moved to a separate key-side bucket (Vue's MAP_KEY_ITERATE_KEY design) so they are still only triggered by add/delete/clear, not by value overwrites (observer: Map 已有 key 的值覆盖不通知迭代依赖,forEach/values 永久读到脏数据 #211). Forged [object Map] plain objects still use the object set path and do not re-run ownKeys observers.

Patch Changes

@rabjs/react@9.4.0

Minor Changes

  • 641b090: useReaction gains a two-function (MobX reaction-style) overload useReaction(dataFn, effect, { fireImmediately }): the data function collects dependencies on mount without running the effect, and the effect runs with (current, previous) only after dependencies change. This provides the "don't run on mount" semantics that the single-function form's immediate: false cannot express, since the effect and dependency collection share one function there (react: useReaction({ immediate: false }) 仍在挂载时执行副作用,选项实际是空操作 #200). The single-function form's immediate JSDoc now documents this honestly.

Patch Changes

@rabjs/devtools@9.4.0

Patch Changes

  • Updated dependencies [cf93d8d]
  • Updated dependencies [358f357]
  • Updated dependencies [5095f54]
  • Updated dependencies [cf0c308]
    • @rabjs/service@9.4.0
    • @rabjs/shared@9.4.0

@rabjs/rn-debug@9.4.0

Patch Changes

  • Updated dependencies [cf93d8d]
  • Updated dependencies [358f357]
  • Updated dependencies [5095f54]
  • Updated dependencies [cf0c308]
    • @rabjs/service@9.4.0
    • @rabjs/shared@9.4.0

@rabjs/service@9.4.0

Patch Changes

@rabjs/web-mcp@9.4.0

Patch Changes

  • Updated dependencies [cf93d8d]
  • Updated dependencies [358f357]
  • Updated dependencies [5095f54]
  • Updated dependencies [cf0c308]
    • @rabjs/service@9.4.0
    • @rabjs/shared@9.4.0

@rabjs/rn-debug-server@9.4.0

@rabjs/shared@9.4.0

reactive-state@0.0.6

Patch Changes

  • Updated dependencies [cd8ec15]
  • Updated dependencies [3c2fee7]
  • Updated dependencies [a150846]
  • Updated dependencies [8bd3a16]
  • Updated dependencies [641b090]
    • @rabjs/react@9.4.0

@rabjs/website@9.0.6

Patch Changes

  • Updated dependencies [6c0aa33]
  • Updated dependencies [cd8ec15]
  • Updated dependencies [cf93d8d]
  • Updated dependencies [358f357]
  • Updated dependencies [3c2fee7]
  • Updated dependencies [a150846]
  • Updated dependencies [5095f54]
  • Updated dependencies [46f2e01]
  • Updated dependencies [cf0c308]
  • Updated dependencies [dd17bbd]
  • Updated dependencies [1978dba]
  • Updated dependencies [05d2d2a]
  • Updated dependencies [8bd3a16]
  • Updated dependencies [641b090]
    • @rabjs/observer@9.4.0
    • @rabjs/react@9.4.0
    • @rabjs/service@9.4.0
    • @rabjs/devtools@9.4.0
    • @rabjs/web-mcp@9.4.0

@github-actions
github-actions Bot force-pushed the changeset-release/master branch 8 times, most recently from 4404746 to 217cc29 Compare August 30, 2026 16:26
@github-actions
github-actions Bot force-pushed the changeset-release/master branch from 217cc29 to ab3eb43 Compare August 31, 2026 08:52
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