From 0e11f6eb0cfc47b2d4cb4a5b270802f2c2f29b88 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 07:43:18 +0000 Subject: [PATCH] Version Packages --- .changeset/icons-1-1-0-more-icons.md | 5 ----- .changeset/readme-seo-refresh.md | 7 ------- packages/blocks/CHANGELOG.md | 11 +++++++++++ packages/blocks/package.json | 2 +- packages/core/CHANGELOG.md | 10 ++++++++++ packages/core/package.json | 2 +- packages/icons/CHANGELOG.md | 6 ++++++ packages/icons/package.json | 2 +- packages/tokens/CHANGELOG.md | 6 ++++++ packages/tokens/package.json | 2 +- 10 files changed, 37 insertions(+), 16 deletions(-) delete mode 100644 .changeset/icons-1-1-0-more-icons.md delete mode 100644 .changeset/readme-seo-refresh.md diff --git a/.changeset/icons-1-1-0-more-icons.md b/.changeset/icons-1-1-0-more-icons.md deleted file mode 100644 index c90277b..0000000 --- a/.changeset/icons-1-1-0-more-icons.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@mindees/icons': minor ---- - -Add ~50 more tree-shakeable, fully-customizable icons (arrows, actions, nav, status, media, common) — each accepts size/color (+ strokeWidth where stroke-based). diff --git a/.changeset/readme-seo-refresh.md b/.changeset/readme-seo-refresh.md deleted file mode 100644 index 2df301e..0000000 --- a/.changeset/readme-seo-refresh.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@mindees/ui': patch -'@mindees/tokens': patch -'@mindees/blocks': patch ---- - -docs: SEO-refresh the package READMEs for 1.1.0 — updated component/blocks/icons inventory, the "components that understand layout context" positioning, one-line `createThemes` theming example, and high-volume keyword blocks. Republishes so the npm listings reflect the latest version. diff --git a/packages/blocks/CHANGELOG.md b/packages/blocks/CHANGELOG.md index b483b00..ee0f47a 100644 --- a/packages/blocks/CHANGELOG.md +++ b/packages/blocks/CHANGELOG.md @@ -1,5 +1,16 @@ # @mindees/blocks +## 1.1.2 + +### Patch Changes + +- [`7f71425`](https://github.com/mindees/mindees-ui/commit/7f71425b7156aecebd0634287b3f4b497bebebab) Thanks [@aashir-athar](https://github.com/aashir-athar)! - docs: SEO-refresh the package READMEs for 1.1.0 — updated component/blocks/icons inventory, the "components that understand layout context" positioning, one-line `createThemes` theming example, and high-volume keyword blocks. Republishes so the npm listings reflect the latest version. + +- Updated dependencies [[`7f71425`](https://github.com/mindees/mindees-ui/commit/7f71425b7156aecebd0634287b3f4b497bebebab), [`7f71425`](https://github.com/mindees/mindees-ui/commit/7f71425b7156aecebd0634287b3f4b497bebebab)]: + - @mindees/icons@1.2.0 + - @mindees/ui@1.2.0 + - @mindees/tokens@1.2.0 + ## 1.1.1 ### Patch Changes diff --git a/packages/blocks/package.json b/packages/blocks/package.json index 95eaf11..4fa33e0 100644 --- a/packages/blocks/package.json +++ b/packages/blocks/package.json @@ -1,6 +1,6 @@ { "name": "@mindees/blocks", - "version": "1.1.1", + "version": "1.1.2", "description": "Pre-built, composable screen blocks for React Native and Expo — auth forms, dashboards, commerce, social, settings — assembled from MindeesUI primitives. Drop in, restyle with tokens, ship faster.", "keywords": [ "react-native-blocks", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index fe56f50..e0d5342 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,15 @@ # @mindees/ui +## 1.2.0 + +### Patch Changes + +- [`7f71425`](https://github.com/mindees/mindees-ui/commit/7f71425b7156aecebd0634287b3f4b497bebebab) Thanks [@aashir-athar](https://github.com/aashir-athar)! - docs: SEO-refresh the package READMEs for 1.1.0 — updated component/blocks/icons inventory, the "components that understand layout context" positioning, one-line `createThemes` theming example, and high-volume keyword blocks. Republishes so the npm listings reflect the latest version. + +- Updated dependencies [[`7f71425`](https://github.com/mindees/mindees-ui/commit/7f71425b7156aecebd0634287b3f4b497bebebab), [`7f71425`](https://github.com/mindees/mindees-ui/commit/7f71425b7156aecebd0634287b3f4b497bebebab)]: + - @mindees/icons@1.2.0 + - @mindees/tokens@1.2.0 + ## 1.1.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index d841698..e3a8145 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@mindees/ui", - "version": "1.1.0", + "version": "1.2.0", "description": "Universal React Native CLI + Expo component library with a deterministic Layout Intelligence Layer.", "keywords": [ "react-native", diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index e682888..a64ba24 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -1,5 +1,11 @@ # @mindees/icons +## 1.2.0 + +### Minor Changes + +- [`7f71425`](https://github.com/mindees/mindees-ui/commit/7f71425b7156aecebd0634287b3f4b497bebebab) Thanks [@aashir-athar](https://github.com/aashir-athar)! - Add ~50 more tree-shakeable, fully-customizable icons (arrows, actions, nav, status, media, common) — each accepts size/color (+ strokeWidth where stroke-based). + ## 1.0.1 ### Patch Changes diff --git a/packages/icons/package.json b/packages/icons/package.json index d9b4843..e82a2ea 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@mindees/icons", - "version": "1.0.1", + "version": "1.2.0", "description": "Tree-shakeable SVG icon library for React Native and Expo, built on react-native-svg. Every icon is a named export; New Architecture ready; iOS, Android, and React Native Web.", "keywords": [ "react-native-icons", diff --git a/packages/tokens/CHANGELOG.md b/packages/tokens/CHANGELOG.md index 8700a5e..c594f7f 100644 --- a/packages/tokens/CHANGELOG.md +++ b/packages/tokens/CHANGELOG.md @@ -1,5 +1,11 @@ # @mindees/tokens +## 1.2.0 + +### Patch Changes + +- [`7f71425`](https://github.com/mindees/mindees-ui/commit/7f71425b7156aecebd0634287b3f4b497bebebab) Thanks [@aashir-athar](https://github.com/aashir-athar)! - docs: SEO-refresh the package READMEs for 1.1.0 — updated component/blocks/icons inventory, the "components that understand layout context" positioning, one-line `createThemes` theming example, and high-volume keyword blocks. Republishes so the npm listings reflect the latest version. + ## 1.1.0 ### Minor Changes diff --git a/packages/tokens/package.json b/packages/tokens/package.json index 58e4470..6c0f1f0 100644 --- a/packages/tokens/package.json +++ b/packages/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@mindees/tokens", - "version": "1.1.0", + "version": "1.2.0", "description": "Design tokens for React Native and Expo — colour scales (semantic + high-contrast), typography, spacing, radii, shadows, motion, breakpoints, z-index, density. The foundation of MindeesUI, usable on its own.", "keywords": [ "design-tokens",