Skip to content

Commit dbb091e

Browse files
authored
chore(release): update package versions [skip ci] (#203)
* chore(release): update package versions [skip ci] * chore(release): update package versions [skip ci] * docs(standards): update `CHANGELOG.md` files
1 parent 5c93909 commit dbb091e

File tree

6 files changed

+10
-2
lines changed

6 files changed

+10
-2
lines changed

packages/ui-card/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.0] - 2025-08-21
11+
1012
### Addedd
1113

1214
- Added `Card` component. Includes support for variants (`base`, `outline`), sizes (`sm`, `base`, `md`, `lg`). [#199](https://github.com/halvaradop/ui/pull/197)

packages/ui-radio-group/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10+
## [1.1.0] - 2025-08-21
11+
1012
### Changed
1113

1214
- Update the handler to update the state from `onChange` to `onValueChange` in the `RadioGroup` component, enabling external control and synchronization with the component's internal state. [#204](https://github.com/halvaradop/ui/pull/204)

packages/ui-radio-group/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@halvaradop/ui-radio-group",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"private": false,
55
"description": "A customizable Radio Group component for @halvaradop/ui library with Tailwind CSS styling.",
66
"type": "module",

packages/ui-select/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10+
## [1.1.0] - 2025-08-21
11+
1012
### Added
1113

1214
- Introduced new `open` and `value` attributes, along with `onValueChange` and `onOpenChange` handlers, enabling external control and monitoring of internal state changes in response to user interactions. [#199](https://github.com/halvaradop/ui/pull/199)

packages/ui-select/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@halvaradop/ui-select",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"private": false,
55
"description": "A customizable Select component for @halvaradop/ui library with Tailwind CSS styling.",
66
"type": "module",

packages/ui-textarea/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.0] - 2025-08-21
11+
1012
### Addedd
1113

1214
- Added `Textarea` component. Includes support for variants (`base`), sizes (`sm`, `base`, `md`, `lg`), and resizes (`content`, `both`, `vertical`, `horizontal`). Also supports `fullWidth` and `fullRounded` props. [#194](https://github.com/halvaradop/ui/pull/194)

0 commit comments

Comments
 (0)