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

Commit 380c3d6

Browse files
Create patch release 1.3.1 (#287)
This includes a small fix to error messages thrown from prop validation. (also fixes CI)
1 parent 8f415a5 commit 380c3d6

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
with:
1919
submodules: true
2020

21-
- uses: leafo/gh-actions-lua@v5
21+
- uses: leafo/gh-actions-lua@v8
2222
with:
2323
luaVersion: "5.1"
2424

25-
- uses: leafo/gh-actions-luarocks@v2
25+
- uses: leafo/gh-actions-luarocks@v4
2626

2727
- name: Install dependencies
2828
run: |

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Unreleased Changes
44

5+
## [1.3.1](https://github.com/Roblox/roact/releases/tag/v1.3.0) (November 19th, 2020)
56
* Added component name to property validation error message ([#275](https://github.com/Roblox/roact/pull/275))
67

78
## [1.3.0](https://github.com/Roblox/roact/releases/tag/v1.3.0) (May 5th, 2020)

rotriever.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ name = "roblox/roact"
33
author = "Roblox"
44
license = "Apache-2.0"
55
content_root = "src"
6-
version = "1.3.0"
6+
version = "1.3.1"

0 commit comments

Comments
 (0)