diff --git a/CHANGELOG.md b/CHANGELOG.md index 32fe358d..9fd20d77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [17.0.2] - 2023-08-12 + +### Fixed + +- Fixed package dependency versions + ## [17.0.1] - 2023-07-09 ### Changed diff --git a/packages/react-debug-tools/wally.toml b/packages/react-debug-tools/wally.toml index 9c1dd3a9..c1797d80 100644 --- a/packages/react-debug-tools/wally.toml +++ b/packages/react-debug-tools/wally.toml @@ -1,7 +1,7 @@ [package] name = 'jsdotlua/react-debug-tools' description = 'https://github.com/grilme99/CorePackages' -version = '17.0.1' +version = '17.0.2' license = 'MIT' authors = ['Roblox Corporation'] registry = 'https://github.com/UpliftGames/wally-index' @@ -9,5 +9,5 @@ realm = 'shared' [dependencies] LuauPolyfill = 'jsdotlua/luau-polyfill@1.2.3' -ReactReconciler = 'jsdotlua/react-reconciler@17.0.1-rc.19' -Shared = 'jsdotlua/shared@17.0.1-rc.19' +ReactReconciler = 'jsdotlua/react-reconciler@17.0.2' +Shared = 'jsdotlua/shared@17.0.2' diff --git a/packages/react-devtools-shared/wally.toml b/packages/react-devtools-shared/wally.toml index 0f916ff5..6f9b434e 100644 --- a/packages/react-devtools-shared/wally.toml +++ b/packages/react-devtools-shared/wally.toml @@ -1,7 +1,7 @@ [package] name = 'jsdotlua/react-devtools-shared' description = 'https://github.com/grilme99/CorePackages' -version = '17.0.1' +version = '17.0.2' license = 'MIT' authors = ['Roblox Corporation'] registry = 'https://github.com/UpliftGames/wally-index' @@ -9,9 +9,9 @@ realm = 'shared' [dependencies] LuauPolyfill = 'jsdotlua/luau-polyfill@1.2.3' -React = 'jsdotlua/react@17.0.1-rc.19' -ReactDebugTools = 'jsdotlua/react-debug-tools@17.0.1-rc.19' -ReactIs = 'jsdotlua/react-is@17.0.1-rc.19' -ReactReconciler = 'jsdotlua/react-reconciler@17.0.1-rc.19' -ReactRoblox = 'jsdotlua/react-roblox@17.0.1-rc.19' -Shared = 'jsdotlua/shared@17.0.1-rc.19' +React = 'jsdotlua/react@17.0.2' +ReactDebugTools = 'jsdotlua/react-debug-tools@17.0.2' +ReactIs = 'jsdotlua/react-is@17.0.2' +ReactReconciler = 'jsdotlua/react-reconciler@17.0.2' +ReactRoblox = 'jsdotlua/react-roblox@17.0.2' +Shared = 'jsdotlua/shared@17.0.2' diff --git a/packages/react-is/wally.toml b/packages/react-is/wally.toml index 661a56d4..8e80c08f 100644 --- a/packages/react-is/wally.toml +++ b/packages/react-is/wally.toml @@ -1,11 +1,11 @@ [package] name = 'jsdotlua/react-is' description = 'https://github.com/grilme99/CorePackages' -version = '17.0.1' +version = '17.0.2' license = 'MIT' authors = ['Roblox Corporation'] registry = 'https://github.com/UpliftGames/wally-index' realm = 'shared' [dependencies] -Shared = 'jsdotlua/shared@17.0.1-rc.19' +Shared = 'jsdotlua/shared@17.0.2' diff --git a/packages/react-reconciler/wally.toml b/packages/react-reconciler/wally.toml index 896e0572..866d5948 100644 --- a/packages/react-reconciler/wally.toml +++ b/packages/react-reconciler/wally.toml @@ -1,7 +1,7 @@ [package] name = 'jsdotlua/react-reconciler' description = 'https://github.com/grilme99/CorePackages' -version = '17.0.1' +version = '17.0.2' license = 'MIT' authors = ['Roblox Corporation'] registry = 'https://github.com/UpliftGames/wally-index' @@ -10,6 +10,6 @@ realm = 'shared' [dependencies] LuauPolyfill = 'jsdotlua/luau-polyfill@1.2.3' Promise = 'evaera/promise@4.0.0' -React = 'jsdotlua/react@17.0.1-rc.19' -Scheduler = 'jsdotlua/scheduler@17.0.1-rc.19' -Shared = 'jsdotlua/shared@17.0.1-rc.19' +React = 'jsdotlua/react@17.0.2' +Scheduler = 'jsdotlua/scheduler@17.0.2' +Shared = 'jsdotlua/shared@17.0.2' diff --git a/packages/react-roblox/wally.toml b/packages/react-roblox/wally.toml index ff2f89e5..024b6f37 100644 --- a/packages/react-roblox/wally.toml +++ b/packages/react-roblox/wally.toml @@ -1,7 +1,7 @@ [package] name = 'jsdotlua/react-roblox' description = 'https://github.com/grilme99/CorePackages' -version = '17.0.1' +version = '17.0.2' license = 'MIT + Apache 2.0' authors = ['Roblox Corporation'] registry = 'https://github.com/UpliftGames/wally-index' @@ -9,7 +9,7 @@ realm = 'shared' [dependencies] LuauPolyfill = 'jsdotlua/luau-polyfill@1.2.3' -React = 'jsdotlua/react@17.0.1-rc.19' -ReactReconciler = 'jsdotlua/react-reconciler@17.0.1-rc.19' -Scheduler = 'jsdotlua/scheduler@17.0.1-rc.19' -Shared = 'jsdotlua/shared@17.0.1-rc.19' +React = 'jsdotlua/react@17.0.2' +ReactReconciler = 'jsdotlua/react-reconciler@17.0.2' +Scheduler = 'jsdotlua/scheduler@17.0.2' +Shared = 'jsdotlua/shared@17.0.2' diff --git a/packages/react/wally.toml b/packages/react/wally.toml index 59ec2d59..bd219d0f 100644 --- a/packages/react/wally.toml +++ b/packages/react/wally.toml @@ -1,7 +1,7 @@ [package] name = 'jsdotlua/react' description = 'https://github.com/grilme99/CorePackages' -version = '17.0.1' +version = '17.0.2' license = 'MIT + Apache 2.0' authors = ['Roblox Corporation'] registry = 'https://github.com/UpliftGames/wally-index' @@ -9,4 +9,4 @@ realm = 'shared' [dependencies] LuauPolyfill = 'jsdotlua/luau-polyfill@1.2.3' -Shared = 'jsdotlua/shared@17.0.1-rc.19' +Shared = 'jsdotlua/shared@17.0.2' diff --git a/packages/roact-compat/wally.toml b/packages/roact-compat/wally.toml index c39074b4..ce5419b8 100644 --- a/packages/roact-compat/wally.toml +++ b/packages/roact-compat/wally.toml @@ -1,7 +1,7 @@ [package] name = 'jsdotlua/roact-compat' description = 'https://github.com/grilme99/CorePackages' -version = '17.0.1' +version = '17.0.2' license = 'MIT + Apache 2.0' authors = ['Roblox Corporation'] registry = 'https://github.com/UpliftGames/wally-index' @@ -9,6 +9,6 @@ realm = 'shared' [dependencies] LuauPolyfill = 'jsdotlua/luau-polyfill@1.2.3' -React = 'jsdotlua/react@17.0.1-rc.19' -ReactRoblox = 'jsdotlua/react-roblox@17.0.1-rc.19' -Shared = 'jsdotlua/shared@17.0.1-rc.19' +React = 'jsdotlua/react@17.0.2' +ReactRoblox = 'jsdotlua/react-roblox@17.0.2' +Shared = 'jsdotlua/shared@17.0.2' diff --git a/packages/scheduler/wally.toml b/packages/scheduler/wally.toml index 4ed38ea7..2449c683 100644 --- a/packages/scheduler/wally.toml +++ b/packages/scheduler/wally.toml @@ -1,7 +1,7 @@ [package] name = 'jsdotlua/scheduler' description = 'https://github.com/grilme99/CorePackages' -version = '17.0.1' +version = '17.0.2' license = 'MIT' authors = ['Roblox Corporation'] registry = 'https://github.com/UpliftGames/wally-index' @@ -9,4 +9,4 @@ realm = 'shared' [dependencies] LuauPolyfill = 'jsdotlua/luau-polyfill@1.2.3' -Shared = 'jsdotlua/shared@17.0.1-rc.19' +Shared = 'jsdotlua/shared@17.0.2' diff --git a/packages/shared/wally.toml b/packages/shared/wally.toml index f7ed03c6..ad827c4e 100644 --- a/packages/shared/wally.toml +++ b/packages/shared/wally.toml @@ -1,7 +1,7 @@ [package] name = 'jsdotlua/shared' description = 'https://github.com/grilme99/CorePackages' -version = '17.0.1' +version = '17.0.2' license = 'MIT' authors = ['Roblox Corporation'] registry = 'https://github.com/UpliftGames/wally-index'