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
5 changes: 0 additions & 5 deletions .changeset/icons-1-1-0-more-icons.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/readme-seo-refresh.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/blocks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/blocks/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
10 changes: 10 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
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.1.0",
"version": "1.2.0",
"description": "Universal React Native CLI + Expo component library with a deterministic Layout Intelligence Layer.",
"keywords": [
"react-native",
Expand Down
6 changes: 6 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
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.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",
Expand Down
6 changes: 6 additions & 0 deletions packages/tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
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.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",
Expand Down
Loading