Skip to content

Commit

Permalink
v9.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Oct 25, 2024
1 parent 5ee2550 commit ad5d22a
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 4 deletions.
55 changes: 55 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,58 @@
- commits:
- subject: Change hover and active colors on menu items
hash: a69ec8c7be3140f1c1da8057fc926824619e195f
body: >
Fibery:
https://balena.fibery.io/Work/Task/We-are-lacking-a-background-color-for-hover-state-2293
footer:
Change-type: patch
change-type: patch
author: Jonathan Berger
- subject: Add hover color to toggle buttons
hash: 6eb5a72d40efdb166d5e640c8f7ee7a091b2c6e8
body: >
Fibery:
https://balena.fibery.io/Work/Task/Lens-icons-don't-have-a-hover-effect-2264
footer:
Change-type: patch
change-type: patch
author: Jonathan Berger
- subject: Update design-tokens package
hash: 7d6af5eff6e11baf1e62f0d77540b9833812f379
body: ""
footer:
Change-type: patch
change-type: patch
author: Jonathan Berger
- subject: Darken tab item text color
hash: 49ade5f559ef5fc539cecc712ef6952eb43b2993
body: >
Fibery:
https://balena.fibery.io/Work/Task/Normal-state-color-for-tab-items-is-too-light-2275
footer:
Change-type: patch
change-type: patch
author: Jonathan Berger
- subject: Add a white background to inputs
hash: 58a445c8c6cd08295e3250dbbce8071a2d8f5f70
body: >
Fibery:
https://balena.fibery.io/Work/Task/Inputs-should-have-a-background-color-2277
footer:
Change-type: patch
change-type: patch
author: Jonathan Berger
- subject: Reduce input height
hash: babbd89f4ad7fa3101e5178b1d444c1294e963cd
body: |
Fibery: https://balena.fibery.io/Work/Task/Input-height-is-too-big-2295
footer:
Change-type: patch
change-type: patch
author: Jonathan Berger
version: 9.4.2
title: ""
date: 2024-10-25T17:47:27.609Z
- commits:
- subject: "DownloadImageDialog: Fix ESR versions missing line Chips"
hash: 1f9daffe2986a453951b6a715aa4e937909c6e34
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/).

# v9.4.2
## (2024-10-25)

* Change hover and active colors on menu items [Jonathan Berger]
* Add hover color to toggle buttons [Jonathan Berger]
* Update design-tokens package [Jonathan Berger]
* Darken tab item text color [Jonathan Berger]
* Add a white background to inputs [Jonathan Berger]
* Reduce input height [Jonathan Berger]

# v9.4.1
## (2024-10-25)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@balena/ui-shared-components",
"version": "9.4.1",
"version": "9.4.2",
"main": "./dist/index.js",
"sideEffects": false,
"files": [
Expand Down Expand Up @@ -110,6 +110,6 @@
},
"homepage": "https://github.com/balena-io/ui-shared-components#readme",
"versionist": {
"publishedAt": "2024-10-25T13:17:46.249Z"
"publishedAt": "2024-10-25T17:47:27.770Z"
}
}

0 comments on commit ad5d22a

Please sign in to comment.