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

Commit 956891b

Browse files
committed
bump version and update changelog
1 parent 82b805a commit 956891b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

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

33
## Unreleased Changes
4-
* Removed the warning for `setState` on unmounted components to eliminate false positive warnings, matching upstream React ([#323](https://github.com/Roblox/roact/pull/323)).
4+
5+
## [1.4.4](https://github.com/Roblox/roact/releases/tag/v1.4.4) (June 13th, 2022)
56
* Added Luau analysis to the repository ([#372](https://github.com/Roblox/roact/pull/372))
7+
* Removed the warning for `setState` on unmounted components to eliminate false positive warnings, matching upstream React ([#323](https://github.com/Roblox/roact/pull/323)).
8+
9+
## [1.4.3](https://github.com/Roblox/roact/releases/tag/v1.4.3) (October 8th, 2021)
10+
* Reduce strictness to unblock downstream users
611

712
## [1.4.2](https://github.com/Roblox/roact/releases/tag/v1.4.2) (October 6th, 2021)
813
* Fixed forwardRef doc code referencing React instead of Roact ([#310](https://github.com/Roblox/roact/pull/310)).

rotriever.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ name = "Roact"
33
author = "Roblox"
44
license = "Apache-2.0"
55
content_root = "src"
6-
version = "1.4.3"
6+
version = "1.4.4"
77
files = ["*", "!*.spec.lua"]

0 commit comments

Comments
 (0)