Skip to content

Commit ecc49f2

Browse files
chore: release main
1 parent 37ff001 commit ecc49f2

6 files changed

Lines changed: 55 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: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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-05-27)
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:** pack-linux command with .deb packager ([887848f](https://github.com/lucid-softworks/react-native-linux/commit/887848fb393430f6d08a23eb20863de94a103e97))
15+
16+
17+
### Bug Fixes
18+
19+
* **ci:** unblock typecheck, autolink, vnext-configure, and jest ([01efe7a](https://github.com/lucid-softworks/react-native-linux/commit/01efe7a20060acd88051c0903328b76c54455b58))
20+
21+
22+
### Miscellaneous Chores
23+
24+
* **deps:** bump to React 19.1.7 + RN 0.81.5 + Hermes ([43427bd](https://github.com/lucid-softworks/react-native-linux/commit/43427bddb05d5a5d81103d7311f9d761de837015))
25+
* 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: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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-05-27)
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+
* **rn-linux:** add View/Text/UnimplementedView shims + codegen specs ([f640541](https://github.com/lucid-softworks/react-native-linux/commit/f640541f582892ffd6a91a7fdfd5060f52cd7bbb))
14+
15+
16+
### Bug Fixes
17+
18+
* **ci:** unblock typecheck, autolink, vnext-configure, and jest ([01efe7a](https://github.com/lucid-softworks/react-native-linux/commit/01efe7a20060acd88051c0903328b76c54455b58))
19+
* **typecheck,test,lint:** unblock pre-push gate end-to-end ([4e42dca](https://github.com/lucid-softworks/react-native-linux/commit/4e42dca44039fdbc724bb3b7b38fb477c8861a39))
20+
21+
22+
### Miscellaneous Chores
23+
24+
* **deps:** bump to React 19.1.7 + RN 0.81.5 + Hermes ([43427bd](https://github.com/lucid-softworks/react-native-linux/commit/43427bddb05d5a5d81103d7311f9d761de837015))
25+
* 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)