Skip to content

Commit

Permalink
update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
goranalkovic-infinum committed Jul 29, 2024
1 parent cd57ba9 commit 6951046
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.

This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a CHANGELOG](https://keepachangelog.com/).

## [1.4.5] - 2024-07-30
- Added a couple of WP6.6-specific Gutenberg overrides.
- Improved `Repeater` add button reliability.
- Added boolean `tooltip` value to `Button` and `OptionSelect` that will match `aria-label` if set.
- `InputField` can have classes passed to the component wrapper with `wrapperClassName`.

## [1.4.4] - 2024-07-26
- Reduced update rate in `Repeater` to reduce re-renders.

Expand Down Expand Up @@ -132,6 +138,7 @@ This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a

[Unreleased]: https://github.com/infinum/eightshift-ui-components/compare/master...HEAD

[1.4.5]: https://github.com/infinum/eightshift-ui-components/compare/1.4.4...1.4.5
[1.4.4]: https://github.com/infinum/eightshift-ui-components/compare/1.4.3...1.4.4
[1.4.3]: https://github.com/infinum/eightshift-ui-components/compare/1.4.2...1.4.3
[1.4.2]: https://github.com/infinum/eightshift-ui-components/compare/1.4.1...1.4.2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eightshift/ui-components",
"version": "1.4.4",
"version": "1.4.5",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down

0 comments on commit 6951046

Please sign in to comment.