From b72c2aefe4b52b80b0a475032a17bd24b481cbb5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 21:07:51 +0000 Subject: [PATCH] chore(release): version packages --- .changeset/bloom-theme-variant.md | 9 --------- packages/native-ui/CHANGELOG.md | 10 ++++++++++ packages/native-ui/package.json | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) delete mode 100644 .changeset/bloom-theme-variant.md diff --git a/.changeset/bloom-theme-variant.md b/.changeset/bloom-theme-variant.md deleted file mode 100644 index 25db3b7..0000000 --- a/.changeset/bloom-theme-variant.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@polprog/native-ui': minor ---- - -Add the Bloom theme variant and a `theme` config key. - -`NativeUIProvider` now accepts `theme: 'default' | 'bloom' | ThemeVariant`. A theme variant bundles a complete visual identity (colour palette, corner radii, elevation, type density, and default fonts) behind one name and restyles every component. The new **Bloom** variant is a soft, rounded look: violet/pink accents, rounded corners, purple-tinted neutrals, and Outfit + Plus Jakarta Sans typography. The original look ships unchanged as the **Aurora** (`'default'`) variant, so existing apps are unaffected. - -`FontFamilies` gains an optional `display` group so a variant can pair a heading family with a separate body family. New exports: `THEME_VARIANTS`, `defaultThemeVariant`, `bloomThemeVariant`, `resolveThemeVariant`, `defaultColorPalette`, `bloomColorPalette`, `BLOOM_PRESETS`, `bloomFontFamilies`, and the types `ThemeVariant`, `ThemeVariantName`, `ColorPalette`, `TextRamp`, `SemanticRamp`, `NeutralRamp`, `BloomPreset`, `BorderRadiusScale`. diff --git a/packages/native-ui/CHANGELOG.md b/packages/native-ui/CHANGELOG.md index 07448cb..5c1ce48 100644 --- a/packages/native-ui/CHANGELOG.md +++ b/packages/native-ui/CHANGELOG.md @@ -1,5 +1,15 @@ # @polprog/native-ui +## 1.7.0 + +### Minor Changes + +- ba99bda: Add the Bloom theme variant and a `theme` config key. + + `NativeUIProvider` now accepts `theme: 'default' | 'bloom' | ThemeVariant`. A theme variant bundles a complete visual identity (colour palette, corner radii, elevation, type density, and default fonts) behind one name and restyles every component. The new **Bloom** variant is a soft, rounded look: violet/pink accents, rounded corners, purple-tinted neutrals, and Outfit + Plus Jakarta Sans typography. The original look ships unchanged as the **Aurora** (`'default'`) variant, so existing apps are unaffected. + + `FontFamilies` gains an optional `display` group so a variant can pair a heading family with a separate body family. New exports: `THEME_VARIANTS`, `defaultThemeVariant`, `bloomThemeVariant`, `resolveThemeVariant`, `defaultColorPalette`, `bloomColorPalette`, `BLOOM_PRESETS`, `bloomFontFamilies`, and the types `ThemeVariant`, `ThemeVariantName`, `ColorPalette`, `TextRamp`, `SemanticRamp`, `NeutralRamp`, `BloomPreset`, `BorderRadiusScale`. + ## 1.6.0 ### Minor Changes diff --git a/packages/native-ui/package.json b/packages/native-ui/package.json index 444f58e..9b2ff7a 100644 --- a/packages/native-ui/package.json +++ b/packages/native-ui/package.json @@ -1,6 +1,6 @@ { "name": "@polprog/native-ui", - "version": "1.6.0", + "version": "1.7.0", "description": "Production-grade React Native design system and component library - native-feeling components on iOS and Android", "source": "src/index.ts", "main": "./dist/index.js",