Skip to content

Commit 78e2f5a

Browse files
authored
Prepare 0.2.2 release instead (#33)
1 parent 56252c2 commit 78e2f5a

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
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.

rotriever.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name = "roblox/roact-rodux"
33
author = "Roblox"
44
license = "Apache-2.0"
55
content_root = "src"
6-
version = "0.2.1"
6+
version = "0.2.2"
77

88
[dependencies]
9-
Roact = "roblox/[email protected]"
10-
Rodux = "roblox/[email protected]"
9+
Roact = "github.com/roblox/[email protected]"
10+
Rodux = "github.com/roblox/[email protected]"

0 commit comments

Comments
 (0)