File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7+ ## [ 6.3.1] - 2025-09-18
8+ ### Fixed
9+ - peerDependencies versions
10+
711## [ 6.3.0] - 2025-09-18
812### Added
913- Chat component
@@ -1022,6 +1026,7 @@ Initial release of Ignite UI Web Components
10221026- Ripple component
10231027- Switch component
10241028
1029+ [6.3.1]: https:// github.com/IgniteUI/igniteui-webcomponents/compare/6.3.0...6.3.1
10251030 [6.3.0]: https:// github.com/IgniteUI/igniteui-webcomponents/compare/6.2.2...6.3.0
10261031 [6.2.2]: https:// github.com/IgniteUI/igniteui-webcomponents/compare/6.2.1...6.2.2
10271032 [6.2.1]: https:// github.com/IgniteUI/igniteui-webcomponents/compare/6.2.0...6.2.1
Original file line number Diff line number Diff line change 8686 "lit" : " ^3.3.0"
8787 },
8888 "peerDependencies" : {
89- "dompurify" : " ^3.2." ,
89+ "dompurify" : " ^3.2.0 " ,
9090 "marked" : " ^16.3.0" ,
9191 "marked-shiki" : " ^1.2.0" ,
9292 "shiki" : " ^3.12.0"
You can’t perform that action at this time.
0 commit comments