Skip to content

Commit d860c74

Browse files
author
GitHub Release Bot
committed
Release 2.7.0
1 parent 753c211 commit d860c74

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+
## [2.7.0] - 2023-08-29
11+
1012
### Fixed
1113

1214
- Removed sidebar drop shadow on screens where it's closed by default (small/medium size screens) in order to avoid having a shadow visible to the left of the screen even when the menu is closed on mobile/tablet
@@ -101,12 +103,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
101103
- created package :tada:
102104
- added tests
103105

104-
[unreleased]: https://github.com/neolution-ch/react-pattern-ui/compare/2.6.0...HEAD
106+
[unreleased]: https://github.com/neolution-ch/react-pattern-ui/compare/2.7.0...HEAD
105107
[2.1.1]: https://github.com/neolution-ch/react-pattern-ui/compare/2.1.0...2.1.1
106108
[2.1.0]: https://github.com/neolution-ch/react-pattern-ui/compare/2.0.2...2.1.0
107109
[2.0.2]: https://github.com/neolution-ch/react-pattern-ui/compare/2.0.1...2.0.2
108110
[2.0.1]: https://github.com/neolution-ch/react-pattern-ui/compare/2.0.0...2.0.1
109111
[2.0.0]: https://github.com/neolution-ch/react-pattern-ui/compare/45cbeb76034667019da84605082679900f506d75...2.0.0
112+
[2.7.0]: https://github.com/neolution-ch/react-pattern-ui/compare/2.6.0...2.7.0
110113
[2.6.0]: https://github.com/neolution-ch/react-pattern-ui/compare/2.5.0...2.6.0
111114
[2.5.0]: https://github.com/neolution-ch/react-pattern-ui/compare/2.4.0...2.5.0
112115
[2.4.0]: https://github.com/neolution-ch/react-pattern-ui/compare/2.3.0...2.4.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": "2.6.0",
3+
"version": "2.7.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)