Skip to content

Commit d0de4fc

Browse files
chore: release main
1 parent 835a647 commit d0de4fc

6 files changed

Lines changed: 70 additions & 5 deletions

File tree

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"packages/@lucid-softworks/react-native-linux": "0.0.1",
3-
"packages/@lucid-softworks/cli": "0.0.1"
2+
"packages/@lucid-softworks/react-native-linux": "0.1.0",
3+
"packages/@lucid-softworks/cli": "0.1.0"
44
}
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Changelog
2+
3+
## [0.1.0](https://github.com/lucid-softworks/react-native-linux/compare/react-native-linux-cli-v0.0.1...react-native-linux-cli-v0.1.0) (2026-06-02)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **deps:** bump to React 19.1.7 + RN 0.81.5 + Hermes
9+
* consumers must install the scoped names. There is no unscoped 0.0.x release yet, so this is breakage in name only.
10+
11+
### Features
12+
13+
* **cli:** add autolink-linux command + jest tests ([f4ffbc3](https://github.com/lucid-softworks/react-native-linux/commit/f4ffbc373583027322867fe02bec443709c8a943))
14+
* **cli:** autolink-linux picks up *NativeComponent.ts specs ([2fe2a1b](https://github.com/lucid-softworks/react-native-linux/commit/2fe2a1badec357361c4c19b380503af96dd2c79b))
15+
* **cli:** autolink-linux runs Linux codegen per linked dep ([76f3344](https://github.com/lucid-softworks/react-native-linux/commit/76f33443ff5a0bc96a8454db5b8be19776b5bd34))
16+
* **cli:** derive per-binary application-id from package.json ([df65f00](https://github.com/lucid-softworks/react-native-linux/commit/df65f00ac283a5e17b1d17a08819d007569477d7))
17+
* **cli:** pack-linux --target=rpm builds a .rpm via rpmbuild ([8112132](https://github.com/lucid-softworks/react-native-linux/commit/8112132a235e53321cc791159bc9a6483c5a17e5))
18+
* **cli:** pack-linux command with .deb packager ([887848f](https://github.com/lucid-softworks/react-native-linux/commit/887848fb393430f6d08a23eb20863de94a103e97))
19+
* **rn:** bump React Native 0.81 -> 0.85.3 + Hermes 0.16 + new Scheduler hook ([f2c6392](https://github.com/lucid-softworks/react-native-linux/commit/f2c6392719eaf68eda2de7170f3293fb0057dad4))
20+
21+
22+
### Bug Fixes
23+
24+
* **ci:** unblock typecheck, autolink, vnext-configure, and jest ([01efe7a](https://github.com/lucid-softworks/react-native-linux/commit/01efe7a20060acd88051c0903328b76c54455b58))
25+
26+
27+
### Miscellaneous Chores
28+
29+
* **deps:** bump to React 19.1.7 + RN 0.81.5 + Hermes ([43427bd](https://github.com/lucid-softworks/react-native-linux/commit/43427bddb05d5a5d81103d7311f9d761de837015))
30+
* scope packages under @lucid-softworks/ ([d9785e3](https://github.com/lucid-softworks/react-native-linux/commit/d9785e345b772116d6f5a5a3d511b55bc8d5f68d))

packages/@lucid-softworks/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lucid-softworks/react-native-linux-cli",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "Linux platform plugin for @react-native-community/cli",
55
"license": "MIT",
66
"author": "Lucid Softworks <hello@lucidsoft.works> (https://lucidsoft.works)",
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Changelog
2+
3+
## [0.1.0](https://github.com/lucid-softworks/react-native-linux/compare/react-native-linux-v0.0.1...react-native-linux-v0.1.0) (2026-06-02)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **deps:** bump to React 19.1.7 + RN 0.81.5 + Hermes
9+
* consumers must install the scoped names. There is no unscoped 0.0.x release yet, so this is breakage in name only.
10+
11+
### Features
12+
13+
* **codegen,host:** component commands end-to-end ([46934e5](https://github.com/lucid-softworks/react-native-linux/commit/46934e5a9ce617e28b0f06852e97f27b37797b7c))
14+
* **codegen:** Fabric component MVP — Props + EventEmitter + Shadow + Descriptor ([d41a28d](https://github.com/lucid-softworks/react-native-linux/commit/d41a28d3db5c34cfb3b30ccefd7de5fb82aa8798))
15+
* **codegen:** ImageSource + Int32Enum component prop coverage ([a231a13](https://github.com/lucid-softworks/react-native-linux/commit/a231a134884636d3490bd4bb266eee0b232df4f2))
16+
* **codegen:** Linux TurboModule generator emits real C++ headers ([ebbe9dc](https://github.com/lucid-softworks/react-native-linux/commit/ebbe9dc9efdf3e0a762bbf250491d869a0e367cd))
17+
* **codegen:** non-void callback returns (primitive) ([32090a6](https://github.com/lucid-softworks/react-native-linux/commit/32090a6414f8e151091047f9098844fd07260d81))
18+
* **codegen:** Object + Array props on Fabric components ([ab4d370](https://github.com/lucid-softworks/react-native-linux/commit/ab4d370662545c6be1290d4ec8bff41cc9f585b6))
19+
* **codegen:** object args inside callback param types ([2e83adc](https://github.com/lucid-softworks/react-native-linux/commit/2e83adca57b99cf0f7bd2e84e79edd6a247a8aab))
20+
* **codegen:** Reserved + StringEnum prop coverage for Fabric components ([d49dc46](https://github.com/lucid-softworks/react-native-linux/commit/d49dc460c54b07377b763daaf3dca201ac96b3ec))
21+
* **codegen:** typed C++ structs in place of folly::dynamic for ObjectType ([ece6d4b](https://github.com/lucid-softworks/react-native-linux/commit/ece6d4b7b726f420a7b34a8a98e242c0c8f30930))
22+
* **rn-linux:** add View/Text/UnimplementedView shims + codegen specs ([f640541](https://github.com/lucid-softworks/react-native-linux/commit/f640541f582892ffd6a91a7fdfd5060f52cd7bbb))
23+
* **rn:** bump React Native 0.81 -&gt; 0.85.3 + Hermes 0.16 + new Scheduler hook ([f2c6392](https://github.com/lucid-softworks/react-native-linux/commit/f2c6392719eaf68eda2de7170f3293fb0057dad4))
24+
25+
26+
### Bug Fixes
27+
28+
* **ci:** unblock typecheck, autolink, vnext-configure, and jest ([01efe7a](https://github.com/lucid-softworks/react-native-linux/commit/01efe7a20060acd88051c0903328b76c54455b58))
29+
* **typecheck,test,lint:** unblock pre-push gate end-to-end ([4e42dca](https://github.com/lucid-softworks/react-native-linux/commit/4e42dca44039fdbc724bb3b7b38fb477c8861a39))
30+
31+
32+
### Miscellaneous Chores
33+
34+
* **deps:** bump to React 19.1.7 + RN 0.81.5 + Hermes ([43427bd](https://github.com/lucid-softworks/react-native-linux/commit/43427bddb05d5a5d81103d7311f9d761de837015))
35+
* scope packages under @lucid-softworks/ ([d9785e3](https://github.com/lucid-softworks/react-native-linux/commit/d9785e345b772116d6f5a5a3d511b55bc8d5f68d))

packages/@lucid-softworks/react-native-linux/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lucid-softworks/react-native-linux",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "React Native for Linux desktop (GTK4 + Hermes + Fabric)",
55
"license": "MIT",
66
"author": "Lucid Softworks <hello@lucidsoft.works> (https://lucidsoft.works)",

vnext/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.25)
22
project(react_native_linux
3-
VERSION 0.0.1 # x-release-please-version
3+
VERSION 0.1.0 # x-release-please-version
44
DESCRIPTION "React Native for Linux native runtime"
55
LANGUAGES C CXX)
66

0 commit comments

Comments
 (0)