Skip to content

Commit 56252c2

Browse files
authored
Prepare release 0.2.1 (#32)
1 parent ed7eb70 commit 56252c2

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# RoactRodux Changelog
22

33
## Current master
4-
* Change order of connection to store so that Parent components are connected to the store before their children.
54

6-
## 1.0.0 (TODO: Date)
7-
* Initial release
5+
## 0.2.1 (2020-05-14)
6+
* Changed order of connection to store so that Parent components are connected to the store before their children.
7+
* This should resolve some issues with components receiving bad combinations of props and store state.
8+
9+
## 0.2.0 (2019-10-24)
10+
* Initial release.

rotriever.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "roblox/roact-rodux"
33
author = "Roblox"
44
license = "Apache-2.0"
55
content_root = "src"
6-
version = "0.2.0"
6+
version = "0.2.1"
77

88
[dependencies]
99
Roact = "roblox/roact@1.2"

0 commit comments

Comments
 (0)