Skip to content

Commit d3254f1

Browse files
authored
Merge pull request #21 from neolution-ch/release/v2.1.2
v2.1.2 into main
2 parents 428086f + 99b1c62 commit d3254f1

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

.github/workflows/create-release-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
createrelease:
1010
runs-on: ubuntu-latest
11-
11+
if: github.ref == 'refs/heads/develop'
1212
steps:
1313
- name: Check out code
1414
uses: actions/checkout@v2

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,16 @@ All notable changes to this project will be documented in this file.
55
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

8-
### Added
9-
10-
- Date field support via react-date-picker
11-
128
## [Unreleased]
139

10+
## [2.1.2] - 2022-06-09
11+
1412
## [2.1.1] - 2022-06-09
1513

14+
### Added
15+
16+
- Date field support via react-date-picker
17+
1618
## [2.1.0] - 2022-06-09
1719

1820
## [2.0.1] - 2022-05-23
@@ -27,7 +29,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2729

2830
- Made package open source / public :tada:
2931

30-
[Unreleased]: https://github.com/neolution-ch/react-formik-ui/compare/2.1.1...HEAD
32+
[Unreleased]: https://github.com/neolution-ch/react-formik-ui/compare/2.1.2...HEAD
33+
34+
[2.1.2]: https://github.com/neolution-ch/react-formik-ui/compare/2.1.1...2.1.2
3135

3236
[2.1.1]: https://github.com/neolution-ch/react-formik-ui/compare/2.1.0...2.1.1
3337

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-formik-ui",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "Common Form Elements",
55
"license": "MIT",
66
"author": "Neolution",

0 commit comments

Comments
 (0)