From c16aa713ec644b0981d9bc2d071f39eba705c99f Mon Sep 17 00:00:00 2001 From: Adara Cloud CI <196216297+adara-cloud-ci@users.noreply.github.com> Date: Thu, 9 Oct 2025 16:05:21 +0000 Subject: [PATCH] chore: update versions --- .changeset/warm-rooms-act.md | 5 ----- packages/icons/CHANGELOG.md | 2 ++ packages/icons/package.json | 2 +- packages/reanimated-icons/CHANGELOG.md | 2 ++ packages/reanimated-icons/package.json | 2 +- packages/theme/CHANGELOG.md | 7 +++++++ packages/theme/package.json | 2 +- packages/tokens/CHANGELOG.md | 6 ++++++ packages/tokens/package.json | 2 +- packages/ui/CHANGELOG.md | 10 ++++++++++ packages/ui/package.json | 2 +- 11 files changed, 32 insertions(+), 10 deletions(-) delete mode 100644 .changeset/warm-rooms-act.md diff --git a/.changeset/warm-rooms-act.md b/.changeset/warm-rooms-act.md deleted file mode 100644 index cd6a360..0000000 --- a/.changeset/warm-rooms-act.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vega-ui/tokens": patch ---- - -Made graphite color more contrast than grey diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 62c3b2e..c6a2d30 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -1,5 +1,7 @@ # @vega-ui/icons-react-native +## 0.5.3 + ## 0.5.2 ## 0.5.1 diff --git a/packages/icons/package.json b/packages/icons/package.json index 5609985..0319fe6 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@vega-ui/icons-react-native", - "version": "0.5.2", + "version": "0.5.3", "description": "Vega UI - Icons (React Native)", "license": "MIT", "author": "VegaUI Team", diff --git a/packages/reanimated-icons/CHANGELOG.md b/packages/reanimated-icons/CHANGELOG.md index e11d471..4bc9827 100644 --- a/packages/reanimated-icons/CHANGELOG.md +++ b/packages/reanimated-icons/CHANGELOG.md @@ -1,5 +1,7 @@ # @vega-ui/reanimated-icons +## 0.5.3 + ## 0.5.2 ## 0.5.1 diff --git a/packages/reanimated-icons/package.json b/packages/reanimated-icons/package.json index 3ddf408..7aed002 100644 --- a/packages/reanimated-icons/package.json +++ b/packages/reanimated-icons/package.json @@ -1,6 +1,6 @@ { "name": "@vega-ui/reanimated-icons", - "version": "0.5.2", + "version": "0.5.3", "description": "Vega UI - Reanimated Icons (React Native)", "license": "MIT", "author": "VegaUI Team", diff --git a/packages/theme/CHANGELOG.md b/packages/theme/CHANGELOG.md index fb4b424..3e56fe0 100644 --- a/packages/theme/CHANGELOG.md +++ b/packages/theme/CHANGELOG.md @@ -1,5 +1,12 @@ # @vega-ui/theme +## 0.5.3 + +### Patch Changes + +- Updated dependencies [2c35e4e] + - @vega-ui/tokens@0.5.3 + ## 0.5.2 ### Patch Changes diff --git a/packages/theme/package.json b/packages/theme/package.json index c7fc0d2..b491c4d 100644 --- a/packages/theme/package.json +++ b/packages/theme/package.json @@ -1,6 +1,6 @@ { "name": "@vega-ui/theme", - "version": "0.5.2", + "version": "0.5.3", "description": "Vega UI - Theme for React apps", "license": "MIT", "author": "VegaUI Team", diff --git a/packages/tokens/CHANGELOG.md b/packages/tokens/CHANGELOG.md index ac424fc..eec7757 100644 --- a/packages/tokens/CHANGELOG.md +++ b/packages/tokens/CHANGELOG.md @@ -1,5 +1,11 @@ # @vega-ui/tokens +## 0.5.3 + +### Patch Changes + +- 2c35e4e: Made graphite color more contrast than grey + ## 0.5.2 ### Patch Changes diff --git a/packages/tokens/package.json b/packages/tokens/package.json index a9c7b77..7eab22c 100644 --- a/packages/tokens/package.json +++ b/packages/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@vega-ui/tokens", - "version": "0.5.2", + "version": "0.5.3", "description": "Vega UI - Tokens", "license": "MIT", "author": "VegaUI Team", diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index c661541..aad9247 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,15 @@ # @vega-ui/react-native +## 0.5.3 + +### Patch Changes + +- Updated dependencies [2c35e4e] + - @vega-ui/tokens@0.5.3 + - @vega-ui/theme@0.5.3 + - @vega-ui/icons-react-native@0.5.3 + - @vega-ui/reanimated-icons@0.5.3 + ## 0.5.2 ### Patch Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index 04a6ff8..1a4646f 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@vega-ui/react-native", - "version": "0.5.2", + "version": "0.5.3", "description": "Vega UI - React Native", "license": "MIT", "author": "VegaUI Team",