From 72aa35a05e1a5a996bc7afd788920a4e9368a8ab Mon Sep 17 00:00:00 2001 From: Aqua-123 <86239876+Aqua-123@users.noreply.github.com> Date: Fri, 24 Jul 2026 02:29:33 +0530 Subject: [PATCH] chore: release package --- .changeset/calm-colors-flow.md | 5 ----- CHANGELOG.md | 6 ++++++ README.md | 2 +- docs/api.md | 2 +- docs/plugins.md | 2 +- package.json | 2 +- 6 files changed, 10 insertions(+), 9 deletions(-) delete mode 100644 .changeset/calm-colors-flow.md diff --git a/.changeset/calm-colors-flow.md b/.changeset/calm-colors-flow.md deleted file mode 100644 index 84bdee2..0000000 --- a/.changeset/calm-colors-flow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"streamdown-native": patch ---- - -Fix native streaming text colors on iOS and Android by sending React Native processed color values through the bridge, including platform and dynamic colors; restore React Native codegen compatibility in the ESM build; and export `streamdown-native/package.json` for tooling that resolves package metadata. diff --git a/CHANGELOG.md b/CHANGELOG.md index 97ae56f..01267c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # streamdown-native +## 0.1.2 + +### Patch Changes + +- 4f1cd52: Fix native streaming text colors on iOS and Android by sending React Native processed color values through the bridge, including platform and dynamic colors; restore React Native codegen compatibility in the ESM build; and export `streamdown-native/package.json` for tooling that resolves package metadata. + ## 0.1.1 ### Patch Changes diff --git a/README.md b/README.md index 1525980..0566fea 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Streaming Markdown for React Native, with native semantics, incremental rendering, explicit security boundaries, and opt-in rich-content adapters. -> **Current release:** This branch documents npm `0.1.1`. +> **Current release:** This branch documents npm `0.1.2`. ## Install diff --git a/docs/api.md b/docs/api.md index d13ce42..c3916e2 100644 --- a/docs/api.md +++ b/docs/api.md @@ -1,6 +1,6 @@ # API -> **Current release:** API for npm `0.1.1`. +> **Current release:** API for npm `0.1.2`. The root entry exports `Streamdown`, `StreamdownRN`, the default alias, skeleton primitives, controls, capability helpers, security utilities, streaming instrumentation, and public types. DOM-only Streamdown properties such as `className`, `rehypePlugins`, `prefix`, and `remarkRehypeOptions` are typed as unsupported. diff --git a/docs/plugins.md b/docs/plugins.md index 0aea6b1..1b94d42 100644 --- a/docs/plugins.md +++ b/docs/plugins.md @@ -1,6 +1,6 @@ # Plugins and native providers -> **Current release:** Plugin entry points for npm `0.1.1`. +> **Current release:** Plugin entry points for npm `0.1.2`. Plugin entry points are separate so the default bundle does not pull in optional renderer implementations. diff --git a/package.json b/package.json index 5844659..a4d17bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "streamdown-native", - "version": "0.1.1", + "version": "0.1.2", "description": "Streaming Markdown for React Native with native semantics, explicit security policy, and opt-in rich-content adapters", "type": "commonjs", "main": "dist/index.js",