Skip to content

Commit 3a505b9

Browse files
author
GitHub Release Bot
committed
Release 4.0.0
1 parent 9184ba8 commit 3a505b9

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

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+
## [4.0.0] - 2024-05-14
11+
1012
### Added
1113

1214
- Possibility to dinamically open or close `sidebar`
@@ -212,12 +214,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
212214
- created package :tada:
213215
- added tests
214216

215-
[unreleased]: https://github.com/neolution-ch/react-pattern-ui/compare/3.4.0...HEAD
217+
[unreleased]: https://github.com/neolution-ch/react-pattern-ui/compare/4.0.0...HEAD
216218
[2.1.1]: https://github.com/neolution-ch/react-pattern-ui/compare/2.1.0...2.1.1
217219
[2.1.0]: https://github.com/neolution-ch/react-pattern-ui/compare/2.0.2...2.1.0
218220
[2.0.2]: https://github.com/neolution-ch/react-pattern-ui/compare/2.0.1...2.0.2
219221
[2.0.1]: https://github.com/neolution-ch/react-pattern-ui/compare/2.0.0...2.0.1
220222
[2.0.0]: https://github.com/neolution-ch/react-pattern-ui/compare/45cbeb76034667019da84605082679900f506d75...2.0.0
223+
[4.0.0]: https://github.com/neolution-ch/react-pattern-ui/compare/3.4.0...4.0.0
221224
[3.4.0]: https://github.com/neolution-ch/react-pattern-ui/compare/3.3.0...3.4.0
222225
[3.3.0]: https://github.com/neolution-ch/react-pattern-ui/compare/3.2.1...3.3.0
223226
[3.2.1]: https://github.com/neolution-ch/react-pattern-ui/compare/3.2.0...3.2.1

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": "3.4.0",
3+
"version": "4.0.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)