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

Update rotriever.toml to newest format #234

Merged
merged 2 commits into from
Sep 6, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Roact Changelog

## Unreleased Changes

## [1.2.0](https://github.com/Roblox/roact/releases/tag/v1.2.0) (September 6th, 2019)
* Fixed a bug where derived state was lost when assigning directly to state in init ([#232](https://github.com/Roblox/roact/pull/232/))
* Improved the error message when an invalid changed hook name is used. ([#216](https://github.com/Roblox/roact/pull/216))
* 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))
Expand Down
5 changes: 3 additions & 2 deletions rotriever.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name = "Roact"
[package]
name = "roblox/roact"
author = "Roblox"
license = "Apache-2.0"
content_root = "src"
version = "1.1.0"
version = "1.2.0"