From c2c06366b238408400b5432f907526740174a935 Mon Sep 17 00:00:00 2001 From: Brooke Date: Sat, 12 Aug 2023 15:07:48 +0100 Subject: [PATCH 1/3] chore: bump package dependency versions --- packages/react-debug-tools/wally.toml | 4 ++-- packages/react-devtools-shared/wally.toml | 12 ++++++------ packages/react-is/wally.toml | 2 +- packages/react-reconciler/wally.toml | 6 +++--- packages/react-roblox/wally.toml | 8 ++++---- packages/react/wally.toml | 2 +- packages/roact-compat/wally.toml | 6 +++--- packages/scheduler/wally.toml | 2 +- 8 files changed, 21 insertions(+), 21 deletions(-) diff --git a/packages/react-debug-tools/wally.toml b/packages/react-debug-tools/wally.toml index 9c1dd3a9..926874da 100644 --- a/packages/react-debug-tools/wally.toml +++ b/packages/react-debug-tools/wally.toml @@ -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.1' +Shared = 'jsdotlua/shared@17.0.1' diff --git a/packages/react-devtools-shared/wally.toml b/packages/react-devtools-shared/wally.toml index 0f916ff5..119d93c8 100644 --- a/packages/react-devtools-shared/wally.toml +++ b/packages/react-devtools-shared/wally.toml @@ -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.1' +ReactDebugTools = 'jsdotlua/react-debug-tools@17.0.1' +ReactIs = 'jsdotlua/react-is@17.0.1' +ReactReconciler = 'jsdotlua/react-reconciler@17.0.1' +ReactRoblox = 'jsdotlua/react-roblox@17.0.1' +Shared = 'jsdotlua/shared@17.0.1' diff --git a/packages/react-is/wally.toml b/packages/react-is/wally.toml index 661a56d4..d0f640d1 100644 --- a/packages/react-is/wally.toml +++ b/packages/react-is/wally.toml @@ -8,4 +8,4 @@ registry = 'https://github.com/UpliftGames/wally-index' realm = 'shared' [dependencies] -Shared = 'jsdotlua/shared@17.0.1-rc.19' +Shared = 'jsdotlua/shared@17.0.1' diff --git a/packages/react-reconciler/wally.toml b/packages/react-reconciler/wally.toml index 896e0572..2aee1bfc 100644 --- a/packages/react-reconciler/wally.toml +++ b/packages/react-reconciler/wally.toml @@ -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.1' +Scheduler = 'jsdotlua/scheduler@17.0.1' +Shared = 'jsdotlua/shared@17.0.1' diff --git a/packages/react-roblox/wally.toml b/packages/react-roblox/wally.toml index ff2f89e5..9b491f7d 100644 --- a/packages/react-roblox/wally.toml +++ b/packages/react-roblox/wally.toml @@ -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.1' +ReactReconciler = 'jsdotlua/react-reconciler@17.0.1' +Scheduler = 'jsdotlua/scheduler@17.0.1' +Shared = 'jsdotlua/shared@17.0.1' diff --git a/packages/react/wally.toml b/packages/react/wally.toml index 59ec2d59..9ac52a90 100644 --- a/packages/react/wally.toml +++ b/packages/react/wally.toml @@ -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.1' diff --git a/packages/roact-compat/wally.toml b/packages/roact-compat/wally.toml index c39074b4..d3cfe6ce 100644 --- a/packages/roact-compat/wally.toml +++ b/packages/roact-compat/wally.toml @@ -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.1' +ReactRoblox = 'jsdotlua/react-roblox@17.0.1' +Shared = 'jsdotlua/shared@17.0.1' diff --git a/packages/scheduler/wally.toml b/packages/scheduler/wally.toml index 4ed38ea7..609e4683 100644 --- a/packages/scheduler/wally.toml +++ b/packages/scheduler/wally.toml @@ -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.1' From f045ee3cb592e3975d9cb78bca8fa3ea2035362d Mon Sep 17 00:00:00 2001 From: Brooke Date: Sat, 12 Aug 2023 15:09:14 +0100 Subject: [PATCH 2/3] chore: bump all package versions --- packages/react-debug-tools/wally.toml | 6 +++--- packages/react-devtools-shared/wally.toml | 14 +++++++------- packages/react-is/wally.toml | 4 ++-- packages/react-reconciler/wally.toml | 8 ++++---- packages/react-roblox/wally.toml | 10 +++++----- packages/react/wally.toml | 4 ++-- packages/roact-compat/wally.toml | 8 ++++---- packages/scheduler/wally.toml | 4 ++-- packages/shared/wally.toml | 2 +- 9 files changed, 30 insertions(+), 30 deletions(-) diff --git a/packages/react-debug-tools/wally.toml b/packages/react-debug-tools/wally.toml index 926874da..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' -Shared = 'jsdotlua/shared@17.0.1' +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 119d93c8..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' -ReactDebugTools = 'jsdotlua/react-debug-tools@17.0.1' -ReactIs = 'jsdotlua/react-is@17.0.1' -ReactReconciler = 'jsdotlua/react-reconciler@17.0.1' -ReactRoblox = 'jsdotlua/react-roblox@17.0.1' -Shared = 'jsdotlua/shared@17.0.1' +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 d0f640d1..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' +Shared = 'jsdotlua/shared@17.0.2' diff --git a/packages/react-reconciler/wally.toml b/packages/react-reconciler/wally.toml index 2aee1bfc..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' -Scheduler = 'jsdotlua/scheduler@17.0.1' -Shared = 'jsdotlua/shared@17.0.1' +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 9b491f7d..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' -ReactReconciler = 'jsdotlua/react-reconciler@17.0.1' -Scheduler = 'jsdotlua/scheduler@17.0.1' -Shared = 'jsdotlua/shared@17.0.1' +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 9ac52a90..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' +Shared = 'jsdotlua/shared@17.0.2' diff --git a/packages/roact-compat/wally.toml b/packages/roact-compat/wally.toml index d3cfe6ce..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' -ReactRoblox = 'jsdotlua/react-roblox@17.0.1' -Shared = 'jsdotlua/shared@17.0.1' +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 609e4683..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' +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' From 9db8b46e405776e926c9126cbc031db9ca8caa0b Mon Sep 17 00:00:00 2001 From: Brooke Date: Sat, 12 Aug 2023 15:10:26 +0100 Subject: [PATCH 3/3] chore: update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) 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