Skip to content

Commit c4d6e9a

Browse files
author
GitHub Release Bot
committed
Release 3.2.0
1 parent 60555bc commit c4d6e9a

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+
## [3.2.0] - 2024-01-24
11+
1012
### Added
1113

1214
- Sidebar overflow and automatic scroll to active item with `scrollIntoView`
@@ -155,12 +157,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
155157
- created package :tada:
156158
- added tests
157159

158-
[unreleased]: https://github.com/neolution-ch/react-pattern-ui/compare/3.1.1...HEAD
160+
[unreleased]: https://github.com/neolution-ch/react-pattern-ui/compare/3.2.0...HEAD
159161
[2.1.1]: https://github.com/neolution-ch/react-pattern-ui/compare/2.1.0...2.1.1
160162
[2.1.0]: https://github.com/neolution-ch/react-pattern-ui/compare/2.0.2...2.1.0
161163
[2.0.2]: https://github.com/neolution-ch/react-pattern-ui/compare/2.0.1...2.0.2
162164
[2.0.1]: https://github.com/neolution-ch/react-pattern-ui/compare/2.0.0...2.0.1
163165
[2.0.0]: https://github.com/neolution-ch/react-pattern-ui/compare/45cbeb76034667019da84605082679900f506d75...2.0.0
166+
[3.2.0]: https://github.com/neolution-ch/react-pattern-ui/compare/3.1.1...3.2.0
164167
[3.1.1]: https://github.com/neolution-ch/react-pattern-ui/compare/3.1.0...3.1.1
165168
[3.1.0]: https://github.com/neolution-ch/react-pattern-ui/compare/3.0.0...3.1.0
166169
[3.0.0]: https://github.com/neolution-ch/react-pattern-ui/compare/2.10.0...3.0.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": "3.1.1",
3+
"version": "3.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)