File tree 3 files changed +19
-2
lines changed
3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # 0.2.0 (2020-12-10)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** reflexjs:** handle React.Fragment ([ 16ae1cd] ( https://github.com/reflexjs/reflexjs/commit/16ae1cdee53df54b1b6bb929186530d6d8768391 ) )
12
+ * update nextjs-starter-typescript ([ 50060bb] ( https://github.com/reflexjs/reflexjs/commit/50060bb9ef44d05eab002f97e2ceeb5b1e7aea78 ) )
13
+
14
+
15
+ ### Features
16
+
17
+ * add gatsby-starter-typescript and nextjs-starter-typescript ([ 24a1b3d] ( https://github.com/reflexjs/reflexjs/commit/24a1b3df0945968f3a313729e566bf19288bb826 ) )
18
+
19
+
20
+
21
+
22
+
6
23
# 0.1.0 (2020-12-03)
7
24
8
25
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nextjs-starter-typescript" ,
3
- "version" : " 0.1 .0" ,
3
+ "version" : " 0.2 .0" ,
4
4
"private" : true ,
5
5
"license" : " MIT" ,
6
6
"scripts" : {
12
12
"next" : " ^10.0.1" ,
13
13
"react" : " ^16.14.0" ,
14
14
"react-dom" : " ^16.14.0" ,
15
- "reflexjs" : " ^1.0.0-alpha.8 "
15
+ "reflexjs" : " ^1.0.0"
16
16
},
17
17
"devDependencies" : {
18
18
"@babel/core" : " ^7.12.9" ,
File renamed without changes.
You can’t perform that action at this time.
0 commit comments