Skip to content

Commit 7a66182

Browse files
committed
chore: version bump
1 parent 508b496 commit 7a66182

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,25 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4-
## [unreleased]
4+
## [0.1.0-beta.30] - 2025-04-08
5+
6+
### Bug Fixes
7+
8+
- *(Tabs)* Corrected umount-on-exit behavior and added enter/leave emits on pf-tab
9+
- *(Radio)* Properly assigned name attribute to input
10+
- *(Tabs)* Added missing title slot declaration
11+
12+
### Documentation
13+
14+
- Reorganized layout documentation stories
15+
16+
### Features
17+
18+
- *(Radio)* Auto generate a unique id for label and input if none is specified and the input is not wrapped in a label
19+
- *(Banner)* Implemented component
20+
- *(ActionList)* Implemented components
21+
22+
## [0.1.0-beta.29] - 2025-04-07
523

624
### Bug Fixes
725

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-patternfly/core",
3-
"version": "0.1.0-beta.29",
3+
"version": "0.1.0-beta.30",
44
"type": "module",
55
"files": [
66
"dist"

0 commit comments

Comments
 (0)