Skip to content

Commit fad50e0

Browse files
update version and changelog
1 parent c563814 commit fad50e0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.
33

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

6+
## [1.4.2] - 2024-07-26
7+
- Added missing import in `NumberPicker`.
8+
- Improved `Repeater` behavior and reliability.
9+
- Added missing empty state in `Repeater`.
10+
611
## [1.4.1] - 2024-07-26
712
- Fixed popover flashes in `LinkInput` if there's less than 4 characters.
813

@@ -120,6 +125,7 @@ This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a
120125

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

128+
[1.4.2]: https://github.com/infinum/eightshift-ui-components/compare/1.4.1...1.4.2
123129
[1.4.1]: https://github.com/infinum/eightshift-ui-components/compare/1.4.0...1.4.1
124130
[1.4.0]: https://github.com/infinum/eightshift-ui-components/compare/1.3.2...1.4.0
125131
[1.3.2]: https://github.com/infinum/eightshift-ui-components/compare/1.3.1...1.3.2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eightshift/ui-components",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"type": "module",
55
"main": "./dist/index.js",
66
"module": "./dist/index.js",

0 commit comments

Comments
 (0)