Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## 5.5.1-rc.2 - 2026-08-17
## Upcoming

## 5.5.1 - 2026-08-18

### Added

Expand All @@ -17,11 +19,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
longer need `importProvidersFrom(UiLibraryAngularModule.forRoot())`. Registering the custom
elements is memoized, so repeated `forRoot()` usage (e.g. one injector per test) no longer leads
to "JavaScript heap out of memory" errors.

## 5.5.1-rc.1 - 2026-07-20

### Fixed

- `six-file-upload`: Fixed six-file-upload-success being emitted twice on file drop in Angular
applications using Zone.js.
- Updated and fixed vulnerable dependencies within the libraries
Expand Down
2 changes: 1 addition & 1 deletion libraries/ui-library-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@six-group/ui-library-angular",
"version": "5.5.1-rc.2",
"version": "5.5.1",
"description": "Angular wrapper components for @six-group/ui-library",
"private": false,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion libraries/ui-library-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@six-group/ui-library-react",
"description": "React wrapper components for @six-group/ui-library",
"version": "5.5.1-rc.2",
"version": "5.5.1",
"private": false,
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion libraries/ui-library-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@six-group/ui-library-vue",
"version": "5.5.1-rc.2",
"version": "5.5.1",
"description": "Vue wrapper components for @six-group/ui-library",
"main": "dist/index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion libraries/ui-library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@six-group/ui-library",
"version": "5.5.1-rc.2",
"version": "5.5.1",
"description": "Web components in alignment with the SIX corporate styleguide",
"license": "Apache-2.0",
"main": "dist/index.cjs.js",
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@six-group/workspace",
"version": "5.5.1-rc.2",
"version": "5.5.1",
"scripts": {
"start": "npm run start -w libraries/ui-library",
"watch:lib": "npm run watch -w libraries/ui-library",
Expand Down
Loading