Skip to content

Commit

Permalink
Release 4.2.0
Browse files Browse the repository at this point in the history
GitHub Release Bot committed Oct 8, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 21eeede commit 9e94199
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.2.0] - 2024-10-08

### Added

- Expose `mainContentBodyRef` in order to control main body behaviour (e.g. scroll to top on page change)
@@ -236,12 +238,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- created package :tada:
- added tests

[unreleased]: https://github.com/neolution-ch/react-pattern-ui/compare/4.1.1...HEAD
[unreleased]: https://github.com/neolution-ch/react-pattern-ui/compare/4.2.0...HEAD
[2.1.1]: https://github.com/neolution-ch/react-pattern-ui/compare/2.1.0...2.1.1
[2.1.0]: https://github.com/neolution-ch/react-pattern-ui/compare/2.0.2...2.1.0
[2.0.2]: https://github.com/neolution-ch/react-pattern-ui/compare/2.0.1...2.0.2
[2.0.1]: https://github.com/neolution-ch/react-pattern-ui/compare/2.0.0...2.0.1
[2.0.0]: https://github.com/neolution-ch/react-pattern-ui/compare/45cbeb76034667019da84605082679900f506d75...2.0.0
[4.2.0]: https://github.com/neolution-ch/react-pattern-ui/compare/4.1.1...4.2.0
[4.1.1]: https://github.com/neolution-ch/react-pattern-ui/compare/4.1.0...4.1.1
[4.1.0]: https://github.com/neolution-ch/react-pattern-ui/compare/4.0.0...4.1.0
[4.0.0]: https://github.com/neolution-ch/react-pattern-ui/compare/3.4.0...4.0.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neolution-ch/react-pattern-ui",
"version": "4.1.1",
"version": "4.2.0",
"description": "Some basic functions and components which are needed in most of projects.",
"repository": {
"type": "git",

0 comments on commit 9e94199

Please sign in to comment.