Skip to content

Commit 02d0a51

Browse files
update version and changelog
1 parent 7659b6f commit 02d0a51

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ 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.3.2] - 2024-07-23
7+
- Tweaked `OptionSelect` rich label style.
8+
69
## [1.3.1] - 2024-07-19
710
- Tweaked Gradient editor layout.
811
- Tweaked Gutenberg tooltip style.
@@ -99,6 +102,7 @@ This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a
99102

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

105+
[1.3.2]: https://github.com/infinum/eightshift-ui-components/compare/1.3.1...1.3.2
102106
[1.3.1]: https://github.com/infinum/eightshift-ui-components/compare/1.3.0...1.3.1
103107
[1.3.0]: https://github.com/infinum/eightshift-ui-components/compare/1.2.3...1.3.0
104108
[1.2.3]: https://github.com/infinum/eightshift-ui-components/compare/1.2.2...1.2.3

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.3.1",
3+
"version": "1.3.2",
44
"type": "module",
55
"main": "./dist/index.js",
66
"module": "./dist/index.js",

0 commit comments

Comments
 (0)