Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Commit

Permalink
build: v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zeromake committed Jan 16, 2018
1 parent fe1e4d0 commit b1345f4
Show file tree
Hide file tree
Showing 3 changed files with 176 additions and 85 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,19 @@
<a name="1.1.0"></a>
# [1.1.0](https://github.com/zeromake/zreact/compare/v1.0.3...v1.1.0) (2018-01-16)


### Bug Fixes

* empty children is null ([14f5d82](https://github.com/zeromake/zreact/commit/14f5d82))


### Features

* add react function ([2450011](https://github.com/zeromake/zreact/commit/2450011))
* render null is not dom ([fe1e4d0](https://github.com/zeromake/zreact/commit/fe1e4d0))



<a name="1.0.3"></a>
## [1.0.3](https://github.com/zeromake/zreact/compare/v1.0.2...v1.0.3) (2018-01-05)

Expand Down
18 changes: 9 additions & 9 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "zreact",
"version": "1.0.3",
"version": "1.1.0",
"description": "React like,copy by preact",
"main": "dist/zreact.js",
"module": "dist/zreact.esm.js",
Expand Down Expand Up @@ -75,7 +75,7 @@
"karma": "^2.0.0",
"karma-chai-sinon": "^0.1.5",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage-istanbul-reporter": "^1.3.0",
"karma-coverage-istanbul-reporter": "^1.3.3",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-phantomjs-launcher": "^1.0.4",
Expand All @@ -85,22 +85,22 @@
"mocha": "^4.0.1",
"preact-jsx-chai": "^2.2.1",
"preact-render-to-string": "^3.7.0",
"prop-types": "^15.5.10",
"remap-istanbul": "^0.9.5",
"rimraf": "^2.6.1",
"rollup": "^0.52.2",
"prop-types": "^15.6.0",
"remap-istanbul": "^0.10.0",
"rimraf": "^2.6.2",
"rollup": "^0.54.0",
"rollup-plugin-alias": "^1.4.0",
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-typescript": "zeromake/rollup-plugin-typescript",
"rollup-plugin-uglify": "^2.0.1",
"rollup-watch": "^4.3.1",
"sinon": "^4.1.3",
"sinon": "^4.1.5",
"sinon-chai": "^2.13.0",
"ts-loader": "^3.2.0",
"tslint": "^5.8.0",
"tslint": "^5.9.1",
"typedoc": "^0.9.0",
"typescript": "^2.6.2",
"uglify-es": "^3.2.2",
"uglify-es": "^3.3.7",
"webpack": "^3.10.0"
}
}

0 comments on commit b1345f4

Please sign in to comment.