Skip to content

Commit

Permalink
Prepare 0.2.2 release instead (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
LPGhatguy authored May 14, 2020
1 parent 56252c2 commit 78e2f5a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@

## Current master

## 0.2.1 (2020-05-14)
## 0.2.2 (2020-05-14)
* Changed order of connection to store so that Parent components are connected to the store before their children.
* This should resolve some issues with components receiving bad combinations of props and store state.

## 0.2.1 (2020-03-20)
* Update to latest Rotriever manifest format.

## 0.2.0 (2019-10-24)
* Initial release.
6 changes: 3 additions & 3 deletions rotriever.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name = "roblox/roact-rodux"
author = "Roblox"
license = "Apache-2.0"
content_root = "src"
version = "0.2.1"
version = "0.2.2"

[dependencies]
Roact = "roblox/roact@1.2"
Rodux = "roblox/rodux@1.0"
Roact = "github.com/roblox/roact@1.2"
Rodux = "github.com/roblox/rodux@1.0"

0 comments on commit 78e2f5a

Please sign in to comment.