Skip to content

Commit 22e7923

Browse files
chore: version packages (#89)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c0a800c commit 22e7923

File tree

10 files changed

+18
-14
lines changed

10 files changed

+18
-14
lines changed

.changeset/add-tour-component.md

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

.changeset/calendar-datepicker-enhancements.md

Lines changed: 0 additions & 5 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.8.0
4+
35
## 1.7.0
46

57
## 1.6.2

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.7.0",
3+
"version": "1.8.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.8.0
4+
35
## 1.7.0
46

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

packages/react/CHANGELOG.md

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

3+
## 1.8.0
4+
5+
### Minor Changes
6+
7+
- Add Tour component for step-by-step product guides with spotlight mask, Popper.js positioning, keyboard navigation, and customizable step indicators - [#88](https://github.com/wangdicoder/tiny-design/pull/88) [`57c2f38`](https://github.com/wangdicoder/tiny-design/commit/57c2f3813c74410cfc8208ed3591bb46c7804899)
8+
9+
- Calendar: add range selection, multiple selection, keyboard navigation, week numbers, valid range, dot indicators, decade panel, and card mode. DatePicker: add range mode with date range selection and preview highlighting. - [#87](https://github.com/wangdicoder/tiny-design/pull/87) [`a0b3e45`](https://github.com/wangdicoder/tiny-design/commit/a0b3e45046afa5626e616ca632ec015aafbc0322)
10+
311
## 1.7.0
412

513
### 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.7.0",
3+
"version": "1.8.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.8.0
4+
35
## 1.7.0
46

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

0 commit comments

Comments
 (0)