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

Commit

Permalink
bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoteTheMighty committed Jun 13, 2022
1 parent 82b805a commit 956891b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# Roact Changelog

## Unreleased Changes
* Removed the warning for `setState` on unmounted components to eliminate false positive warnings, matching upstream React ([#323](https://github.com/Roblox/roact/pull/323)).

## [1.4.4](https://github.com/Roblox/roact/releases/tag/v1.4.4) (June 13th, 2022)
* Added Luau analysis to the repository ([#372](https://github.com/Roblox/roact/pull/372))
* Removed the warning for `setState` on unmounted components to eliminate false positive warnings, matching upstream React ([#323](https://github.com/Roblox/roact/pull/323)).

## [1.4.3](https://github.com/Roblox/roact/releases/tag/v1.4.3) (October 8th, 2021)
* Reduce strictness to unblock downstream users

## [1.4.2](https://github.com/Roblox/roact/releases/tag/v1.4.2) (October 6th, 2021)
* Fixed forwardRef doc code referencing React instead of Roact ([#310](https://github.com/Roblox/roact/pull/310)).
Expand Down
2 changes: 1 addition & 1 deletion rotriever.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name = "Roact"
author = "Roblox"
license = "Apache-2.0"
content_root = "src"
version = "1.4.3"
version = "1.4.4"
files = ["*", "!*.spec.lua"]

0 comments on commit 956891b

Please sign in to comment.