File tree 3 files changed +11
-7
lines changed 3 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 8
8
jobs :
9
9
createrelease :
10
10
runs-on : ubuntu-latest
11
-
11
+ if : github.ref == 'refs/heads/develop'
12
12
steps :
13
13
- name : Check out code
14
14
uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -5,14 +5,16 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ### Added
9
-
10
- - Date field support via react-date-picker
11
-
12
8
## [ Unreleased]
13
9
10
+ ## [ 2.1.2] - 2022-06-09
11
+
14
12
## [ 2.1.1] - 2022-06-09
15
13
14
+ ### Added
15
+
16
+ - Date field support via react-date-picker
17
+
16
18
## [ 2.1.0] - 2022-06-09
17
19
18
20
## [ 2.0.1] - 2022-05-23
@@ -27,7 +29,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
27
29
28
30
- Made package open source / public :tada :
29
31
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
31
35
32
36
[ 2.1.1 ] : https://github.com/neolution-ch/react-formik-ui/compare/2.1.0...2.1.1
33
37
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @neolution-ch/react-formik-ui" ,
3
- "version" : " 2.1.1 " ,
3
+ "version" : " 2.1.2 " ,
4
4
"description" : " Common Form Elements" ,
5
5
"license" : " MIT" ,
6
6
"author" : " Neolution" ,
You can’t perform that action at this time.
0 commit comments