Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/big-otters-tickle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/buffer-nontty-output.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-pigs-teach.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-gifts-cheat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/profile-hooks-coverage.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-otters-cheat.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wet-rockets-taste.md

This file was deleted.

3 changes: 0 additions & 3 deletions .changeset/wild-jeans-take.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @lynx-js/react

## 0.116.4

### Patch Changes

- Support `ReactLynx::hooks::setState` trace for function components. ([#2198](https://github.com/lynx-family/lynx-stack/pull/2198))

- fix: properly cleanup `__DestroyLifetime` listeners and listCallbacks in `snapshotDestroyList`. ([#2224](https://github.com/lynx-family/lynx-stack/pull/2224))

## 0.116.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lynx-js/react",
"version": "0.116.3",
"version": "0.116.4",
"description": "ReactLynx is a framework for developing Lynx applications with familiar React.",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/rspeedy/plugin-qrcode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lynx-js/qrcode-rsbuild-plugin

## 0.4.6

### Patch Changes

- Print all entries with all schema URLs in non-TTY environments instead of only showing the first entry's QR code. ([#2227](https://github.com/lynx-family/lynx-stack/pull/2227))

## 0.4.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rspeedy/plugin-qrcode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lynx-js/qrcode-rsbuild-plugin",
"version": "0.4.5",
"version": "0.4.6",
"description": "A rsbuild plugin for printing QRCode in terminal",
"keywords": [
"rsbuild",
Expand Down
2 changes: 2 additions & 0 deletions packages/rspeedy/plugin-react-alias/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @lynx-js/react-alias-rsbuild-plugin

## 0.12.9

## 0.12.8

## 0.12.7
Expand Down
2 changes: 1 addition & 1 deletion packages/rspeedy/plugin-react-alias/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lynx-js/react-alias-rsbuild-plugin",
"version": "0.12.8",
"version": "0.12.9",
"description": "A rsbuild plugin for making alias in ReactLynx",
"keywords": [
"rsbuild",
Expand Down
14 changes: 14 additions & 0 deletions packages/rspeedy/plugin-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @lynx-js/react-rsbuild-plugin

## 0.12.9

### Patch Changes

- Add alias for `use-sync-external-store/with-selector.js` and `use-sync-external-store/shim/with-selector.js` pointing to @lynx-js/use-sync-external-store. ([#2200](https://github.com/lynx-family/lynx-stack/pull/2200))

- Updated dependencies [[`9033e2d`](https://github.com/lynx-family/lynx-stack/commit/9033e2d6c7c0c2405ecbbf73446239dd65b4a177)]:
- @lynx-js/template-webpack-plugin@0.10.4
- @lynx-js/react-alias-rsbuild-plugin@0.12.9
- @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.4
- @lynx-js/css-extract-webpack-plugin@0.7.0

## 0.12.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rspeedy/plugin-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lynx-js/react-rsbuild-plugin",
"version": "0.12.8",
"version": "0.12.9",
"description": "A rsbuild plugin for ReactLynx",
"keywords": [
"rsbuild",
Expand Down
6 changes: 6 additions & 0 deletions packages/tools/css-serializer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lynx-js/css-serializer

## 0.1.4

### Patch Changes

- Move `cssChunksToMap` implementation from `@lynx-js/template-webpack-plugin` to `@lynx-js/css-serializer` for future reuse. ([#2269](https://github.com/lynx-family/lynx-stack/pull/2269))

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/css-serializer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lynx-js/css-serializer",
"version": "0.1.3",
"version": "0.1.4",
"repository": {
"type": "git",
"url": "https://github.com/lynx-family/lynx-stack.git",
Expand Down
10 changes: 10 additions & 0 deletions packages/web-platform/web-core-wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @lynx-js/web-core-wasm

## 0.0.4

### Patch Changes

- Refactor web element templates and server-side rendering logic ([#2205](https://github.com/lynx-family/lynx-stack/pull/2205))

- Updated dependencies [[`94e5779`](https://github.com/lynx-family/lynx-stack/commit/94e57796c39e9cab1f3790a1986aeacea6a7484e), [`9033e2d`](https://github.com/lynx-family/lynx-stack/commit/9033e2d6c7c0c2405ecbbf73446239dd65b4a177)]:
- @lynx-js/web-elements@0.11.3
- @lynx-js/css-serializer@0.1.4

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/web-platform/web-core-wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lynx-js/web-core-wasm",
"version": "0.0.3",
"version": "0.0.4",
"description": "This is an internal experimental package, do not use",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/web-platform/web-elements/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lynx-js/web-elements

## 0.11.3

### Patch Changes

- fix: firefox 147+ layout issue ([#2205](https://github.com/lynx-family/lynx-stack/pull/2205))

## 0.11.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/web-platform/web-elements/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lynx-js/web-elements",
"version": "0.11.2",
"version": "0.11.3",
"private": false,
"repository": {
"type": "git",
Expand Down
9 changes: 9 additions & 0 deletions packages/webpack/template-webpack-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @lynx-js/template-webpack-plugin

## 0.10.4

### Patch Changes

- Move `cssChunksToMap` implementation from `@lynx-js/template-webpack-plugin` to `@lynx-js/css-serializer` for future reuse. ([#2269](https://github.com/lynx-family/lynx-stack/pull/2269))

- Updated dependencies [[`9033e2d`](https://github.com/lynx-family/lynx-stack/commit/9033e2d6c7c0c2405ecbbf73446239dd65b4a177)]:
- @lynx-js/css-serializer@0.1.4

## 0.10.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack/template-webpack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lynx-js/template-webpack-plugin",
"version": "0.10.3",
"version": "0.10.4",
"description": "Simplifies creation of Lynx template files to serve your webpack bundles",
"keywords": [
"webpack",
Expand Down