diff --git a/.changeset/update-npm-homepage.md b/.changeset/update-npm-homepage.md deleted file mode 100644 index 9e0479e..0000000 --- a/.changeset/update-npm-homepage.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@mindees/ui': patch -'@mindees/tokens': patch -'@mindees/icons': patch ---- - -Update npm package metadata and README links: point `homepage` and all README doc links at the live docs site (https://mindees-ui.vercel.app), add `repository` (with `directory`) and `bugs` fields to `@mindees/tokens` and `@mindees/icons` so the npm listing renders proper "Repository" and "Issues" links. The root README "Components" link now targets the new `/docs/components` overview. No code changes. diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md new file mode 100644 index 0000000..bf30a74 --- /dev/null +++ b/packages/core/CHANGELOG.md @@ -0,0 +1,11 @@ +# @mindees/ui + +## 1.0.1 + +### Patch Changes + +- [`35e3c77`](https://github.com/mindees/mindees-ui/commit/35e3c779c1b019a68cf5c8eb02b691bfc8aee5af) Thanks [@aashir-athar](https://github.com/aashir-athar)! - Update npm package metadata and README links: point `homepage` and all README doc links at the live docs site (https://mindees-ui.vercel.app), add `repository` (with `directory`) and `bugs` fields to `@mindees/tokens` and `@mindees/icons` so the npm listing renders proper "Repository" and "Issues" links. The root README "Components" link now targets the new `/docs/components` overview. No code changes. + +- Updated dependencies [[`35e3c77`](https://github.com/mindees/mindees-ui/commit/35e3c779c1b019a68cf5c8eb02b691bfc8aee5af)]: + - @mindees/tokens@1.0.1 + - @mindees/icons@1.0.1 diff --git a/packages/core/package.json b/packages/core/package.json index 7f8eafe..9c30455 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@mindees/ui", - "version": "1.0.0", + "version": "1.0.1", "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 new file mode 100644 index 0000000..e682888 --- /dev/null +++ b/packages/icons/CHANGELOG.md @@ -0,0 +1,7 @@ +# @mindees/icons + +## 1.0.1 + +### Patch Changes + +- [`35e3c77`](https://github.com/mindees/mindees-ui/commit/35e3c779c1b019a68cf5c8eb02b691bfc8aee5af) Thanks [@aashir-athar](https://github.com/aashir-athar)! - Update npm package metadata and README links: point `homepage` and all README doc links at the live docs site (https://mindees-ui.vercel.app), add `repository` (with `directory`) and `bugs` fields to `@mindees/tokens` and `@mindees/icons` so the npm listing renders proper "Repository" and "Issues" links. The root README "Components" link now targets the new `/docs/components` overview. No code changes. diff --git a/packages/icons/package.json b/packages/icons/package.json index fe983bd..d9b4843 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@mindees/icons", - "version": "1.0.0", + "version": "1.0.1", "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 new file mode 100644 index 0000000..839fa8a --- /dev/null +++ b/packages/tokens/CHANGELOG.md @@ -0,0 +1,7 @@ +# @mindees/tokens + +## 1.0.1 + +### Patch Changes + +- [`35e3c77`](https://github.com/mindees/mindees-ui/commit/35e3c779c1b019a68cf5c8eb02b691bfc8aee5af) Thanks [@aashir-athar](https://github.com/aashir-athar)! - Update npm package metadata and README links: point `homepage` and all README doc links at the live docs site (https://mindees-ui.vercel.app), add `repository` (with `directory`) and `bugs` fields to `@mindees/tokens` and `@mindees/icons` so the npm listing renders proper "Repository" and "Issues" links. The root README "Components" link now targets the new `/docs/components` overview. No code changes. diff --git a/packages/tokens/package.json b/packages/tokens/package.json index ce99c03..ba1e22f 100644 --- a/packages/tokens/package.json +++ b/packages/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@mindees/tokens", - "version": "1.0.0", + "version": "1.0.1", "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",