File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 1.0.1] - 2023-11-15
8
+ #### Added
9
+ - Legacy polygon id integration
10
+
7
11
## [ 1.0.0] - 2023-06-25
8
12
#### Added
9
13
- Fields
@@ -70,7 +74,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
70
74
#### Under the hood changes
71
75
- Initiated and setup project
72
76
73
- [ Unreleased ] : https://gitlab.com/distributed_lab/frontend/react-template/compare/1.0.0...main
77
+ [ Unreleased ] : https://gitlab.com/distributed_lab/frontend/react-template/compare/1.0.1...main
78
+ [ 1.0.1 ] : https://gitlab.com/distributed_lab/frontend/react-template/compare/1.0.0...1.0.1
74
79
[ 1.0.0 ] : https://gitlab.com/distributed_lab/frontend/react-template/compare/1.0.0-rc.1...1.0.0
75
80
[ 1.0.0-rc.1 ] : https://gitlab.com/distributed_lab/frontend/react-template/compare/1.0.0-rc.0...1.0.0-rc.1
76
81
[ 1.0.0-rc.0 ] : https://gitlab.com/distributed_lab/frontend/react-template/tags/1.0.0-rc.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-template" ,
3
3
"private" : true ,
4
- "version" : " 1.0.0 " ,
4
+ "version" : " 1.0.1 " ,
5
5
"gitHooks" : {
6
6
"pre-commit" : " tsc && yarn lint" ,
7
7
"pre-push" : " yarn rsc"
You can’t perform that action at this time.
0 commit comments