Skip to content

Commit fa79c11

Browse files
2.0.0-alpha.1
1 parent 2d93373 commit fa79c11

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## react-coroutine v2.0.0-alpha.1
2+
3+
* Remove `getVariables` mechanism
4+
* Remove unused `Coroutine.render` component
5+
* Introduce `Coroutine` as a base React component
6+
17
## react-coroutine v1.0.6
28

39
* Use latest `shallowequal` without `lodash` dependency (–3kb of minified code)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-coroutine",
3-
"version": "1.0.6",
3+
"version": "2.0.0-alpha.1",
44
"description": "React Components as Coroutines",
55
"main": "lib/Coroutine.js",
66
"jsnext:main": "modules/Coroutine.js",

0 commit comments

Comments
 (0)