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

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.luau linguist-language=Lua

CHANGELOG.md

+8

packages/react-debug-tools/wally.toml

+5-5
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]'
+9-9
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
[package]
2-
name = 'core-packages/react-devtools-shared'
2+
name = 'jsdotlua/react-devtools-shared'
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-
React = 'core-packages/[email protected]'
13-
ReactDebugTools = 'core-packages/[email protected]'
14-
ReactIs = 'core-packages/[email protected]'
15-
ReactReconciler = 'core-packages/[email protected]'
16-
ReactRoblox = 'core-packages/[email protected]'
17-
Shared = 'core-packages/[email protected]'
11+
LuauPolyfill = 'jsdotlua/[email protected]'
12+
React = 'jsdotlua/[email protected]'
13+
ReactDebugTools = 'jsdotlua/[email protected]'
14+
ReactIs = 'jsdotlua/[email protected]'
15+
ReactReconciler = 'jsdotlua/[email protected]'
16+
ReactRoblox = 'jsdotlua/[email protected]'
17+
Shared = 'jsdotlua/[email protected]'
File renamed without changes.

packages/react-is/wally.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
2-
name = 'core-packages/react-is'
2+
name = 'jsdotlua/react-is'
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-
Shared = 'core-packages/[email protected]'
11+
Shared = 'jsdotlua/[email protected]'
File renamed without changes.

packages/react-reconciler/wally.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[package]
2-
name = 'core-packages/react-reconciler'
2+
name = 'jsdotlua/react-reconciler'
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]'
11+
LuauPolyfill = 'jsdotlua/[email protected]'
1212
Promise = 'evaera/[email protected]'
13-
React = 'core-packages/[email protected]'
14-
Scheduler = 'core-packages/[email protected]'
15-
Shared = 'core-packages/[email protected]'
13+
React = 'jsdotlua/[email protected]'
14+
Scheduler = 'jsdotlua/[email protected]'
15+
Shared = 'jsdotlua/[email protected]'

packages/react-roblox/README.md

+1-1
File renamed without changes.

packages/react-roblox/wally.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[package]
2-
name = 'core-packages/react-roblox'
2+
name = 'jsdotlua/react-roblox'
33
description = 'https://github.com/grilme99/CorePackages'
4-
version = '17.0.1-rc.19'
4+
version = '17.0.1'
55
license = 'MIT + Apache 2.0'
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-
React = 'core-packages/[email protected]'
13-
ReactReconciler = 'core-packages/[email protected]'
14-
Scheduler = 'core-packages/[email protected]'
15-
Shared = 'core-packages/[email protected]'
11+
LuauPolyfill = 'jsdotlua/[email protected]'
12+
React = 'jsdotlua/[email protected]'
13+
ReactReconciler = 'jsdotlua/[email protected]'
14+
Scheduler = 'jsdotlua/[email protected]'
15+
Shared = 'jsdotlua/[email protected]'
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

packages/react/wally.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
2-
name = 'core-packages/react'
2+
name = 'jsdotlua/react'
33
description = 'https://github.com/grilme99/CorePackages'
4-
version = '17.0.1-rc.19'
4+
version = '17.0.1'
55
license = 'MIT + Apache 2.0'
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-
Shared = 'core-packages/[email protected]'
11+
LuauPolyfill = 'jsdotlua/[email protected]'
12+
Shared = 'jsdotlua/[email protected]'
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

packages/roact-compat/wally.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
2-
name = 'core-packages/roact-compat'
2+
name = 'jsdotlua/roact-compat'
33
description = 'https://github.com/grilme99/CorePackages'
4-
version = '17.0.1-rc.19'
4+
version = '17.0.1'
55
license = 'MIT + Apache 2.0'
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-
React = 'core-packages/[email protected]'
13-
ReactRoblox = 'core-packages/[email protected]'
14-
Shared = 'core-packages/[email protected]'
11+
LuauPolyfill = 'jsdotlua/[email protected]'
12+
React = 'jsdotlua/[email protected]'
13+
ReactRoblox = 'jsdotlua/[email protected]'
14+
Shared = 'jsdotlua/[email protected]'
File renamed without changes.
File renamed without changes.
File renamed without changes.

packages/scheduler/wally.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
2-
name = 'core-packages/scheduler'
2+
name = 'jsdotlua/scheduler'
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-
Shared = 'core-packages/[email protected]'
11+
LuauPolyfill = 'jsdotlua/[email protected]'
12+
Shared = 'jsdotlua/[email protected]'
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

packages/shared/wally.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
2-
name = 'core-packages/shared'
2+
name = 'jsdotlua/shared'
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]'
11+
LuauPolyfill = 'jsdotlua/[email protected]'

0 commit comments

Comments
 (0)