Skip to content

Commit ad7adb9

Browse files
pennalPennati, Lucasgithub-actions[bot]
authored
docs: prepare changelog for release 5.1.1 (#435)
* docs: prepare changelog for release 5.1.1 * v5.1.1 (#436) Co-authored-by: GitHub action <> --------- Co-authored-by: Pennati, Lucas <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b2b9a34 commit ad7adb9

File tree

7 files changed

+17
-13
lines changed

7 files changed

+17
-13
lines changed

docs/changelog.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
88

99
### Added
1010

11-
- Added `hoverContent` prop to `six-tab` to override the default hover content.
12-
1311
### Fixed
1412

1513
### Removed
@@ -18,6 +16,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
1816

1917
### Deprecated
2018

19+
## 5.1.1 - 2025-11-04
20+
21+
### Added
22+
23+
- Added `hoverContent` prop to `six-tab` to override the default hover content.
24+
2125
## 5.1.0 - 2025-10-23
2226

2327
### Added

libraries/ui-library-angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@six-group/ui-library-angular",
3-
"version": "5.1.0",
3+
"version": "5.1.1",
44
"description": "Angular wrapper components for @six-group/ui-library",
55
"private": false,
66
"scripts": {

libraries/ui-library-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@six-group/ui-library-react",
33
"description": "React wrapper components for @six-group/ui-library",
4-
"version": "5.1.0",
4+
"version": "5.1.1",
55
"private": false,
66
"main": "dist/index.js",
77
"module": "dist/index.js",

libraries/ui-library-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@six-group/ui-library-vue",
3-
"version": "5.1.0",
3+
"version": "5.1.1",
44
"description": "Vue wrapper components for @six-group/ui-library",
55
"main": "dist/index.js",
66
"type": "module",

libraries/ui-library/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@six-group/ui-library",
3-
"version": "5.1.0",
3+
"version": "5.1.1",
44
"description": "Web components in alignment with the SIX corporate styleguide",
55
"license": "Apache-2.0",
66
"main": "dist/index.cjs.js",

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@six-group/workspace",
3-
"version": "5.1.0",
3+
"version": "5.1.1",
44
"scripts": {
55
"start": "npm run start -w libraries/ui-library",
66
"watch:lib": "npm run watch -w libraries/ui-library",

0 commit comments

Comments
 (0)