Skip to content

Commit dc248ab

Browse files
github-actions[bot]clfhhc
authored andcommitted
chore: release packages
1 parent fda9432 commit dc248ab

37 files changed

Lines changed: 142 additions & 24 deletions

File tree

.changeset/eleven-lions-carry.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# [0.44.0](https://github.com/graphrefly/graphrefly-ts/compare/v0.43.0...v0.44.0) (2026-04-29)
22

3+
## 0.47.2
4+
5+
### Patch Changes
6+
7+
- [`fda9432`](https://github.com/graphrefly/graphrefly-ts/commit/fda94326c6656c27008c2733f305a5c077f8ff09) Thanks [@clfhhc](https://github.com/clfhhc)! - fix legacy cleanup
8+
39
## 0.47.1
410

511
### Patch Changes

apps/rn-hermes-fixture/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @graphrefly/rn-hermes-fixture
22

3+
## 0.0.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`fda9432`](https://github.com/graphrefly/graphrefly-ts/commit/fda94326c6656c27008c2733f305a5c077f8ff09)]:
8+
- @graphrefly/pure-ts@0.47.2
9+
310
## 0.0.3
411

512
### Patch Changes

apps/rn-hermes-fixture/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphrefly/rn-hermes-fixture",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"private": true,
55
"description": "Periodic on-device RN/Hermes verification for @graphrefly/pure-ts (graphrefly-ts#4). Expo SDK 55 official matrix (RN 0.83.6). Real Hermes VM + RN polyfills, dev + release/bytecode. The per-commit faithful compile gate lives in scripts/hermes-smoke.",
66
"main": "index.ts",

examples/basic/state-and-derived/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @graphrefly-examples/basic-state-and-derived
22

3+
## 0.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`fda9432`](https://github.com/graphrefly/graphrefly-ts/commit/fda94326c6656c27008c2733f305a5c077f8ff09)]:
8+
- @graphrefly/graphrefly@0.47.2
9+
310
## 0.0.4
411

512
### Patch Changes

examples/basic/state-and-derived/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@graphrefly-examples/basic-state-and-derived",
33
"private": true,
4-
"version": "0.0.4",
4+
"version": "0.0.5",
55
"type": "module",
66
"description": "Basic state + derived counter using GraphReFly.",
77
"scripts": {

examples/compat/jotai/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @graphrefly-examples/compat-jotai
22

3+
## 0.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`fda9432`](https://github.com/graphrefly/graphrefly-ts/commit/fda94326c6656c27008c2733f305a5c077f8ff09)]:
8+
- @graphrefly/graphrefly@0.47.2
9+
310
## 0.0.4
411

512
### Patch Changes

examples/compat/jotai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@graphrefly-examples/compat-jotai",
33
"private": true,
4-
"version": "0.0.4",
4+
"version": "0.0.5",
55
"type": "module",
66
"description": "Jotai-compatible atom API over GraphReFly nodes.",
77
"scripts": {

examples/compat/nanostores/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @graphrefly-examples/compat-nanostores
22

3+
## 0.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`fda9432`](https://github.com/graphrefly/graphrefly-ts/commit/fda94326c6656c27008c2733f305a5c077f8ff09)]:
8+
- @graphrefly/graphrefly@0.47.2
9+
310
## 0.0.4
411

512
### Patch Changes

examples/compat/nanostores/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@graphrefly-examples/compat-nanostores",
33
"private": true,
4-
"version": "0.0.4",
4+
"version": "0.0.5",
55
"type": "module",
66
"description": "Nanostores-compatible atom + computed API over GraphReFly nodes.",
77
"scripts": {

0 commit comments

Comments
 (0)