Skip to content

Commit 6cc8929

Browse files
committed
chore(release): publish
- @reflexjs/mdx@1.0.0 - reflexjs@2.0.0 - gatsby-starter-typescript@1.0.0 - gatsby-starter@1.0.0 - nextjs-starter-blog@1.0.0 - nextjs-starter-typescript@1.0.0 - nextjs-starter@1.0.0
1 parent 967e557 commit 6cc8929

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
626
# [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)
727

828
**Note:** Version bump only for package nextjs-starter-typescript

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextjs-starter-typescript",
3-
"version": "1.0.0-rc.0",
3+
"version": "1.0.0",
44
"private": true,
55
"license": "MIT",
66
"scripts": {
@@ -12,7 +12,7 @@
1212
"next": "^10.1.3",
1313
"react": "^17.0.2",
1414
"react-dom": "^17.0.2",
15-
"reflexjs": "^2.0.0-rc.0"
15+
"reflexjs": "^2.0.0"
1616
},
1717
"devDependencies": {
1818
"@babel/core": "^7.12.9",

pages/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default function IndexPage() {
55
Welcome to <span color="primary">Reflexjs</span>
66
</h1>
77
<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>
99
</p>
1010
<a href="https://reflexjs.org/docs" variant="button.primary">
1111
Read the docs

0 commit comments

Comments
 (0)