Skip to content

chore(release): version packages#49

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

chore(release): version packages#49
github-actions[bot] wants to merge 1 commit into
developfrom
changeset-release/develop

Conversation

@github-actions
Copy link
Copy Markdown

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

Releases

@lcui/fluent-icons@2.0.0

Major Changes

  • b39bde0: BREAKING: package renamed from @lcui/react-icons to @lcui/fluent-icons.

    The functionality is unchanged, but the package name on npm has moved. Update
    your dependency and import statements:

    - import { Icon } from "@lcui/react-icons";
    + import { Icon } from "@lcui/fluent-icons";

    The previous package (@lcui/react-icons) will receive no further updates.

Patch Changes

  • b39bde0: Repository restructure: the three packages now live in a single monorepo at
    lcui-dev/lcui-toolkit, managed with
    npm workspaces and Changesets. The original repositories have been archived.
    No runtime behaviour changes; published artifacts are equivalent to the prior
    standalone releases.
  • Updated dependencies [b39bde0]
  • Updated dependencies [b39bde0]
    • @lcui/react@0.6.0

@lcui/react@0.6.0

Minor Changes

  • b39bde0: Internal: split src/ into runtime/, compiler/, and widgets/ subdirectories.

    Add subpath exports so callers can import a narrower surface area:

    import { Button } from "@lcui/react/widgets";
    import { compile } from "@lcui/react/compiler";
    import { useState } from "@lcui/react/runtime";

    No breaking changes — every symbol previously exported from @lcui/react is
    still available from the package root.

Patch Changes

  • b39bde0: Repository restructure: the three packages now live in a single monorepo at
    lcui-dev/lcui-toolkit, managed with
    npm workspaces and Changesets. The original repositories have been archived.
    No runtime behaviour changes; published artifacts are equivalent to the prior
    standalone releases.

Features

  • 更新头文件名称 ui__widgets.h -> LCUI/widgets.h (78fac30)

0.4.0 (2024-12-22)

Bug Fixes

  • 结点名称与组件名称不一致 (3cc733b)
  • 指定 ref 属性后未正确生成对应结构体成员 (a3b7920)
  • fmt() 函数生成的代码缺失必要头文件 (efb4ea4)

Features

  • 添加 ScrollArea 组件 (bdbd870)
  • 添加 Scrollbar 组件 (766ca91)
  • 支持用函数名称绑定事件处理器 (31a38d6)
  • useState() 函数支持传入第二个参数指定值类型 (ace2bc2)

@lcui/cli@1.2.3

Patch Changes

  • b39bde0: Repository restructure: the three packages now live in a single monorepo at
    lcui-dev/lcui-toolkit, managed with
    npm workspaces and Changesets. The original repositories have been archived.
    No runtime behaviour changes; published artifacts are equivalent to the prior
    standalone releases.
  • Updated dependencies [b39bde0]
  • Updated dependencies [b39bde0]
    • @lcui/react@0.6.0

Bug Fixes

  • 调整发版命令解决文件缺失问题 (728a49f)

@github-actions github-actions Bot force-pushed the changeset-release/develop branch from b997fae to e538c96 Compare May 31, 2026 16:16
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.

0 participants