Skip to content

Commit

Permalink
Merge pull request #19 from infinum/version-bump
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
goranalkovic-infinum authored Nov 15, 2024
2 parents 9df0bb3 + 2fb4b7a commit 2053ce9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ 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.7.2] - 2024-11-14
- Re-publish of `1.7.1`, as it didn't properly publish.

## [1.7.1] - 2024-11-14
- Fixed truncate helper when the input is empty.
- Added 2 new UI icons and 3 new block icons.
Expand Down Expand Up @@ -204,6 +207,7 @@ This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a
- Initial release

[Unreleased]: https://github.com/infinum/eightshift-ui-components/compare/master...HEAD
[1.7.2]: https://github.com/infinum/eightshift-ui-components/compare/1.7.1...1.7.2
[1.7.1]: https://github.com/infinum/eightshift-ui-components/compare/1.7.0...1.7.1
[1.7.0]: https://github.com/infinum/eightshift-ui-components/compare/1.6.1...1.7.0
[1.6.1]: https://github.com/infinum/eightshift-ui-components/compare/1.6.0...1.6.1
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.7.1",
"version": "1.7.2",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down

0 comments on commit 2053ce9

Please sign in to comment.