Skip to content

Commit 29f57d0

Browse files
chore: version packages (#51)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 582bc46 commit 29f57d0

7 files changed

Lines changed: 25 additions & 10 deletions

File tree

.changeset/fix-heading-hook.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.0.10
4+
35
## 1.0.12
46

57
### Patch Changes

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.0.9",
3+
"version": "1.0.10",
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.0.10
4+
5+
### Patch Changes
6+
7+
- [#50](https://github.com/wangdicoder/tiny-design/pull/50) [`582bc46`](https://github.com/wangdicoder/tiny-design/commit/582bc46828a5a8032ee9fe4d98ead5f0d547f61e) Thanks [@wangdicoder](https://github.com/wangdicoder)! - Fix conditional hook call in Heading component
8+
9+
- Updated dependencies []:
10+
- @tiny-design/icons@1.0.10
11+
- @tiny-design/tokens@1.0.10
12+
313
## Release Schedule
414

515
- **x version**: release is not included in this schedule for breaking change and new features.

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

packages/tokens/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# @tiny-design/tokens
2+
3+
## 1.0.10

packages/tokens/package.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tiny-design/tokens",
3-
"version": "1.0.9",
3+
"version": "1.0.10",
44
"description": "Design tokens, themes, and foundational styles for Tiny UI",
55
"license": "MIT",
66
"repository": {
@@ -17,8 +17,13 @@
1717
"./css/*": "./css/*",
1818
"./scss/*": "./scss/*"
1919
},
20-
"sideEffects": ["**/*.css"],
21-
"files": ["css", "scss"],
20+
"sideEffects": [
21+
"**/*.css"
22+
],
23+
"files": [
24+
"css",
25+
"scss"
26+
],
2227
"scripts": {
2328
"build": "node scripts/build.js",
2429
"clean": "rimraf css"

0 commit comments

Comments
 (0)