@_nu/react-switch
Advanced tools
+9
-24
@@ -6,51 +6,36 @@ # Change Log | ||
| ## [0.1.4](https://github.com/nu-system/react/compare/@_nu/react-switch@0.1.3...@_nu/react-switch@0.1.4) (2020-08-16) | ||
| ## [0.1.5](https://github.com/nu-system/react/compare/@_nu/react-switch@0.1.4...@_nu/react-switch@0.1.5) (2020-08-18) | ||
| ### Bug Fixes | ||
| * 添加弹窗组件 ([aba73b5](https://github.com/nu-system/react/commit/aba73b5c562b2e1af9b5fb9f7b7b3f52e7756129)) | ||
| - 将 css 注入到 react 中 ([a3e4d6a](https://github.com/nu-system/react/commit/a3e4d6a22d345e02f2580b53212f6c063176d8b1)) | ||
| ## [0.1.4](https://github.com/nu-system/react/compare/@_nu/react-switch@0.1.3...@_nu/react-switch@0.1.4) (2020-08-16) | ||
| ### Bug Fixes | ||
| - 添加弹窗组件 ([aba73b5](https://github.com/nu-system/react/commit/aba73b5c562b2e1af9b5fb9f7b7b3f52e7756129)) | ||
| ## [0.1.3](https://github.com/nu-system/react/compare/@_nu/react-switch@0.1.2...@_nu/react-switch@0.1.3) (2020-07-12) | ||
| ### Bug Fixes | ||
| * 添加依赖 ([e53be21](https://github.com/nu-system/react/commit/e53be210630e13e34ca69d097614d92121dcff54)) | ||
| - 添加依赖 ([e53be21](https://github.com/nu-system/react/commit/e53be210630e13e34ca69d097614d92121dcff54)) | ||
| ## [0.1.2](https://github.com/nu-system/react/compare/@_nu/react-switch@0.1.1...@_nu/react-switch@0.1.2) (2020-07-12) | ||
| ### Bug Fixes | ||
| * build ([9a319d4](https://github.com/nu-system/react/commit/9a319d47d6c36cec100cc7a1c3d54b4864eb9ea8)) | ||
| - build ([9a319d4](https://github.com/nu-system/react/commit/9a319d47d6c36cec100cc7a1c3d54b4864eb9ea8)) | ||
| ## [0.1.1](https://github.com/nu-system/react/compare/@_nu/react-switch@0.1.0...@_nu/react-switch@0.1.1) (2020-07-12) | ||
| ### Bug Fixes | ||
| * 添加d.ts ([e44b5ed](https://github.com/nu-system/react/commit/e44b5ed70e2dc6d90ffb75c8fbc31e126f6c40c6)) | ||
| - 添加 d.ts ([e44b5ed](https://github.com/nu-system/react/commit/e44b5ed70e2dc6d90ffb75c8fbc31e126f6c40c6)) | ||
| # 0.1.0 (2020-07-12) | ||
| ### Features | ||
| * add switch component ([a5cfb86](https://github.com/nu-system/react/commit/a5cfb867890372a5e128819c2fa85d154a34d3e2)) | ||
| - add switch component ([a5cfb86](https://github.com/nu-system/react/commit/a5cfb867890372a5e128819c2fa85d154a34d3e2)) |
+2
-2
| { | ||
| "name": "@_nu/react-switch", | ||
| "version": "0.1.4", | ||
| "version": "0.1.5", | ||
| "description": "No UI dependency switch of react", | ||
@@ -48,3 +48,3 @@ "main": "lib/index.js", | ||
| }, | ||
| "gitHead": "b0404c43fefd3571fb9eaa0c618500b61c13ca02" | ||
| "gitHead": "c33e272ec146e44bbb49b2a2a3451791b29ee75f" | ||
| } |
16945
1.44%