Skip to content

Commit

Permalink
Merge pull request #10 from jsdotlua/v17.0.1
Browse files Browse the repository at this point in the history
Publish v17.0.1
  • Loading branch information
grilme99 authored Jul 9, 2023
2 parents de80df6 + 73767c4 commit 6408606
Show file tree
Hide file tree
Showing 190 changed files with 57 additions and 48 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.luau linguist-language=Lua
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [17.0.1] - 2023-07-09

### 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

- Fixed React build not including correct dependencies (#8)
Expand Down
File renamed without changes.
10 changes: 5 additions & 5 deletions packages/react-debug-tools/wally.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = 'core-packages/react-debug-tools'
name = 'jsdotlua/react-debug-tools'
description = 'https://github.com/grilme99/CorePackages'
version = '17.0.1-rc.19'
version = '17.0.1'
license = 'MIT'
authors = ['Roblox Corporation']
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]'
File renamed without changes.
File renamed without changes.
18 changes: 9 additions & 9 deletions packages/react-devtools-shared/wally.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[package]
name = 'core-packages/react-devtools-shared'
name = 'jsdotlua/react-devtools-shared'
description = 'https://github.com/grilme99/CorePackages'
version = '17.0.1-rc.19'
version = '17.0.1'
license = 'MIT'
authors = ['Roblox Corporation']
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]'
File renamed without changes.
6 changes: 3 additions & 3 deletions packages/react-is/wally.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = 'core-packages/react-is'
name = 'jsdotlua/react-is'
description = 'https://github.com/grilme99/CorePackages'
version = '17.0.1-rc.19'
version = '17.0.1'
license = 'MIT'
authors = ['Roblox Corporation']
registry = 'https://github.com/UpliftGames/wally-index'
realm = 'shared'

[dependencies]
Shared = 'core-packages/[email protected]'
Shared = 'jsdotlua/[email protected]'
File renamed without changes.
File renamed without changes.
12 changes: 6 additions & 6 deletions packages/react-reconciler/wally.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[package]
name = 'core-packages/react-reconciler'
name = 'jsdotlua/react-reconciler'
description = 'https://github.com/grilme99/CorePackages'
version = '17.0.1-rc.19'
version = '17.0.1'
license = 'MIT'
authors = ['Roblox Corporation']
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
File renamed without changes.
14 changes: 7 additions & 7 deletions packages/react-roblox/wally.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[package]
name = 'core-packages/react-roblox'
name = 'jsdotlua/react-roblox'
description = 'https://github.com/grilme99/CorePackages'
version = '17.0.1-rc.19'
version = '17.0.1'
license = 'MIT + Apache 2.0'
authors = ['Roblox Corporation']
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]'
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions packages/react/wally.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = 'core-packages/react'
name = 'jsdotlua/react'
description = 'https://github.com/grilme99/CorePackages'
version = '17.0.1-rc.19'
version = '17.0.1'
license = 'MIT + Apache 2.0'
authors = ['Roblox Corporation']
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]'
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
12 changes: 6 additions & 6 deletions packages/roact-compat/wally.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = 'core-packages/roact-compat'
name = 'jsdotlua/roact-compat'
description = 'https://github.com/grilme99/CorePackages'
version = '17.0.1-rc.19'
version = '17.0.1'
license = 'MIT + Apache 2.0'
authors = ['Roblox Corporation']
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]'
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions packages/scheduler/wally.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = 'core-packages/scheduler'
name = 'jsdotlua/scheduler'
description = 'https://github.com/grilme99/CorePackages'
version = '17.0.1-rc.19'
version = '17.0.1'
license = 'MIT'
authors = ['Roblox Corporation']
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]'
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.
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.
File renamed without changes.
6 changes: 3 additions & 3 deletions packages/shared/wally.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = 'core-packages/shared'
name = 'jsdotlua/shared'
description = 'https://github.com/grilme99/CorePackages'
version = '17.0.1-rc.19'
version = '17.0.1'
license = 'MIT'
authors = ['Roblox Corporation']
registry = 'https://github.com/UpliftGames/wally-index'
realm = 'shared'

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

0 comments on commit 6408606

Please sign in to comment.