Skip to content

Commit

Permalink
v9.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Nov 19, 2024
1 parent bfaa629 commit 8f1376a
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 16 deletions.
35 changes: 23 additions & 12 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
- commits:
- subject: Improvements to the announcement notification
hash: afe9f894e492bb99dbad3c49776e8c6bc7540d64
body: |
* Close the announcement when user has clicked on a link
* Announcement slides down when closed
* Better responsive styles
* Make room for the 'need help' button
footer:
Change-type: patch
change-type: patch
author: Jonathan Berger
version: 9.7.6
title: ""
date: 2024-11-19T18:36:17.188Z
- commits:
- subject: "Form: Improve forwardRef typings"
hash: 11ad8e8ee037b2c8cae5b144817b1500ee4c8cea
Expand Down Expand Up @@ -174,18 +189,16 @@
- 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
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
body: |
Fibery: https://balena.fibery.io/Work/Task/Lens-icons-don't-have-a-hover-effect-2264
footer:
Change-type: patch
change-type: patch
Expand All @@ -199,18 +212,16 @@
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
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
body: |
Fibery: https://balena.fibery.io/Work/Task/Inputs-should-have-a-background-color-2277
footer:
Change-type: patch
change-type: patch
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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.7.6
## (2024-11-19)

* Improvements to the announcement notification [Jonathan Berger]

# v9.7.5
## (2024-11-18)

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.7.5",
"version": "9.7.6",
"main": "./dist/index.js",
"sideEffects": false,
"files": [
Expand Down Expand Up @@ -114,6 +114,6 @@
},
"homepage": "https://github.com/balena-io/ui-shared-components#readme",
"versionist": {
"publishedAt": "2024-11-18T20:03:01.968Z"
"publishedAt": "2024-11-19T18:36:17.343Z"
}
}

0 comments on commit 8f1376a

Please sign in to comment.