Skip to content

Commit ae06f64

Browse files
committed
chore(release): publish
- e2e-tests-blocks@0.3.0 - e2e-tests-gatsby-plugin-image@0.4.0 - e2e-tests-gatsby-plugin-metatags@0.3.0 - e2e-tests-gatsby-theme-block@0.3.0 - e2e-tests-gatsby-theme-core@0.3.0 - example-blog@0.7.0 - example-video@0.4.0 - @reflexjs/gatsby-plugin-image@0.5.0 - @reflexjs/gatsby-plugin-metatags@0.5.0 - @reflexjs/gatsby-plugin-search-algolia@0.5.0 - @reflexjs/gatsby-theme-base@0.6.0 - @reflexjs/gatsby-theme-block@0.6.0 - @reflexjs/gatsby-theme-core@0.8.0 - @reflexjs/gatsby-theme-doc@0.8.0 - @reflexjs/gatsby-theme-library@0.7.0 - @reflexjs/gatsby-theme-nav@0.6.0 - @reflexjs/gatsby-theme-post@0.8.0 - @reflexjs/gatsby-theme-profile@0.6.0 - @reflexjs/gatsby-theme-styleguide@0.4.0 - @reflexjs/gatsby-theme-tutorial@0.5.0 - @reflexjs/gatsby-theme-video@0.7.0 - reflexjs@1.0.0 - ui@0.4.0 - www-next@0.6.0 - www@0.16.0 - gatsby-starter-base@0.7.0 - gatsby-starter-typescript@0.2.0 - gatsby-starter@0.2.0 - nextjs-starter-typescript@0.2.0 - nextjs-starter@0.2.0
1 parent d75ffed commit ae06f64

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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+
# 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+
623
# 0.1.0 (2020-12-03)
724

825

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextjs-starter-typescript",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"private": true,
55
"license": "MIT",
66
"scripts": {
@@ -12,7 +12,7 @@
1212
"next": "^10.0.1",
1313
"react": "^16.14.0",
1414
"react-dom": "^16.14.0",
15-
"reflexjs": "^1.0.0-alpha.8"
15+
"reflexjs": "^1.0.0"
1616
},
1717
"devDependencies": {
1818
"@babel/core": "^7.12.9",
File renamed without changes.

0 commit comments

Comments
 (0)