File tree 3 files changed +23
-3
lines changed
3 files changed +23
-3
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
+ # [ 1.0.0] ( https://github.com/reflexjs/reflexjs/compare/nextjs-starter-typescript@1.0.0-rc.1...nextjs-starter-typescript@1.0.0 ) (2021-04-14)
7
+
8
+ ** Note:** Version bump only for package nextjs-starter-typescript
9
+
10
+
11
+
12
+
13
+
14
+ # [ 1.0.0-rc.1] ( https://github.com/reflexjs/reflexjs/compare/nextjs-starter-typescript@1.0.0-rc.0...nextjs-starter-typescript@1.0.0-rc.1 ) (2021-04-07)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * update link for nextjs starters ([ f4e2e12] ( https://github.com/reflexjs/reflexjs/commit/f4e2e12a5416acd7df26cbee9c72b3dc81a2be13 ) )
20
+ * update starter index pages ([ 6034522] ( https://github.com/reflexjs/reflexjs/commit/603452293868b42066a82a28890f6d914aebfa3b ) )
21
+
22
+
23
+
24
+
25
+
6
26
# [ 1.0.0-rc.0] ( https://github.com/reflexjs/reflexjs/compare/nextjs-starter-typescript@1.0.0-alpha.7...nextjs-starter-typescript@1.0.0-rc.0 ) (2021-04-07)
7
27
8
28
** Note:** Version bump only for package nextjs-starter-typescript
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nextjs-starter-typescript" ,
3
- "version" : " 1.0.0-rc.0 " ,
3
+ "version" : " 1.0.0" ,
4
4
"private" : true ,
5
5
"license" : " MIT" ,
6
6
"scripts" : {
12
12
"next" : " ^10.1.3" ,
13
13
"react" : " ^17.0.2" ,
14
14
"react-dom" : " ^17.0.2" ,
15
- "reflexjs" : " ^2.0.0-rc.0 "
15
+ "reflexjs" : " ^2.0.0"
16
16
},
17
17
"devDependencies" : {
18
18
"@babel/core" : " ^7.12.9" ,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ export default function IndexPage() {
5
5
Welcome to < span color = "primary" > Reflexjs</ span >
6
6
</ h1 >
7
7
< p fontSize = "xl" my = "4" >
8
- Get started by editing < code variant = "text.code" > pages/index.js </ code >
8
+ Get started by editing < code variant = "text.code" > pages/index.tsx </ code >
9
9
</ p >
10
10
< a href = "https://reflexjs.org/docs" variant = "button.primary" >
11
11
Read the docs
You can’t perform that action at this time.
0 commit comments