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
File renamed without changes.
File renamed without changes.

packages/react-debug-tools/src/__tests__/ReactDevToolsHooksIntegration.spec.lua renamed to packages/react-debug-tools/src/__tests__/ReactDevToolsHooksIntegration.spec.luau

File renamed without changes.

packages/react-debug-tools/src/__tests__/ReactHooksInspection.spec.lua renamed to packages/react-debug-tools/src/__tests__/ReactHooksInspection.spec.luau

File renamed without changes.

packages/react-debug-tools/src/__tests__/ReactHooksInspectionIntegration.spec.lua renamed to packages/react-debug-tools/src/__tests__/ReactHooksInspectionIntegration.spec.luau

File renamed without changes.
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/luau-polyfill@1.2.3'
12-
ReactReconciler = 'core-packages/react-reconciler@17.0.1-rc.19'
13-
Shared = 'core-packages/shared@17.0.1-rc.19'
11+
LuauPolyfill = 'jsdotlua/luau-polyfill@1.2.3'
12+
ReactReconciler = 'jsdotlua/react-reconciler@17.0.1-rc.19'
13+
Shared = 'jsdotlua/shared@17.0.1-rc.19'

packages/react-devtools-shared/src/backend/NativeStyleEditor/types.lua renamed to packages/react-devtools-shared/src/backend/NativeStyleEditor/types.luau

File renamed without changes.

0 commit comments

Comments
 (0)