Skip to content

Commit d282a2e

Browse files
committed
chore: publish
- @native-html/css-processor@2.0.1 - @native-html/render@1.0.3 - @native-html/transient-render-engine@12.0.1
1 parent b3cea89 commit d282a2e

6 files changed

Lines changed: 23 additions & 3 deletions

File tree

packages/css-processor/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.0.1](github.com/native-html/render/compare/@native-html/css-processor@2.0.0-alpha.0...@native-html/css-processor@2.0.1) (2026-05-07)
7+
8+
**Note:** Version bump only for package @native-html/css-processor
9+
610
## [2.0.1-alpha.0](github.com/native-html/render/compare/@native-html/css-processor@2.0.0-alpha.0...@native-html/css-processor@2.0.1-alpha.0) (2026-05-04)
711

812
**Note:** Version bump only for package @native-html/css-processor

packages/css-processor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@native-html/css-processor",
3-
"version": "2.0.1-alpha.0",
3+
"version": "2.0.1",
44
"description": "An inline CSS processor to translate CSS properties to React Native styles.",
55
"main": "lib/commonjs/index.js",
66
"types": "lib/typescript/index.d.ts",

packages/render/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.3](github.com/native-html/render/compare/@native-html/render@1.0.0-alpha.0...@native-html/render@1.0.3) (2026-05-07)
7+
8+
### Bug Fixes
9+
10+
* add tests for key generation ([0d3296a](github.com/native-html/render/commits/0d3296a3ede6e6b7a0ef603a8e97d41d1f0f69f6)) - by @5ZYSZ3K
11+
* adjust key generating in the library ([a555d6c](github.com/native-html/render/commits/a555d6c836e11af5dc6e98c0b5335e835ac17391)) - by @5ZYSZ3K
12+
* ARenderer TypeError when href undefined ([257d824](github.com/native-html/render/commits/257d8241d9a01d72fc195afe4f7babccd47c3049)) - by @arieloO
13+
* bring workspace version after release ([5636b6e](github.com/native-html/render/commits/5636b6e03738627c4f1e198cc470da559cc2f80b)) - by @5ZYSZ3K
14+
615
## [1.0.3-alpha.0](github.com/native-html/render/compare/@native-html/render@1.0.0-alpha.0...@native-html/render@1.0.3-alpha.0) (2026-05-04)
716

817
### Bug Fixes

packages/render/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@native-html/render",
3-
"version": "1.0.3-alpha.0",
3+
"version": "1.0.3",
44
"author": "Jules Sam. Randolph <jules.sam.randolph@gmail.com> (https://github.com/jsamr)",
55
"license": "MIT",
66
"description": "The hackable, full-featured Open Source HTML rendering solution for React Native.",

packages/transient-render-engine/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [12.0.1](github.com/native-html/render/compare/@native-html/transient-render-engine@12.0.0-alpha.0...@native-html/transient-render-engine@12.0.1) (2026-05-07)
7+
8+
### Bug Fixes
9+
10+
* adjust key generating in the library ([a555d6c](github.com/native-html/render/commits/a555d6c836e11af5dc6e98c0b5335e835ac17391)) - by @5ZYSZ3K
11+
* **transient-render-engine:** preserve nested inline boundary spaces ([5855a72](github.com/native-html/render/commits/5855a72dd7205230752de4d5bb9ae7e624aee0b1)) - by @
12+
613
## [12.0.1-alpha.0](github.com/native-html/render/compare/@native-html/transient-render-engine@12.0.0-alpha.0...@native-html/transient-render-engine@12.0.1-alpha.0) (2026-05-04)
714

815
### Bug Fixes

packages/transient-render-engine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@native-html/transient-render-engine",
3-
"version": "12.0.1-alpha.0",
3+
"version": "12.0.1",
44
"description": "An engine which produces an intermediary structure from HTML to create a React Native render tree.",
55
"main": "lib/commonjs/index.js",
66
"types": "lib/typescript/index.d.ts",

0 commit comments

Comments
 (0)