Skip to content

Commit

Permalink
chore: Update from legacy Wally scope to jsdotlua
Browse files Browse the repository at this point in the history
  • Loading branch information
grilme99 committed Jul 9, 2023
1 parent c180320 commit 73767c4
Show file tree
Hide file tree
Showing 11 changed files with 40 additions and 39 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- Updated all `.lua` file extensions to `.luau`
- Change from legacy `core-packages` Wally scope to `jsdotlua`
- Drop the `rc` flag from the version number

### Fixed
Expand Down
8 changes: 4 additions & 4 deletions packages/react-debug-tools/wally.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = 'core-packages/react-debug-tools'
name = 'jsdotlua/react-debug-tools'
description = 'https://github.com/grilme99/CorePackages'
version = '17.0.1'
license = 'MIT'
Expand All @@ -8,6 +8,6 @@ registry = 'https://github.com/UpliftGames/wally-index'
realm = 'shared'

[dependencies]
LuauPolyfill = 'core-packages/[email protected]'
ReactReconciler = 'core-packages/[email protected]'
Shared = 'core-packages/[email protected]'
LuauPolyfill = 'jsdotlua/[email protected]'
ReactReconciler = 'jsdotlua/[email protected]'
Shared = 'jsdotlua/[email protected]'
16 changes: 8 additions & 8 deletions packages/react-devtools-shared/wally.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = 'core-packages/react-devtools-shared'
name = 'jsdotlua/react-devtools-shared'
description = 'https://github.com/grilme99/CorePackages'
version = '17.0.1'
license = 'MIT'
Expand All @@ -8,10 +8,10 @@ registry = 'https://github.com/UpliftGames/wally-index'
realm = 'shared'

[dependencies]
LuauPolyfill = 'core-packages/[email protected]'
React = 'core-packages/[email protected]'
ReactDebugTools = 'core-packages/[email protected]'
ReactIs = 'core-packages/[email protected]'
ReactReconciler = 'core-packages/[email protected]'
ReactRoblox = 'core-packages/[email protected]'
Shared = 'core-packages/[email protected]'
LuauPolyfill = 'jsdotlua/[email protected]'
React = 'jsdotlua/[email protected]'
ReactDebugTools = 'jsdotlua/[email protected]'
ReactIs = 'jsdotlua/[email protected]'
ReactReconciler = 'jsdotlua/[email protected]'
ReactRoblox = 'jsdotlua/[email protected]'
Shared = 'jsdotlua/[email protected]'
4 changes: 2 additions & 2 deletions packages/react-is/wally.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = 'core-packages/react-is'
name = 'jsdotlua/react-is'
description = 'https://github.com/grilme99/CorePackages'
version = '17.0.1'
license = 'MIT'
Expand All @@ -8,4 +8,4 @@ registry = 'https://github.com/UpliftGames/wally-index'
realm = 'shared'

[dependencies]
Shared = 'core-packages/[email protected]'
Shared = 'jsdotlua/[email protected]'
10 changes: 5 additions & 5 deletions packages/react-reconciler/wally.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = 'core-packages/react-reconciler'
name = 'jsdotlua/react-reconciler'
description = 'https://github.com/grilme99/CorePackages'
version = '17.0.1'
license = 'MIT'
Expand All @@ -8,8 +8,8 @@ registry = 'https://github.com/UpliftGames/wally-index'
realm = 'shared'

[dependencies]
LuauPolyfill = 'core-packages/[email protected]'
LuauPolyfill = 'jsdotlua/[email protected]'
Promise = 'evaera/[email protected]'
React = 'core-packages/[email protected]'
Scheduler = 'core-packages/[email protected]'
Shared = 'core-packages/[email protected]'
React = 'jsdotlua/[email protected]'
Scheduler = 'jsdotlua/[email protected]'
Shared = 'jsdotlua/[email protected]'
2 changes: 1 addition & 1 deletion packages/react-roblox/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `react-roblox`

This package serves as a Roblox renderer for React. It is intended to be paired with the generic React package, which is shipped as `core-packages/react` to Wally.
This package serves as a Roblox renderer for React. It is intended to be paired with the generic React package, which is shipped as `jsdotlua/react` to Wally.

## Usage

Expand Down
12 changes: 6 additions & 6 deletions packages/react-roblox/wally.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = 'core-packages/react-roblox'
name = 'jsdotlua/react-roblox'
description = 'https://github.com/grilme99/CorePackages'
version = '17.0.1'
license = 'MIT + Apache 2.0'
Expand All @@ -8,8 +8,8 @@ registry = 'https://github.com/UpliftGames/wally-index'
realm = 'shared'

[dependencies]
LuauPolyfill = 'core-packages/[email protected]'
React = 'core-packages/[email protected]'
ReactReconciler = 'core-packages/[email protected]'
Scheduler = 'core-packages/[email protected]'
Shared = 'core-packages/[email protected]'
LuauPolyfill = 'jsdotlua/[email protected]'
React = 'jsdotlua/[email protected]'
ReactReconciler = 'jsdotlua/[email protected]'
Scheduler = 'jsdotlua/[email protected]'
Shared = 'jsdotlua/[email protected]'
6 changes: 3 additions & 3 deletions packages/react/wally.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = 'core-packages/react'
name = 'jsdotlua/react'
description = 'https://github.com/grilme99/CorePackages'
version = '17.0.1'
license = 'MIT + Apache 2.0'
Expand All @@ -8,5 +8,5 @@ registry = 'https://github.com/UpliftGames/wally-index'
realm = 'shared'

[dependencies]
LuauPolyfill = 'core-packages/[email protected]'
Shared = 'core-packages/[email protected]'
LuauPolyfill = 'jsdotlua/[email protected]'
Shared = 'jsdotlua/[email protected]'
10 changes: 5 additions & 5 deletions packages/roact-compat/wally.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = 'core-packages/roact-compat'
name = 'jsdotlua/roact-compat'
description = 'https://github.com/grilme99/CorePackages'
version = '17.0.1'
license = 'MIT + Apache 2.0'
Expand All @@ -8,7 +8,7 @@ registry = 'https://github.com/UpliftGames/wally-index'
realm = 'shared'

[dependencies]
LuauPolyfill = 'core-packages/[email protected]'
React = 'core-packages/[email protected]'
ReactRoblox = 'core-packages/[email protected]'
Shared = 'core-packages/[email protected]'
LuauPolyfill = 'jsdotlua/[email protected]'
React = 'jsdotlua/[email protected]'
ReactRoblox = 'jsdotlua/[email protected]'
Shared = 'jsdotlua/[email protected]'
6 changes: 3 additions & 3 deletions packages/scheduler/wally.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = 'core-packages/scheduler'
name = 'jsdotlua/scheduler'
description = 'https://github.com/grilme99/CorePackages'
version = '17.0.1'
license = 'MIT'
Expand All @@ -8,5 +8,5 @@ registry = 'https://github.com/UpliftGames/wally-index'
realm = 'shared'

[dependencies]
LuauPolyfill = 'core-packages/[email protected]'
Shared = 'core-packages/[email protected]'
LuauPolyfill = 'jsdotlua/[email protected]'
Shared = 'jsdotlua/[email protected]'
4 changes: 2 additions & 2 deletions packages/shared/wally.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = 'core-packages/shared'
name = 'jsdotlua/shared'
description = 'https://github.com/grilme99/CorePackages'
version = '17.0.1'
license = 'MIT'
Expand All @@ -8,4 +8,4 @@ registry = 'https://github.com/UpliftGames/wally-index'
realm = 'shared'

[dependencies]
LuauPolyfill = 'core-packages/[email protected]'
LuauPolyfill = 'jsdotlua/[email protected]'

0 comments on commit 73767c4

Please sign in to comment.