Skip to content

Commit 2a4ecef

Browse files
author
GitHub Release Bot
committed
Release 5.2.0
1 parent 918e65b commit 2a4ecef

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [5.2.0] - 2025-06-23
11+
1012
### Added
1113

1214
- Possibility to render the whole PanelSidebarLayout hiding completely the SidebarNav.
@@ -270,12 +272,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
270272
- created package :tada:
271273
- added tests
272274

273-
[unreleased]: https://github.com/neolution-ch/react-pattern-ui/compare/5.1.0...HEAD
275+
[unreleased]: https://github.com/neolution-ch/react-pattern-ui/compare/5.2.0...HEAD
274276
[2.1.1]: https://github.com/neolution-ch/react-pattern-ui/compare/2.1.0...2.1.1
275277
[2.1.0]: https://github.com/neolution-ch/react-pattern-ui/compare/2.0.2...2.1.0
276278
[2.0.2]: https://github.com/neolution-ch/react-pattern-ui/compare/2.0.1...2.0.2
277279
[2.0.1]: https://github.com/neolution-ch/react-pattern-ui/compare/2.0.0...2.0.1
278280
[2.0.0]: https://github.com/neolution-ch/react-pattern-ui/compare/45cbeb76034667019da84605082679900f506d75...2.0.0
281+
[5.2.0]: https://github.com/neolution-ch/react-pattern-ui/compare/5.1.0...5.2.0
279282
[5.1.0]: https://github.com/neolution-ch/react-pattern-ui/compare/5.0.0...5.1.0
280283
[5.0.0]: https://github.com/neolution-ch/react-pattern-ui/compare/4.3.0...5.0.0
281284
[4.3.0]: https://github.com/neolution-ch/react-pattern-ui/compare/4.2.0...4.3.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neolution-ch/react-pattern-ui",
3-
"version": "5.1.0",
3+
"version": "5.2.0",
44
"description": "Some basic functions and components which are needed in most of projects.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)