File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 22
33## Current master
44
5- ## 0.2.1 (2020-05-14)
5+ ## 0.2.2 (2020-05-14)
66* Changed order of connection to store so that Parent components are connected to the store before their children.
77 * This should resolve some issues with components receiving bad combinations of props and store state.
88
9+ ## 0.2.1 (2020-03-20)
10+ * Update to latest Rotriever manifest format.
11+
912## 0.2.0 (2019-10-24)
1013* Initial release.
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ name = "roblox/roact-rodux"
33author = " Roblox"
44license = " Apache-2.0"
55content_root = " src"
6- version = " 0.2.1 "
6+ version = " 0.2.2 "
77
88[dependencies ]
9- Roact = " roblox/roact@1.2"
10- Rodux = " roblox/rodux@1.0"
9+ Roact = " github.com/ roblox/roact@1.2"
10+ Rodux = " github.com/ roblox/rodux@1.0"
You can’t perform that action at this time.
0 commit comments