Skip to content

Commit 6b83f47

Browse files
chore: version packages (#131)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e5335cf commit 6b83f47

10 files changed

Lines changed: 24 additions & 15 deletions

File tree

.changeset/fix-react-runtime-markers.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/per-component-css-token-slices.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/charts/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @tiny-design/charts
22

3+
## 1.15.0
4+
35
## 1.14.0
46

57
## 1.13.3

packages/charts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tiny-design/charts",
3-
"version": "1.14.0",
3+
"version": "1.15.0",
44
"description": "Theme-aware chart components for Tiny Design, built on Recharts",
55
"license": "MIT",
66
"repository": {

packages/icons/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @tiny-design/icons
22

3+
## 1.15.0
4+
35
## 1.14.0
46

57
## 1.13.3

packages/icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tiny-design/icons",
3-
"version": "1.14.0",
3+
"version": "1.15.0",
44
"description": "SVG icon components for tiny-design",
55
"license": "MIT",
66
"keywords": [

packages/react/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 1.15.0
4+
5+
### Minor Changes
6+
7+
- Emit per-component CSS token slices to dramatically shrink per-component bundles. The tokens package now emits `dist/css/foundation.css` (primitives), `dist/css/semantic.css` (semantics), and `dist/css/components/<name>.css` (per-component) alongside the existing `base.css`. Each compiled component entry imports only the slices it transitively needs, reducing per-component CSS by ~60% raw and ~80% gzipped (Button: 261 KB → 103 KB raw, 36 KB → 7.5 KB gzipped). Full-library bundle size is unchanged; `base.css` is still emitted for backward compatibility. - [#132](https://github.com/wangdicoder/tiny-design/pull/132) [`e5335cf`](https://github.com/wangdicoder/tiny-design/commit/e5335cf44e879b2202b41f204436132fd171bf9e)
8+
9+
### Patch Changes
10+
11+
- Replace runtime displayName checks with component markers for React component composition and keep displayName for debugging only. - [#130](https://github.com/wangdicoder/tiny-design/pull/130) [`d06e59d`](https://github.com/wangdicoder/tiny-design/commit/d06e59d7a6e010b858b6840d7088f00676ff6751)
12+
313
## 1.14.0
414

515
## 1.13.3

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tiny-design/react",
3-
"version": "1.14.0",
3+
"version": "1.15.0",
44
"description": "A friendly UI component set for React",
55
"license": "MIT",
66
"keywords": [

packages/tokens/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @tiny-design/tokens
22

3+
## 1.15.0
4+
5+
### Minor Changes
6+
7+
- Emit per-component CSS token slices to dramatically shrink per-component bundles. The tokens package now emits `dist/css/foundation.css` (primitives), `dist/css/semantic.css` (semantics), and `dist/css/components/<name>.css` (per-component) alongside the existing `base.css`. Each compiled component entry imports only the slices it transitively needs, reducing per-component CSS by ~60% raw and ~80% gzipped (Button: 261 KB → 103 KB raw, 36 KB → 7.5 KB gzipped). Full-library bundle size is unchanged; `base.css` is still emitted for backward compatibility. - [#132](https://github.com/wangdicoder/tiny-design/pull/132) [`e5335cf`](https://github.com/wangdicoder/tiny-design/commit/e5335cf44e879b2202b41f204436132fd171bf9e)
8+
39
## 1.14.0
410

511
### Minor Changes

packages/tokens/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tiny-design/tokens",
3-
"version": "1.14.0",
3+
"version": "1.15.0",
44
"description": "Design tokens and v2 theme runtime for Tiny UI",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)