Skip to content

chore: Release 2026-01-04 11:25:10#2067

Merged
colinaaa merged 1 commit intomainfrom
changeset-release/main
Jan 4, 2026
Merged

chore: Release 2026-01-04 11:25:10#2067
colinaaa merged 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Dec 29, 2025

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

Releases

@lynx-js/gesture-runtime@2.1.1

Patch Changes

  • Add NativeGesture (#2076)

@lynx-js/react@0.115.3

Patch Changes

  • Add dual-thread commutation logs for troubleshooting when REACT_ALOG=true or global define __ALOG__ is set. (#2081)

  • Use error cause to simplify the error msg of lazy bundle loading. User can catch the error cause to get the original result: (#2056)

    const LazyComponent = lazy(async () => {
      try {
        const mod = await import("./lazy-bundle");
        return mod.default;
      } catch (error) {
        console.error(`Lazy Bundle load failed message: ${error.message}`);
        // User can catch the error cause to get the original result
        console.error(`Lazy Bundle load failed result: ${error.cause}`);
        throw error;
      }
    });

@lynx-js/rspeedy@0.12.5

Patch Changes

  • Updated dependencies []:
    • @lynx-js/web-rsbuild-server-middleware@0.19.4

@lynx-js/react-rsbuild-plugin@0.12.4

Patch Changes

  • (#2051)

  • Updated dependencies []:

    • @lynx-js/react-alias-rsbuild-plugin@0.12.4
    • @lynx-js/use-sync-external-store@1.5.0
    • @lynx-js/react-refresh-webpack-plugin@0.3.4
    • @lynx-js/react-webpack-plugin@0.7.3

@lynx-js/testing-environment@0.1.9

Patch Changes

  • Fix duplicated <page /> elements on body when multiple __CreatePage called. (#2065)

@lynx-js/web-constants@0.19.4

Patch Changes

  • Updated dependencies [bba05e2]:
    • @lynx-js/web-worker-rpc@0.19.4

@lynx-js/web-core@0.19.4

Patch Changes

  • Updated dependencies [bba05e2]:
    • @lynx-js/web-worker-rpc@0.19.4
    • @lynx-js/web-constants@0.19.4
    • @lynx-js/web-worker-runtime@0.19.4
    • @lynx-js/web-mainthread-apis@0.19.4

@lynx-js/web-elements@0.10.1

Patch Changes

  • feat: implement x-webview component (#2061)

  • feat: support recyclable="false" on list-item and enable overflow visibility (#2069)

@lynx-js/web-mainthread-apis@0.19.4

Patch Changes

  • Updated dependencies []:
    • @lynx-js/web-constants@0.19.4

@lynx-js/web-worker-rpc@0.19.4

Patch Changes

  • Ensure the default export entry is last in the package exports map. (#2075)

@lynx-js/web-worker-runtime@0.19.4

Patch Changes

  • Updated dependencies [bba05e2]:
    • @lynx-js/web-worker-rpc@0.19.4
    • @lynx-js/web-constants@0.19.4
    • @lynx-js/web-mainthread-apis@0.19.4

create-rspeedy@0.12.5

@lynx-js/react-alias-rsbuild-plugin@0.12.4

upgrade-rspeedy@0.12.5

@lynx-js/web-core-server@0.19.4

@lynx-js/web-rsbuild-server-middleware@0.19.4

@github-actions github-actions Bot requested review from HuJean and hzy as code owners December 29, 2025 03:55
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Dec 29, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions github-actions Bot changed the title chore: Release 2025-12-29 03:55:16 chore: Release 2025-12-29 06:06:17 Dec 29, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 9ecfe06 to c9ad36a Compare December 29, 2025 06:06
@github-actions github-actions Bot changed the title chore: Release 2025-12-29 06:06:17 chore: Release 2025-12-29 07:06:59 Dec 29, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from c9ad36a to b39004b Compare December 29, 2025 07:07
@github-actions github-actions Bot changed the title chore: Release 2025-12-29 07:06:59 chore: Release 2025-12-29 08:49:19 Dec 29, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from b39004b to 65a5042 Compare December 29, 2025 08:49
@github-actions github-actions Bot changed the title chore: Release 2025-12-29 08:49:19 chore: Release 2025-12-29 09:10:54 Dec 29, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 65a5042 to 8b895ce Compare December 29, 2025 09:11
@github-actions github-actions Bot requested a review from PupilTong as a code owner December 29, 2025 09:11
@github-actions github-actions Bot changed the title chore: Release 2025-12-29 09:10:54 chore: Release 2025-12-29 10:05:42 Dec 29, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 8b895ce to 1e89bfb Compare December 29, 2025 10:05
@github-actions github-actions Bot changed the title chore: Release 2025-12-29 10:05:42 chore: Release 2025-12-29 11:33:19 Dec 29, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 1e89bfb to bd08d74 Compare December 29, 2025 11:33
@github-actions github-actions Bot changed the title chore: Release 2025-12-29 11:33:19 chore: Release 2025-12-29 13:21:16 Dec 29, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from bd08d74 to 7497592 Compare December 29, 2025 13:21
@github-actions github-actions Bot changed the title chore: Release 2025-12-29 13:21:16 chore: Release 2025-12-30 03:49:25 Dec 30, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 7497592 to c610134 Compare December 30, 2025 03:49
@github-actions github-actions Bot changed the title chore: Release 2025-12-30 03:49:25 chore: Release 2025-12-30 07:15:31 Dec 30, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from c610134 to f83c573 Compare December 30, 2025 07:15
@github-actions github-actions Bot changed the title chore: Release 2025-12-30 07:15:31 chore: Release 2025-12-30 09:17:03 Dec 30, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from f83c573 to 8e08da4 Compare December 30, 2025 09:17
@github-actions github-actions Bot changed the title chore: Release 2025-12-30 09:17:03 chore: Release 2025-12-30 10:03:09 Dec 30, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 8e08da4 to d804bea Compare December 30, 2025 10:03
@github-actions github-actions Bot changed the title chore: Release 2025-12-30 10:03:09 chore: Release 2025-12-31 06:42:01 Dec 31, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from d804bea to 8572d82 Compare December 31, 2025 06:42
@github-actions github-actions Bot changed the title chore: Release 2025-12-31 06:42:01 chore: Release 2025-12-31 09:20:38 Dec 31, 2025
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 8572d82 to 050cb17 Compare December 31, 2025 09:20
@github-actions github-actions Bot changed the title chore: Release 2025-12-31 09:20:38 chore: Release 2026-01-04 04:28:28 Jan 4, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 050cb17 to 112b6de Compare January 4, 2026 04:28
@github-actions github-actions Bot changed the title chore: Release 2026-01-04 04:28:28 chore: Release 2026-01-04 08:56:41 Jan 4, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 112b6de to afd0cfa Compare January 4, 2026 08:56
@github-actions github-actions Bot changed the title chore: Release 2026-01-04 08:56:41 chore: Release 2026-01-04 09:04:20 Jan 4, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from afd0cfa to 86ff1eb Compare January 4, 2026 09:04
@github-actions github-actions Bot changed the title chore: Release 2026-01-04 09:04:20 chore: Release 2026-01-04 09:05:21 Jan 4, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 86ff1eb to 2d7dc74 Compare January 4, 2026 09:05
@github-actions github-actions Bot changed the title chore: Release 2026-01-04 09:05:21 chore: Release 2026-01-04 10:09:45 Jan 4, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 2d7dc74 to d4b6245 Compare January 4, 2026 10:09
@github-actions github-actions Bot changed the title chore: Release 2026-01-04 10:09:45 chore: Release 2026-01-04 10:20:04 Jan 4, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from d4b6245 to 0fb7935 Compare January 4, 2026 10:20
@github-actions github-actions Bot changed the title chore: Release 2026-01-04 10:20:04 chore: Release 2026-01-04 11:25:10 Jan 4, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 0fb7935 to 485d94c Compare January 4, 2026 11:25
@colinaaa colinaaa merged commit b747339 into main Jan 4, 2026
2 checks passed
@colinaaa colinaaa deleted the changeset-release/main branch January 4, 2026 14:12
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