From aeeeb588d21dcd2d0897de58f1ece38bfcd7216b Mon Sep 17 00:00:00 2001 From: 5ZYSZ3K Date: Thu, 7 May 2026 12:37:51 +0200 Subject: [PATCH] chore: publish - @native-html/css-processor@2.0.1 - @native-html/render@1.0.3 - @native-html/transient-render-engine@12.0.1 --- packages/css-processor/CHANGELOG.md | 4 ++++ packages/css-processor/package.json | 2 +- packages/render/CHANGELOG.md | 9 +++++++++ packages/render/package.json | 2 +- packages/transient-render-engine/CHANGELOG.md | 7 +++++++ packages/transient-render-engine/package.json | 2 +- 6 files changed, 23 insertions(+), 3 deletions(-) diff --git a/packages/css-processor/CHANGELOG.md b/packages/css-processor/CHANGELOG.md index 275a512e..cdf63df6 100644 --- a/packages/css-processor/CHANGELOG.md +++ b/packages/css-processor/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [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) + +**Note:** Version bump only for package @native-html/css-processor + ## [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) **Note:** Version bump only for package @native-html/css-processor diff --git a/packages/css-processor/package.json b/packages/css-processor/package.json index 77164e49..5a34ab50 100644 --- a/packages/css-processor/package.json +++ b/packages/css-processor/package.json @@ -1,6 +1,6 @@ { "name": "@native-html/css-processor", - "version": "2.0.1-alpha.0", + "version": "2.0.1", "description": "An inline CSS processor to translate CSS properties to React Native styles.", "main": "lib/commonjs/index.js", "types": "lib/typescript/index.d.ts", diff --git a/packages/render/CHANGELOG.md b/packages/render/CHANGELOG.md index 57e51917..fd23bee3 100644 --- a/packages/render/CHANGELOG.md +++ b/packages/render/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [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) + +### Bug Fixes + +* add tests for key generation ([0d3296a](github.com/native-html/render/commits/0d3296a3ede6e6b7a0ef603a8e97d41d1f0f69f6)) - by @5ZYSZ3K +* adjust key generating in the library ([a555d6c](github.com/native-html/render/commits/a555d6c836e11af5dc6e98c0b5335e835ac17391)) - by @5ZYSZ3K +* ARenderer TypeError when href undefined ([257d824](github.com/native-html/render/commits/257d8241d9a01d72fc195afe4f7babccd47c3049)) - by @arieloO +* bring workspace version after release ([5636b6e](github.com/native-html/render/commits/5636b6e03738627c4f1e198cc470da559cc2f80b)) - by @5ZYSZ3K + ## [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) ### Bug Fixes diff --git a/packages/render/package.json b/packages/render/package.json index d695c8b8..8042f619 100644 --- a/packages/render/package.json +++ b/packages/render/package.json @@ -1,6 +1,6 @@ { "name": "@native-html/render", - "version": "1.0.3-alpha.0", + "version": "1.0.3", "author": "Jules Sam. Randolph (https://github.com/jsamr)", "license": "MIT", "description": "The hackable, full-featured Open Source HTML rendering solution for React Native.", diff --git a/packages/transient-render-engine/CHANGELOG.md b/packages/transient-render-engine/CHANGELOG.md index 27fbd2a5..c0ae78d5 100644 --- a/packages/transient-render-engine/CHANGELOG.md +++ b/packages/transient-render-engine/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [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) + +### Bug Fixes + +* adjust key generating in the library ([a555d6c](github.com/native-html/render/commits/a555d6c836e11af5dc6e98c0b5335e835ac17391)) - by @5ZYSZ3K +* **transient-render-engine:** preserve nested inline boundary spaces ([5855a72](github.com/native-html/render/commits/5855a72dd7205230752de4d5bb9ae7e624aee0b1)) - by @ + ## [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) ### Bug Fixes diff --git a/packages/transient-render-engine/package.json b/packages/transient-render-engine/package.json index b3f7743d..7f1cbe2b 100644 --- a/packages/transient-render-engine/package.json +++ b/packages/transient-render-engine/package.json @@ -1,6 +1,6 @@ { "name": "@native-html/transient-render-engine", - "version": "12.0.1-alpha.0", + "version": "12.0.1", "description": "An engine which produces an intermediary structure from HTML to create a React Native render tree.", "main": "lib/commonjs/index.js", "types": "lib/typescript/index.d.ts",