Skip to content

Commit dc3a0df

Browse files
chore: version packages
1 parent 2d3e756 commit dc3a0df

7 files changed

Lines changed: 13 additions & 8 deletions

File tree

.changeset/replace-react-transition-group.md

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

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.3.0
4+
35
## 1.2.0
46

57
## 1.1.2

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.2.0",
3+
"version": "1.3.0",
44
"description": "SVG icon components for tiny-design",
55
"license": "MIT",
66
"keywords": [

packages/react/CHANGELOG.md

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

3+
## 1.3.0
4+
5+
### Minor Changes
6+
7+
- Replace react-transition-group with a custom useTransition hook for CSS-driven animations. This removes the unmaintained dependency and prepares the library for React 19 compatibility. - [#66](https://github.com/wangdicoder/tiny-design/pull/66) [`2d3e756`](https://github.com/wangdicoder/tiny-design/commit/2d3e756674c47058180981b304af84f181f63027)
8+
39
## 1.2.0
410

511
### Minor Changes

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.2.0",
3+
"version": "1.3.0",
44
"description": "A friendly UI component set for React",
55
"license": "MIT",
66
"keywords": [

packages/tokens/CHANGELOG.md

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

3+
## 1.3.0
4+
35
## 1.2.0
46

57
## 1.1.2

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.2.0",
3+
"version": "1.3.0",
44
"description": "Design tokens, themes, and foundational styles for Tiny UI",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)