Skip to content

Commit f58a693

Browse files
update changelog and version
1 parent 6d702a2 commit f58a693

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+
## [6.0.1] - 2025-11-14
7+
- Fix output issue with `ContainerGroup` passed components.
8+
69
## [6.0.0] - 2025-11-14
710
- Updated dependencies.
811
- Reworked visuals of most controls.
@@ -498,6 +501,7 @@ Co-authored with @piqusy
498501
- Initial release
499502

500503
[Unreleased]: https://github.com/infinum/eightshift-ui-components/compare/master...HEAD
504+
[6.0.1]: https://github.com/infinum/eightshift-ui-components/compare/6.0.0...6.0.1
501505
[6.0.0]: https://github.com/infinum/eightshift-ui-components/compare/5.6.1...6.0.0
502506
[5.6.1]: https://github.com/infinum/eightshift-ui-components/compare/5.6.0...5.6.1
503507
[5.6.0]: https://github.com/infinum/eightshift-ui-components/compare/5.5.0...5.6.0

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

0 commit comments

Comments
 (0)