Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/update-npm-homepage.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions packages/tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion packages/tokens/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading