Skip to content

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mtorromeo committed Jan 29, 2024
1 parent c2a37d7 commit f0b2cae
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# Changelog
All notable changes to this project will be documented in this file.

## [0.1.0-beta.21] - 2024-01-29

### Bug Fixes

- *(Progress)* Use scaledValue for fallback percentage label
- *(Drawer)* Applied display none after close animation to avoid rare layout issues
- *(Drawer)* Fixed TouchEvent undefined error
- *(FormSelect)* Inherit v-model behavior from native select

### Features

- *(Pagination)* Added "total" slot for displaying custom pagination total items informations

## [0.1.0-beta.20] - 2024-01-16

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-patternfly/core",
"version": "0.1.0-beta.20",
"version": "0.1.0-beta.21",
"type": "module",
"files": [
"dist"
Expand Down

0 comments on commit f0b2cae

Please sign in to comment.