Skip to content

Commit 963877b

Browse files
authored
Merge pull request #18 from neolution-ch/release/v2.1.1
v2.1.1 into develop
2 parents 1c4d8d1 + dc4004d commit 963877b

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9-
- Added styling for button groups
9+
10+
## [2.1.1] - 2022-12-09
11+
12+
- Added styling for button groups
1013

1114
## [2.1.0] - 2022-12-01
1215

@@ -37,7 +40,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3740
- created package :tada:
3841
- added tests
3942

40-
[Unreleased]: https://github.com/neolution-ch/react-pattern-ui/compare/2.1.0...HEAD
43+
[Unreleased]: https://github.com/neolution-ch/react-pattern-ui/compare/2.1.1...HEAD
44+
45+
[2.1.1]: https://github.com/neolution-ch/react-pattern-ui/compare/2.1.0...2.1.1
4146

4247
[2.1.0]: https://github.com/neolution-ch/react-pattern-ui/compare/2.0.2...2.1.0
4348

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.1.0",
3+
"version": "2.1.1",
44
"description": "Some basic functions and components which are needed in most of projects.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)