Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Commit 3de4137

Browse files
ZoteTheMightyLPGhatguy
authored andcommitted
Update rotriever.toml to newest format (#234)
* Update rotriever.toml to newest format * Update changelog
1 parent 986c1d5 commit 3de4137

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Roact Changelog
22

33
## Unreleased Changes
4+
5+
## [1.2.0](https://github.com/Roblox/roact/releases/tag/v1.2.0) (September 6th, 2019)
46
* Fixed a bug where derived state was lost when assigning directly to state in init ([#232](https://github.com/Roblox/roact/pull/232/))
57
* Improved the error message when an invalid changed hook name is used. ([#216](https://github.com/Roblox/roact/pull/216))
68
* Fixed a bug where fragments could not be used as children of an element or another fragment. ([#214](https://github.com/Roblox/roact/pull/214))

rotriever.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
name = "Roact"
1+
[package]
2+
name = "roblox/roact"
23
author = "Roblox"
34
license = "Apache-2.0"
45
content_root = "src"
5-
version = "1.1.0"
6+
version = "1.2.0"

0 commit comments

Comments
 (0)