Skip to content

Commit 6408606

Browse files
authored
Merge pull request #10 from jsdotlua/v17.0.1
Publish v17.0.1
2 parents de80df6 + 73767c4 commit 6408606

File tree

190 files changed

+57
-48
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

190 files changed

+57
-48
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.luau linguist-language=Lua

CHANGELOG.md

Lines changed: 8 additions & 0 deletions

packages/react-debug-tools/wally.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
2-
name = 'core-packages/react-debug-tools'
2+
name = 'jsdotlua/react-debug-tools'
33
description = 'https://github.com/grilme99/CorePackages'
4-
version = '17.0.1-rc.19'
4+
version = '17.0.1'
55
license = 'MIT'
66
authors = ['Roblox Corporation']
77
registry = 'https://github.com/UpliftGames/wally-index'
88
realm = 'shared'
99

1010
[dependencies]
11-
LuauPolyfill = 'core-packages/[email protected]'
12-
ReactReconciler = 'core-packages/[email protected]'
13-
Shared = 'core-packages/[email protected]'
11+
LuauPolyfill = 'jsdotlua/[email protected]'
12+
ReactReconciler = 'jsdotlua/[email protected]'
13+
Shared = 'jsdotlua/[email protected]'

0 commit comments

Comments
 (0)