Skip to content

Commit daa6df0

Browse files
authored
Merge branch 'main' into feature/hbl-layout-alpha
2 parents 33606c1 + bac5185 commit daa6df0

2 files changed

Lines changed: 18 additions & 2 deletions

File tree

CHANGELOG.md

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

1616
- PanelLayout
1717

18+
## [2.5.0] - 2023-08-08
19+
20+
### Added
21+
22+
- Added `styles.css` to the export in the package.json
23+
1824
## [2.4.0] - 2023-08-04
1925

2026
### Added
@@ -85,4 +91,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8591
- created package :tada:
8692
- added tests
8793

88-
[unreleased]: https://github.com/neolution-ch/react-pattern-ui/compare/2.4.0...HEAD
94+
[unreleased]: https://github.com/neolution-ch/react-pattern-ui/compare/2.5.0...HEAD
95+
[2.1.1]: https://github.com/neolution-ch/react-pattern-ui/compare/2.1.0...2.1.1
96+
[2.1.0]: https://github.com/neolution-ch/react-pattern-ui/compare/2.0.2...2.1.0
97+
[2.0.2]: https://github.com/neolution-ch/react-pattern-ui/compare/2.0.1...2.0.2
98+
[2.0.1]: https://github.com/neolution-ch/react-pattern-ui/compare/2.0.0...2.0.1
99+
[2.0.0]: https://github.com/neolution-ch/react-pattern-ui/compare/45cbeb76034667019da84605082679900f506d75...2.0.0
100+
[2.5.0]: https://github.com/neolution-ch/react-pattern-ui/compare/2.4.0...2.5.0
101+
[2.4.0]: https://github.com/neolution-ch/react-pattern-ui/compare/2.3.0...2.4.0
102+
[2.3.0]: https://github.com/neolution-ch/react-pattern-ui/compare/2.2.1...2.3.0
103+
[2.2.1]: https://github.com/neolution-ch/react-pattern-ui/compare/2.2.0...2.2.1
104+
[2.2.0]: https://github.com/neolution-ch/react-pattern-ui/releases/tag/2.2.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.4.1-alpha.0",
3+
"version": "2.5.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)