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

Commit

Permalink
Release 1.4.2 (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
oltrep authored Oct 7, 2021
1 parent 6ed4b8c commit b8f2033
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Roact Changelog

## Unreleased Changes
* Fixed forwardRef doc code referencing React instead of Roact ([#310](https://github.com/Roblox/roact/pull/310)).

## [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)).
* Fixed `Listeners can only be disconnected once` from context consumers. ([#320](https://github.com/Roblox/roact/pull/320))

## [1.4.1](https://github.com/Roblox/roact/releases/tag/v1.4.1) (August 12th, 2021)
Expand Down
5 changes: 3 additions & 2 deletions rotriever.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "roblox/roact"
name = "Roact"
author = "Roblox"
license = "Apache-2.0"
content_root = "src"
version = "1.4.1"
version = "1.4.2"
files = ["*", "!*.spec.lua"]

0 comments on commit b8f2033

Please sign in to comment.