Skip to content

Commit

Permalink
update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
goranalkovic-infinum committed Jul 26, 2024
1 parent c563814 commit fad50e0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ 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.2] - 2024-07-26
- Added missing import in `NumberPicker`.
- Improved `Repeater` behavior and reliability.
- Added missing empty state in `Repeater`.

## [1.4.1] - 2024-07-26
- Fixed popover flashes in `LinkInput` if there's less than 4 characters.

Expand Down Expand Up @@ -120,6 +125,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.2]: https://github.com/infinum/eightshift-ui-components/compare/1.4.1...1.4.2
[1.4.1]: https://github.com/infinum/eightshift-ui-components/compare/1.4.0...1.4.1
[1.4.0]: https://github.com/infinum/eightshift-ui-components/compare/1.3.2...1.4.0
[1.3.2]: https://github.com/infinum/eightshift-ui-components/compare/1.3.1...1.3.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.1",
"version": "1.4.2",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down

0 comments on commit fad50e0

Please sign in to comment.