diff --git a/.changeset/modern-cycles-reflect.md b/.changeset/modern-cycles-reflect.md
deleted file mode 100644
index 3eb2c6f1e7..0000000000
--- a/.changeset/modern-cycles-reflect.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@rocket.chat/fuselage': patch
----
-
-fix: `SelectAria` hidden select should be child of trigger
diff --git a/packages/css-in-js/package.json b/packages/css-in-js/package.json
index 40913ff6ab..ef08dddf06 100644
--- a/packages/css-in-js/package.json
+++ b/packages/css-in-js/package.json
@@ -48,7 +48,7 @@
     "@types/stylis": "^4.2.7",
     "eslint": "~9.18.0",
     "jest": "~29.7.0",
-    "lint-all": "workspace:~",
+    "lint-all": "^0.31.25",
     "prettier": "~3.4.2",
     "rollup": "~2.79.2",
     "rollup-plugin-terser": "~7.0.2",
@@ -58,9 +58,9 @@
   },
   "dependencies": {
     "@emotion/hash": "^0.9.2",
-    "@rocket.chat/css-supports": "workspace:~",
-    "@rocket.chat/memo": "workspace:~",
-    "@rocket.chat/stylis-logical-props-middleware": "workspace:~",
+    "@rocket.chat/css-supports": "^0.31.25",
+    "@rocket.chat/memo": "^0.31.25",
+    "@rocket.chat/stylis-logical-props-middleware": "^0.31.25",
     "stylis": "~4.3.5"
   }
 }
diff --git a/packages/css-supports/package.json b/packages/css-supports/package.json
index c8406203bf..7c1534c070 100644
--- a/packages/css-supports/package.json
+++ b/packages/css-supports/package.json
@@ -34,13 +34,13 @@
   },
   "devDependencies": {
     "eslint": "~9.18.0",
-    "lint-all": "workspace:~",
+    "lint-all": "^0.31.25",
     "prettier": "~3.4.2",
     "rimraf": "~3.0.2",
     "typedoc": "~0.27.5",
     "typescript": "~5.7.2"
   },
   "dependencies": {
-    "@rocket.chat/memo": "workspace:~"
+    "@rocket.chat/memo": "^0.31.25"
   }
 }
diff --git a/packages/emitter/package.json b/packages/emitter/package.json
index d575794ca9..d08e67b1fa 100644
--- a/packages/emitter/package.json
+++ b/packages/emitter/package.json
@@ -47,7 +47,7 @@
     "@types/jest": "~29.5.14",
     "eslint": "~9.18.0",
     "jest": "~29.7.0",
-    "lint-all": "workspace:~",
+    "lint-all": "^0.31.25",
     "npm-run-all": "^4.1.5",
     "prettier": "~3.4.2",
     "rollup": "~2.79.2",
diff --git a/packages/fuselage-hooks/package.json b/packages/fuselage-hooks/package.json
index e554770253..e15804dd91 100644
--- a/packages/fuselage-hooks/package.json
+++ b/packages/fuselage-hooks/package.json
@@ -42,7 +42,7 @@
     "test": "jest --runInBand"
   },
   "devDependencies": {
-    "@rocket.chat/fuselage-tokens": "workspace:~",
+    "@rocket.chat/fuselage-tokens": "^0.33.2",
     "@rollup/plugin-commonjs": "~21.0.3",
     "@rollup/plugin-json": "~4.1.0",
     "@rollup/plugin-node-resolve": "~13.1.3",
@@ -57,7 +57,7 @@
     "eslint": "~9.18.0",
     "jest": "~29.7.0",
     "jest-environment-jsdom": "~29.7.0",
-    "lint-all": "workspace:~",
+    "lint-all": "^0.31.25",
     "npm-run-all": "^4.1.5",
     "prettier": "~3.4.2",
     "react": "^17.0.2",
@@ -67,7 +67,7 @@
     "rimraf": "~5.0.0",
     "rollup": "~2.79.2",
     "rollup-plugin-terser": "~7.0.2",
-    "testing-utils": "workspace:~",
+    "testing-utils": "^0.31.25",
     "ts-jest": "~29.2.5",
     "typedoc": "~0.27.5",
     "typescript": "~5.7.2"
diff --git a/packages/fuselage-polyfills/package.json b/packages/fuselage-polyfills/package.json
index 98ddd2fe74..5c28a07379 100644
--- a/packages/fuselage-polyfills/package.json
+++ b/packages/fuselage-polyfills/package.json
@@ -33,7 +33,7 @@
   },
   "devDependencies": {
     "eslint": "~9.18.0",
-    "lint-all": "workspace:~",
+    "lint-all": "^0.31.25",
     "prettier": "~3.4.2"
   }
 }
diff --git a/packages/fuselage-toastbar/package.json b/packages/fuselage-toastbar/package.json
index 3c041cb7f1..284cc20027 100644
--- a/packages/fuselage-toastbar/package.json
+++ b/packages/fuselage-toastbar/package.json
@@ -45,11 +45,11 @@
     "build-storybook": "storybook build"
   },
   "devDependencies": {
-    "@rocket.chat/fuselage": "workspace:~",
-    "@rocket.chat/fuselage-hooks": "workspace:~",
-    "@rocket.chat/fuselage-tokens": "workspace:~",
-    "@rocket.chat/layout": "workspace:~",
-    "@rocket.chat/styled": "workspace:~",
+    "@rocket.chat/fuselage": "^0.60.3",
+    "@rocket.chat/fuselage-hooks": "^0.34.1",
+    "@rocket.chat/fuselage-tokens": "^0.33.2",
+    "@rocket.chat/layout": "^0.31.27",
+    "@rocket.chat/styled": "^0.31.25",
     "@storybook/addon-essentials": "~8.4.7",
     "@storybook/addon-webpack5-compiler-swc": "~1.0.5",
     "@storybook/preview-api": "~8.4.7",
@@ -65,7 +65,7 @@
     "eslint": "~9.18.0",
     "jest": "~29.7.0",
     "jest-environment-jsdom": "~29.7.0",
-    "lint-all": "workspace:~",
+    "lint-all": "^0.31.25",
     "npm-run-all": "^4.1.5",
     "prettier": "~3.4.2",
     "react-dom": "~17.0.2",
diff --git a/packages/fuselage-tokens/package.json b/packages/fuselage-tokens/package.json
index 8170a6b727..5932718114 100644
--- a/packages/fuselage-tokens/package.json
+++ b/packages/fuselage-tokens/package.json
@@ -39,10 +39,10 @@
     ".:build:clean": "rimraf dist"
   },
   "devDependencies": {
-    "build-design-tokens": "workspace:~",
+    "build-design-tokens": "^0.31.25",
     "eslint": "~9.18.0",
     "eslint-config-prettier": "~8.8.0",
-    "lint-all": "workspace:~",
+    "lint-all": "^0.31.25",
     "npm-run-all": "^4.1.5",
     "postcss-scss": "~4.0.9",
     "prettier": "~3.4.2",
diff --git a/packages/fuselage/CHANGELOG.md b/packages/fuselage/CHANGELOG.md
index 19204d2b9c..e9a31e9082 100644
--- a/packages/fuselage/CHANGELOG.md
+++ b/packages/fuselage/CHANGELOG.md
@@ -1,5 +1,11 @@
 # Change Log
 
+## 0.60.3
+
+### Patch Changes
+
+- [#1537](https://github.com/RocketChat/fuselage/pull/1537) [`6a6386a`](https://github.com/RocketChat/fuselage/commit/6a6386a2b1fe56eda40277984f6d300315b1f38a) Thanks [@juliajforesti](https://github.com/juliajforesti)! - fix: `SelectAria` hidden select should be child of trigger
+
 ## 0.60.2
 
 ### Patch Changes
diff --git a/packages/fuselage/package.json b/packages/fuselage/package.json
index 9040ff772a..350a146b6b 100644
--- a/packages/fuselage/package.json
+++ b/packages/fuselage/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@rocket.chat/fuselage",
-  "version": "0.60.2",
+  "version": "0.60.3",
   "description": "Rocket.Chat's React Components Library",
   "author": {
     "name": "Rocket.Chat",
@@ -52,11 +52,11 @@
     "react-virtuoso": "1.2.4"
   },
   "dependencies": {
-    "@rocket.chat/css-in-js": "workspace:~",
-    "@rocket.chat/css-supports": "workspace:~",
-    "@rocket.chat/fuselage-tokens": "workspace:~",
-    "@rocket.chat/memo": "workspace:~",
-    "@rocket.chat/styled": "workspace:~",
+    "@rocket.chat/css-in-js": "^0.31.25",
+    "@rocket.chat/css-supports": "^0.31.25",
+    "@rocket.chat/fuselage-tokens": "^0.33.2",
+    "@rocket.chat/memo": "^0.31.25",
+    "@rocket.chat/styled": "^0.31.25",
     "invariant": "^2.2.4",
     "react-aria": "~3.37.0",
     "react-keyed-flatten-children": "^1.3.0",
@@ -67,9 +67,9 @@
     "@babel/plugin-transform-runtime": "~7.25.9",
     "@babel/preset-env": "~7.26.0",
     "@babel/preset-react": "~7.26.3",
-    "@rocket.chat/fuselage-hooks": "workspace:~",
-    "@rocket.chat/fuselage-polyfills": "workspace:~",
-    "@rocket.chat/icons": "workspace:~",
+    "@rocket.chat/fuselage-hooks": "^0.34.1",
+    "@rocket.chat/fuselage-polyfills": "^0.31.25",
+    "@rocket.chat/icons": "^0.40.0",
     "@storybook/addon-a11y": "~8.4.7",
     "@storybook/addon-essentials": "~8.4.7",
     "@storybook/addon-interactions": "~8.4.7",
@@ -102,7 +102,7 @@
     "jest": "~29.7.0",
     "jest-axe": "~8.0.0",
     "jest-environment-jsdom": "~29.7.0",
-    "lint-all": "workspace:~",
+    "lint-all": "^0.31.25",
     "mini-css-extract-plugin": "~2.9.2",
     "normalize.css": "^8.0.1",
     "npm-run-all": "^4.1.5",
@@ -129,7 +129,7 @@
     "stylelint-order": "~6.0.4",
     "stylelint-prettier": "~5.0.2",
     "stylelint-scss": "~6.10.0",
-    "testing-utils": "workspace:~",
+    "testing-utils": "^0.31.25",
     "ts-jest": "~29.2.5",
     "ts-loader": "~9.5.1",
     "typescript": "~5.7.2",
diff --git a/packages/icons/package.json b/packages/icons/package.json
index 2b1a174287..6a3b86b271 100644
--- a/packages/icons/package.json
+++ b/packages/icons/package.json
@@ -29,9 +29,9 @@
     "lint-and-fix": "lint-and-fix"
   },
   "devDependencies": {
-    "build-icons": "workspace:~",
+    "build-icons": "^0.31.25",
     "eslint": "~9.18.0",
-    "lint-all": "workspace:~",
+    "lint-all": "^0.31.25",
     "npm-run-all": "^4.1.5",
     "prettier": "~3.4.2",
     "rimraf": "^3.0.2",
diff --git a/packages/layout/package.json b/packages/layout/package.json
index 4edf74a004..2ef3ea58c4 100644
--- a/packages/layout/package.json
+++ b/packages/layout/package.json
@@ -38,8 +38,8 @@
     "build-storybook": "storybook build"
   },
   "devDependencies": {
-    "@rocket.chat/fuselage": "workspace:~",
-    "@rocket.chat/fuselage-tokens": "workspace:~",
+    "@rocket.chat/fuselage": "^0.60.3",
+    "@rocket.chat/fuselage-tokens": "^0.33.2",
     "@storybook/addon-essentials": "~8.4.7",
     "@storybook/addon-webpack5-compiler-swc": "~1.0.5",
     "@storybook/preview-api": "~8.4.7",
@@ -52,7 +52,7 @@
     "eslint": "~9.18.0",
     "jest": "~29.7.0",
     "jest-environment-jsdom": "~29.7.0",
-    "lint-all": "workspace:~",
+    "lint-all": "^0.31.25",
     "npm-run-all": "^4.1.5",
     "prettier": "~3.4.2",
     "react": "~17.0.2",
diff --git a/packages/logo/package.json b/packages/logo/package.json
index 4d3a8c6be9..9d48ec8905 100644
--- a/packages/logo/package.json
+++ b/packages/logo/package.json
@@ -41,15 +41,15 @@
     "docs": "typedoc"
   },
   "devDependencies": {
-    "@rocket.chat/fuselage-tokens": "workspace:~",
+    "@rocket.chat/fuselage-tokens": "^0.33.2",
     "@types/jest": "~29.5.14",
     "@types/react": "~17.0.83",
     "@types/react-dom": "~17.0.25",
-    "build-logo": "workspace:~",
+    "build-logo": "^0.31.25",
     "eslint": "~9.18.0",
     "jest": "~29.7.0",
     "jest-environment-jsdom": "~29.7.0",
-    "lint-all": "workspace:~",
+    "lint-all": "^0.31.25",
     "npm-run-all": "^4.1.5",
     "prettier": "~3.4.2",
     "react": "^17.0.2",
@@ -60,8 +60,8 @@
     "typescript": "~5.7.2"
   },
   "dependencies": {
-    "@rocket.chat/fuselage-hooks": "workspace:~",
-    "@rocket.chat/styled": "workspace:~"
+    "@rocket.chat/fuselage-hooks": "^0.34.1",
+    "@rocket.chat/styled": "^0.31.25"
   },
   "peerDependencies": {
     "react": "17.0.2",
diff --git a/packages/memo/package.json b/packages/memo/package.json
index a8b9c40a4d..04e64ea89f 100644
--- a/packages/memo/package.json
+++ b/packages/memo/package.json
@@ -42,7 +42,7 @@
     "@types/jest": "~29.5.14",
     "eslint": "~9.18.0",
     "jest": "~29.7.0",
-    "lint-all": "workspace:~",
+    "lint-all": "^0.31.25",
     "prettier": "~3.4.2",
     "rimraf": "~3.0.2",
     "ts-jest": "~29.2.5",
diff --git a/packages/mp3-encoder/package.json b/packages/mp3-encoder/package.json
index 2ff459db8f..5c9516d542 100644
--- a/packages/mp3-encoder/package.json
+++ b/packages/mp3-encoder/package.json
@@ -50,7 +50,7 @@
     "eslint": "~9.18.0",
     "jest": "~29.7.0",
     "jest-environment-jsdom": "~29.7.0",
-    "lint-all": "workspace:~",
+    "lint-all": "^0.31.25",
     "prettier": "~3.4.2",
     "rollup": "~3.29.5",
     "ts-jest": "~29.2.5",
diff --git a/packages/onboarding-ui/package.json b/packages/onboarding-ui/package.json
index 9e5f097585..9a593103bd 100644
--- a/packages/onboarding-ui/package.json
+++ b/packages/onboarding-ui/package.json
@@ -41,14 +41,14 @@
     "url": "https://github.com/RocketChat/fuselage/issues"
   },
   "devDependencies": {
-    "@rocket.chat/fuselage": "workspace:~",
-    "@rocket.chat/fuselage-hooks": "workspace:~",
-    "@rocket.chat/fuselage-polyfills": "workspace:~",
-    "@rocket.chat/fuselage-tokens": "workspace:~",
-    "@rocket.chat/icons": "workspace:~",
-    "@rocket.chat/layout": "workspace:~",
-    "@rocket.chat/logo": "workspace:~",
-    "@rocket.chat/styled": "workspace:~",
+    "@rocket.chat/fuselage": "^0.60.3",
+    "@rocket.chat/fuselage-hooks": "^0.34.1",
+    "@rocket.chat/fuselage-polyfills": "^0.31.25",
+    "@rocket.chat/fuselage-tokens": "^0.33.2",
+    "@rocket.chat/icons": "^0.40.0",
+    "@rocket.chat/layout": "^0.31.27",
+    "@rocket.chat/logo": "^0.31.32",
+    "@rocket.chat/styled": "^0.31.25",
     "@storybook/addon-a11y": "~8.4.7",
     "@storybook/addon-essentials": "~8.4.7",
     "@storybook/addon-webpack5-compiler-swc": "~1.0.5",
@@ -62,7 +62,7 @@
     "eslint": "~9.18.0",
     "jest": "~29.7.0",
     "jest-environment-jsdom": "~29.7.0",
-    "lint-all": "workspace:~",
+    "lint-all": "^0.31.25",
     "npm-run-all": "^4.1.5",
     "prettier": "~3.4.2",
     "react": "^17.0.2",
diff --git a/packages/peggy-loader/package.json b/packages/peggy-loader/package.json
index 68bb5cca54..170cf3ca40 100644
--- a/packages/peggy-loader/package.json
+++ b/packages/peggy-loader/package.json
@@ -45,7 +45,7 @@
   "devDependencies": {
     "@types/node": "~14.18.42",
     "eslint": "~9.18.0",
-    "lint-all": "workspace:~",
+    "lint-all": "^0.31.25",
     "npm-run-all": "^4.1.5",
     "peggy": "3.0.2",
     "prettier": "~3.4.2",
diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json
index df5440e439..2d92572e08 100644
--- a/packages/prettier-config/package.json
+++ b/packages/prettier-config/package.json
@@ -33,7 +33,7 @@
   },
   "devDependencies": {
     "eslint": "~9.18.0",
-    "lint-all": "workspace:~",
+    "lint-all": "^0.31.25",
     "prettier": "~3.4.2"
   }
 }
diff --git a/packages/string-helpers/package.json b/packages/string-helpers/package.json
index d1dfa307a4..d0b52fe32b 100644
--- a/packages/string-helpers/package.json
+++ b/packages/string-helpers/package.json
@@ -43,7 +43,7 @@
     "@types/jest": "~29.5.14",
     "eslint": "~9.18.0",
     "jest": "~29.7.0",
-    "lint-all": "workspace:~",
+    "lint-all": "^0.31.25",
     "npm-run-all": "^4.1.5",
     "prettier": "~3.4.2",
     "rimraf": "^3.0.2",
diff --git a/packages/styled/package.json b/packages/styled/package.json
index 7227f9440c..19953b61bd 100644
--- a/packages/styled/package.json
+++ b/packages/styled/package.json
@@ -40,7 +40,7 @@
     "eslint": "~9.18.0",
     "jest": "~29.7.0",
     "jest-environment-jsdom": "~29.7.0",
-    "lint-all": "workspace:~",
+    "lint-all": "^0.31.25",
     "npm-run-all": "^4.1.5",
     "prettier": "~3.4.2",
     "rimraf": "^3.0.2",
@@ -49,6 +49,6 @@
     "typescript": "~5.7.2"
   },
   "dependencies": {
-    "@rocket.chat/css-in-js": "workspace:~"
+    "@rocket.chat/css-in-js": "^0.31.25"
   }
 }
diff --git a/packages/stylis-logical-props-middleware/package.json b/packages/stylis-logical-props-middleware/package.json
index e53d69813b..9867d830b1 100644
--- a/packages/stylis-logical-props-middleware/package.json
+++ b/packages/stylis-logical-props-middleware/package.json
@@ -39,7 +39,7 @@
     "@types/jest": "~29.5.14",
     "eslint": "~9.18.0",
     "jest": "~29.7.0",
-    "lint-all": "workspace:~",
+    "lint-all": "^0.31.25",
     "npm-run-all": "^4.1.5",
     "prettier": "~3.4.2",
     "rimraf": "^3.0.2",
@@ -49,7 +49,7 @@
     "typescript": "~5.7.2"
   },
   "dependencies": {
-    "@rocket.chat/css-supports": "workspace:~"
+    "@rocket.chat/css-supports": "^0.31.25"
   },
   "peerDependencies": {
     "stylis": "~4.3.5"
diff --git a/tools/build-design-tokens/package.json b/tools/build-design-tokens/package.json
index 2ec4b6533a..69ad3bc836 100644
--- a/tools/build-design-tokens/package.json
+++ b/tools/build-design-tokens/package.json
@@ -8,12 +8,12 @@
   },
   "dependencies": {
     "stylelint": "~16.13.2",
-    "tools-utils": "workspace:~"
+    "tools-utils": "^0.31.25"
   },
   "version": "0.31.25",
   "devDependencies": {
     "eslint": "~9.18.0",
-    "lint-all": "workspace:~",
+    "lint-all": "^0.31.25",
     "prettier": "~3.4.2"
   }
 }
diff --git a/tools/build-icons/package.json b/tools/build-icons/package.json
index 3de827aadb..840dae9d1d 100644
--- a/tools/build-icons/package.json
+++ b/tools/build-icons/package.json
@@ -5,7 +5,7 @@
   "dependencies": {
     "svg2ttf": "~6.0.3",
     "svgicons2svgfont": "~10.0.6",
-    "tools-utils": "workspace:~",
+    "tools-utils": "^0.31.25",
     "ttf2eot": "~3.1.0",
     "ttf2woff": "~3.0.0",
     "ttf2woff2": "~4.0.5",
@@ -15,7 +15,7 @@
   "version": "0.31.25",
   "devDependencies": {
     "eslint": "~9.18.0",
-    "lint-all": "workspace:~",
+    "lint-all": "^0.31.25",
     "prettier": "~3.4.2"
   }
 }
diff --git a/tools/build-logo/package.json b/tools/build-logo/package.json
index f9f62b48cd..a337a654d8 100644
--- a/tools/build-logo/package.json
+++ b/tools/build-logo/package.json
@@ -10,8 +10,8 @@
   },
   "devDependencies": {
     "eslint": "~9.18.0",
-    "lint-all": "workspace:~",
+    "lint-all": "^0.31.25",
     "prettier": "~3.4.2",
-    "tools-utils": "workspace:~"
+    "tools-utils": "^0.31.25"
   }
 }
diff --git a/tools/testing-utils/package.json b/tools/testing-utils/package.json
index 4725ef9f89..eb5d3900cf 100644
--- a/tools/testing-utils/package.json
+++ b/tools/testing-utils/package.json
@@ -13,7 +13,7 @@
   "version": "0.31.25",
   "devDependencies": {
     "eslint": "~9.18.0",
-    "lint-all": "workspace:~",
+    "lint-all": "^0.31.25",
     "prettier": "~3.4.2"
   }
 }
diff --git a/tools/tools-utils/package.json b/tools/tools-utils/package.json
index 3881b4d11f..e73b9b0b19 100644
--- a/tools/tools-utils/package.json
+++ b/tools/tools-utils/package.json
@@ -17,7 +17,7 @@
   "version": "0.31.25",
   "devDependencies": {
     "eslint": "~9.18.0",
-    "lint-all": "workspace:~",
+    "lint-all": "^0.31.25",
     "prettier": "~3.4.2"
   }
 }
diff --git a/tools/update-readme/package.json b/tools/update-readme/package.json
index 8c5d0987b7..68fc1e35b3 100644
--- a/tools/update-readme/package.json
+++ b/tools/update-readme/package.json
@@ -9,7 +9,7 @@
   },
   "devDependencies": {
     "eslint": "~9.18.0",
-    "lint-all": "workspace:~",
+    "lint-all": "^0.31.25",
     "prettier": "~3.4.2"
   }
 }
diff --git a/yarn.lock b/yarn.lock
index 918cdbc3fa..4afefb1f46 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -4805,14 +4805,14 @@ __metadata:
   languageName: node
   linkType: hard
 
-"@rocket.chat/css-in-js@workspace:packages/css-in-js, @rocket.chat/css-in-js@workspace:~":
+"@rocket.chat/css-in-js@npm:^0.31.25, @rocket.chat/css-in-js@workspace:packages/css-in-js":
   version: 0.0.0-use.local
   resolution: "@rocket.chat/css-in-js@workspace:packages/css-in-js"
   dependencies:
     "@emotion/hash": "npm:^0.9.2"
-    "@rocket.chat/css-supports": "workspace:~"
-    "@rocket.chat/memo": "workspace:~"
-    "@rocket.chat/stylis-logical-props-middleware": "workspace:~"
+    "@rocket.chat/css-supports": "npm:^0.31.25"
+    "@rocket.chat/memo": "npm:^0.31.25"
+    "@rocket.chat/stylis-logical-props-middleware": "npm:^0.31.25"
     "@rollup/plugin-commonjs": "npm:~21.0.3"
     "@rollup/plugin-json": "npm:~4.1.0"
     "@rollup/plugin-node-resolve": "npm:~13.1.3"
@@ -4821,7 +4821,7 @@ __metadata:
     "@types/stylis": "npm:^4.2.7"
     eslint: "npm:~9.18.0"
     jest: "npm:~29.7.0"
-    lint-all: "workspace:~"
+    lint-all: "npm:^0.31.25"
     prettier: "npm:~3.4.2"
     rollup: "npm:~2.79.2"
     rollup-plugin-terser: "npm:~7.0.2"
@@ -4832,13 +4832,13 @@ __metadata:
   languageName: unknown
   linkType: soft
 
-"@rocket.chat/css-supports@workspace:packages/css-supports, @rocket.chat/css-supports@workspace:~":
+"@rocket.chat/css-supports@npm:^0.31.25, @rocket.chat/css-supports@workspace:packages/css-supports":
   version: 0.0.0-use.local
   resolution: "@rocket.chat/css-supports@workspace:packages/css-supports"
   dependencies:
-    "@rocket.chat/memo": "workspace:~"
+    "@rocket.chat/memo": "npm:^0.31.25"
     eslint: "npm:~9.18.0"
-    lint-all: "workspace:~"
+    lint-all: "npm:^0.31.25"
     prettier: "npm:~3.4.2"
     rimraf: "npm:~3.0.2"
     typedoc: "npm:~0.27.5"
@@ -4857,7 +4857,7 @@ __metadata:
     "@types/jest": "npm:~29.5.14"
     eslint: "npm:~9.18.0"
     jest: "npm:~29.7.0"
-    lint-all: "workspace:~"
+    lint-all: "npm:^0.31.25"
     npm-run-all: "npm:^4.1.5"
     prettier: "npm:~3.4.2"
     rollup: "npm:~2.79.2"
@@ -4868,11 +4868,11 @@ __metadata:
   languageName: unknown
   linkType: soft
 
-"@rocket.chat/fuselage-hooks@workspace:packages/fuselage-hooks, @rocket.chat/fuselage-hooks@workspace:~":
+"@rocket.chat/fuselage-hooks@npm:^0.34.1, @rocket.chat/fuselage-hooks@workspace:packages/fuselage-hooks":
   version: 0.0.0-use.local
   resolution: "@rocket.chat/fuselage-hooks@workspace:packages/fuselage-hooks"
   dependencies:
-    "@rocket.chat/fuselage-tokens": "workspace:~"
+    "@rocket.chat/fuselage-tokens": "npm:^0.33.2"
     "@rollup/plugin-commonjs": "npm:~21.0.3"
     "@rollup/plugin-json": "npm:~4.1.0"
     "@rollup/plugin-node-resolve": "npm:~13.1.3"
@@ -4887,7 +4887,7 @@ __metadata:
     eslint: "npm:~9.18.0"
     jest: "npm:~29.7.0"
     jest-environment-jsdom: "npm:~29.7.0"
-    lint-all: "workspace:~"
+    lint-all: "npm:^0.31.25"
     npm-run-all: "npm:^4.1.5"
     prettier: "npm:~3.4.2"
     react: "npm:^17.0.2"
@@ -4897,7 +4897,7 @@ __metadata:
     rimraf: "npm:~5.0.0"
     rollup: "npm:~2.79.2"
     rollup-plugin-terser: "npm:~7.0.2"
-    testing-utils: "workspace:~"
+    testing-utils: "npm:^0.31.25"
     ts-jest: "npm:~29.2.5"
     typedoc: "npm:~0.27.5"
     typescript: "npm:~5.7.2"
@@ -4937,7 +4937,7 @@ __metadata:
   languageName: unknown
   linkType: soft
 
-"@rocket.chat/fuselage-polyfills@workspace:packages/fuselage-polyfills, @rocket.chat/fuselage-polyfills@workspace:~":
+"@rocket.chat/fuselage-polyfills@npm:^0.31.25, @rocket.chat/fuselage-polyfills@workspace:packages/fuselage-polyfills":
   version: 0.0.0-use.local
   resolution: "@rocket.chat/fuselage-polyfills@workspace:packages/fuselage-polyfills"
   dependencies:
@@ -4947,7 +4947,7 @@ __metadata:
     eslint: "npm:~9.18.0"
     focus-visible: "npm:^5.2.1"
     focus-within-polyfill: "npm:^5.2.1"
-    lint-all: "workspace:~"
+    lint-all: "npm:^0.31.25"
     new-event-polyfill: "npm:^1.0.1"
     prettier: "npm:~3.4.2"
   languageName: unknown
@@ -4957,11 +4957,11 @@ __metadata:
   version: 0.0.0-use.local
   resolution: "@rocket.chat/fuselage-toastbar@workspace:packages/fuselage-toastbar"
   dependencies:
-    "@rocket.chat/fuselage": "workspace:~"
-    "@rocket.chat/fuselage-hooks": "workspace:~"
-    "@rocket.chat/fuselage-tokens": "workspace:~"
-    "@rocket.chat/layout": "workspace:~"
-    "@rocket.chat/styled": "workspace:~"
+    "@rocket.chat/fuselage": "npm:^0.60.3"
+    "@rocket.chat/fuselage-hooks": "npm:^0.34.1"
+    "@rocket.chat/fuselage-tokens": "npm:^0.33.2"
+    "@rocket.chat/layout": "npm:^0.31.27"
+    "@rocket.chat/styled": "npm:^0.31.25"
     "@storybook/addon-essentials": "npm:~8.4.7"
     "@storybook/addon-webpack5-compiler-swc": "npm:~1.0.5"
     "@storybook/preview-api": "npm:~8.4.7"
@@ -4977,7 +4977,7 @@ __metadata:
     eslint: "npm:~9.18.0"
     jest: "npm:~29.7.0"
     jest-environment-jsdom: "npm:~29.7.0"
-    lint-all: "workspace:~"
+    lint-all: "npm:^0.31.25"
     npm-run-all: "npm:^4.1.5"
     prettier: "npm:~3.4.2"
     react-dom: "npm:~17.0.2"
@@ -4998,14 +4998,14 @@ __metadata:
   languageName: unknown
   linkType: soft
 
-"@rocket.chat/fuselage-tokens@workspace:packages/fuselage-tokens, @rocket.chat/fuselage-tokens@workspace:~":
+"@rocket.chat/fuselage-tokens@npm:^0.33.2, @rocket.chat/fuselage-tokens@workspace:packages/fuselage-tokens":
   version: 0.0.0-use.local
   resolution: "@rocket.chat/fuselage-tokens@workspace:packages/fuselage-tokens"
   dependencies:
-    build-design-tokens: "workspace:~"
+    build-design-tokens: "npm:^0.31.25"
     eslint: "npm:~9.18.0"
     eslint-config-prettier: "npm:~8.8.0"
-    lint-all: "workspace:~"
+    lint-all: "npm:^0.31.25"
     npm-run-all: "npm:^4.1.5"
     postcss-scss: "npm:~4.0.9"
     prettier: "npm:~3.4.2"
@@ -5018,7 +5018,7 @@ __metadata:
   languageName: unknown
   linkType: soft
 
-"@rocket.chat/fuselage@workspace:packages/fuselage, @rocket.chat/fuselage@workspace:~":
+"@rocket.chat/fuselage@npm:^0.60.3, @rocket.chat/fuselage@workspace:packages/fuselage":
   version: 0.0.0-use.local
   resolution: "@rocket.chat/fuselage@workspace:packages/fuselage"
   dependencies:
@@ -5026,14 +5026,14 @@ __metadata:
     "@babel/plugin-transform-runtime": "npm:~7.25.9"
     "@babel/preset-env": "npm:~7.26.0"
     "@babel/preset-react": "npm:~7.26.3"
-    "@rocket.chat/css-in-js": "workspace:~"
-    "@rocket.chat/css-supports": "workspace:~"
-    "@rocket.chat/fuselage-hooks": "workspace:~"
-    "@rocket.chat/fuselage-polyfills": "workspace:~"
-    "@rocket.chat/fuselage-tokens": "workspace:~"
-    "@rocket.chat/icons": "workspace:~"
-    "@rocket.chat/memo": "workspace:~"
-    "@rocket.chat/styled": "workspace:~"
+    "@rocket.chat/css-in-js": "npm:^0.31.25"
+    "@rocket.chat/css-supports": "npm:^0.31.25"
+    "@rocket.chat/fuselage-hooks": "npm:^0.34.1"
+    "@rocket.chat/fuselage-polyfills": "npm:^0.31.25"
+    "@rocket.chat/fuselage-tokens": "npm:^0.33.2"
+    "@rocket.chat/icons": "npm:^0.40.0"
+    "@rocket.chat/memo": "npm:^0.31.25"
+    "@rocket.chat/styled": "npm:^0.31.25"
     "@storybook/addon-a11y": "npm:~8.4.7"
     "@storybook/addon-essentials": "npm:~8.4.7"
     "@storybook/addon-interactions": "npm:~8.4.7"
@@ -5067,7 +5067,7 @@ __metadata:
     jest: "npm:~29.7.0"
     jest-axe: "npm:~8.0.0"
     jest-environment-jsdom: "npm:~29.7.0"
-    lint-all: "workspace:~"
+    lint-all: "npm:^0.31.25"
     mini-css-extract-plugin: "npm:~2.9.2"
     normalize.css: "npm:^8.0.1"
     npm-run-all: "npm:^4.1.5"
@@ -5097,7 +5097,7 @@ __metadata:
     stylelint-order: "npm:~6.0.4"
     stylelint-prettier: "npm:~5.0.2"
     stylelint-scss: "npm:~6.10.0"
-    testing-utils: "workspace:~"
+    testing-utils: "npm:^0.31.25"
     ts-jest: "npm:~29.2.5"
     ts-loader: "npm:~9.5.1"
     typescript: "npm:~5.7.2"
@@ -5115,13 +5115,13 @@ __metadata:
   languageName: unknown
   linkType: soft
 
-"@rocket.chat/icons@workspace:packages/icons, @rocket.chat/icons@workspace:~":
+"@rocket.chat/icons@npm:^0.40.0, @rocket.chat/icons@workspace:packages/icons":
   version: 0.0.0-use.local
   resolution: "@rocket.chat/icons@workspace:packages/icons"
   dependencies:
-    build-icons: "workspace:~"
+    build-icons: "npm:^0.31.25"
     eslint: "npm:~9.18.0"
-    lint-all: "workspace:~"
+    lint-all: "npm:^0.31.25"
     npm-run-all: "npm:^4.1.5"
     prettier: "npm:~3.4.2"
     rimraf: "npm:^3.0.2"
@@ -5132,12 +5132,12 @@ __metadata:
   languageName: unknown
   linkType: soft
 
-"@rocket.chat/layout@workspace:packages/layout, @rocket.chat/layout@workspace:~":
+"@rocket.chat/layout@npm:^0.31.27, @rocket.chat/layout@workspace:packages/layout":
   version: 0.0.0-use.local
   resolution: "@rocket.chat/layout@workspace:packages/layout"
   dependencies:
-    "@rocket.chat/fuselage": "workspace:~"
-    "@rocket.chat/fuselage-tokens": "workspace:~"
+    "@rocket.chat/fuselage": "npm:^0.60.3"
+    "@rocket.chat/fuselage-tokens": "npm:^0.33.2"
     "@storybook/addon-essentials": "npm:~8.4.7"
     "@storybook/addon-webpack5-compiler-swc": "npm:~1.0.5"
     "@storybook/preview-api": "npm:~8.4.7"
@@ -5150,7 +5150,7 @@ __metadata:
     eslint: "npm:~9.18.0"
     jest: "npm:~29.7.0"
     jest-environment-jsdom: "npm:~29.7.0"
-    lint-all: "workspace:~"
+    lint-all: "npm:^0.31.25"
     npm-run-all: "npm:^4.1.5"
     prettier: "npm:~3.4.2"
     react: "npm:~17.0.2"
@@ -5170,21 +5170,21 @@ __metadata:
   languageName: unknown
   linkType: soft
 
-"@rocket.chat/logo@workspace:packages/logo, @rocket.chat/logo@workspace:~":
+"@rocket.chat/logo@npm:^0.31.32, @rocket.chat/logo@workspace:packages/logo":
   version: 0.0.0-use.local
   resolution: "@rocket.chat/logo@workspace:packages/logo"
   dependencies:
-    "@rocket.chat/fuselage-hooks": "workspace:~"
-    "@rocket.chat/fuselage-tokens": "workspace:~"
-    "@rocket.chat/styled": "workspace:~"
+    "@rocket.chat/fuselage-hooks": "npm:^0.34.1"
+    "@rocket.chat/fuselage-tokens": "npm:^0.33.2"
+    "@rocket.chat/styled": "npm:^0.31.25"
     "@types/jest": "npm:~29.5.14"
     "@types/react": "npm:~17.0.83"
     "@types/react-dom": "npm:~17.0.25"
-    build-logo: "workspace:~"
+    build-logo: "npm:^0.31.25"
     eslint: "npm:~9.18.0"
     jest: "npm:~29.7.0"
     jest-environment-jsdom: "npm:~29.7.0"
-    lint-all: "workspace:~"
+    lint-all: "npm:^0.31.25"
     npm-run-all: "npm:^4.1.5"
     prettier: "npm:~3.4.2"
     react: "npm:^17.0.2"
@@ -5199,14 +5199,14 @@ __metadata:
   languageName: unknown
   linkType: soft
 
-"@rocket.chat/memo@workspace:packages/memo, @rocket.chat/memo@workspace:~":
+"@rocket.chat/memo@npm:^0.31.25, @rocket.chat/memo@workspace:packages/memo":
   version: 0.0.0-use.local
   resolution: "@rocket.chat/memo@workspace:packages/memo"
   dependencies:
     "@types/jest": "npm:~29.5.14"
     eslint: "npm:~9.18.0"
     jest: "npm:~29.7.0"
-    lint-all: "workspace:~"
+    lint-all: "npm:^0.31.25"
     prettier: "npm:~3.4.2"
     rimraf: "npm:~3.0.2"
     ts-jest: "npm:~29.2.5"
@@ -5230,7 +5230,7 @@ __metadata:
     eslint: "npm:~9.18.0"
     jest: "npm:~29.7.0"
     jest-environment-jsdom: "npm:~29.7.0"
-    lint-all: "workspace:~"
+    lint-all: "npm:^0.31.25"
     prettier: "npm:~3.4.2"
     rollup: "npm:~3.29.5"
     ts-jest: "npm:~29.2.5"
@@ -5243,14 +5243,14 @@ __metadata:
   version: 0.0.0-use.local
   resolution: "@rocket.chat/onboarding-ui@workspace:packages/onboarding-ui"
   dependencies:
-    "@rocket.chat/fuselage": "workspace:~"
-    "@rocket.chat/fuselage-hooks": "workspace:~"
-    "@rocket.chat/fuselage-polyfills": "workspace:~"
-    "@rocket.chat/fuselage-tokens": "workspace:~"
-    "@rocket.chat/icons": "workspace:~"
-    "@rocket.chat/layout": "workspace:~"
-    "@rocket.chat/logo": "workspace:~"
-    "@rocket.chat/styled": "workspace:~"
+    "@rocket.chat/fuselage": "npm:^0.60.3"
+    "@rocket.chat/fuselage-hooks": "npm:^0.34.1"
+    "@rocket.chat/fuselage-polyfills": "npm:^0.31.25"
+    "@rocket.chat/fuselage-tokens": "npm:^0.33.2"
+    "@rocket.chat/icons": "npm:^0.40.0"
+    "@rocket.chat/layout": "npm:^0.31.27"
+    "@rocket.chat/logo": "npm:^0.31.32"
+    "@rocket.chat/styled": "npm:^0.31.25"
     "@storybook/addon-a11y": "npm:~8.4.7"
     "@storybook/addon-essentials": "npm:~8.4.7"
     "@storybook/addon-webpack5-compiler-swc": "npm:~1.0.5"
@@ -5265,7 +5265,7 @@ __metadata:
     i18next: "npm:~21.6.16"
     jest: "npm:~29.7.0"
     jest-environment-jsdom: "npm:~29.7.0"
-    lint-all: "workspace:~"
+    lint-all: "npm:^0.31.25"
     npm-run-all: "npm:^4.1.5"
     prettier: "npm:~3.4.2"
     react: "npm:^17.0.2"
@@ -5298,7 +5298,7 @@ __metadata:
   dependencies:
     "@types/node": "npm:~14.18.42"
     eslint: "npm:~9.18.0"
-    lint-all: "workspace:~"
+    lint-all: "npm:^0.31.25"
     npm-run-all: "npm:^4.1.5"
     peggy: "npm:3.0.2"
     prettier: "npm:~3.4.2"
@@ -5317,7 +5317,7 @@ __metadata:
   resolution: "@rocket.chat/prettier-config@workspace:packages/prettier-config"
   dependencies:
     eslint: "npm:~9.18.0"
-    lint-all: "workspace:~"
+    lint-all: "npm:^0.31.25"
     prettier: "npm:~3.4.2"
   peerDependencies:
     prettier: "*"
@@ -5331,7 +5331,7 @@ __metadata:
     "@types/jest": "npm:~29.5.14"
     eslint: "npm:~9.18.0"
     jest: "npm:~29.7.0"
-    lint-all: "workspace:~"
+    lint-all: "npm:^0.31.25"
     npm-run-all: "npm:^4.1.5"
     prettier: "npm:~3.4.2"
     rimraf: "npm:^3.0.2"
@@ -5341,16 +5341,16 @@ __metadata:
   languageName: unknown
   linkType: soft
 
-"@rocket.chat/styled@workspace:packages/styled, @rocket.chat/styled@workspace:~":
+"@rocket.chat/styled@npm:^0.31.25, @rocket.chat/styled@workspace:packages/styled":
   version: 0.0.0-use.local
   resolution: "@rocket.chat/styled@workspace:packages/styled"
   dependencies:
-    "@rocket.chat/css-in-js": "workspace:~"
+    "@rocket.chat/css-in-js": "npm:^0.31.25"
     "@types/jest": "npm:~29.5.14"
     eslint: "npm:~9.18.0"
     jest: "npm:~29.7.0"
     jest-environment-jsdom: "npm:~29.7.0"
-    lint-all: "workspace:~"
+    lint-all: "npm:^0.31.25"
     npm-run-all: "npm:^4.1.5"
     prettier: "npm:~3.4.2"
     rimraf: "npm:^3.0.2"
@@ -5360,15 +5360,15 @@ __metadata:
   languageName: unknown
   linkType: soft
 
-"@rocket.chat/stylis-logical-props-middleware@workspace:packages/stylis-logical-props-middleware, @rocket.chat/stylis-logical-props-middleware@workspace:~":
+"@rocket.chat/stylis-logical-props-middleware@npm:^0.31.25, @rocket.chat/stylis-logical-props-middleware@workspace:packages/stylis-logical-props-middleware":
   version: 0.0.0-use.local
   resolution: "@rocket.chat/stylis-logical-props-middleware@workspace:packages/stylis-logical-props-middleware"
   dependencies:
-    "@rocket.chat/css-supports": "workspace:~"
+    "@rocket.chat/css-supports": "npm:^0.31.25"
     "@types/jest": "npm:~29.5.14"
     eslint: "npm:~9.18.0"
     jest: "npm:~29.7.0"
-    lint-all: "workspace:~"
+    lint-all: "npm:^0.31.25"
     npm-run-all: "npm:^4.1.5"
     prettier: "npm:~3.4.2"
     rimraf: "npm:^3.0.2"
@@ -8370,15 +8370,15 @@ __metadata:
   languageName: node
   linkType: hard
 
-"build-design-tokens@workspace:tools/build-design-tokens, build-design-tokens@workspace:~":
+"build-design-tokens@npm:^0.31.25, build-design-tokens@workspace:tools/build-design-tokens":
   version: 0.0.0-use.local
   resolution: "build-design-tokens@workspace:tools/build-design-tokens"
   dependencies:
     eslint: "npm:~9.18.0"
-    lint-all: "workspace:~"
+    lint-all: "npm:^0.31.25"
     prettier: "npm:~3.4.2"
     stylelint: "npm:~16.13.2"
-    tools-utils: "workspace:~"
+    tools-utils: "npm:^0.31.25"
   peerDependencies:
     eslint: "*"
     prettier: "*"
@@ -8387,16 +8387,16 @@ __metadata:
   languageName: unknown
   linkType: soft
 
-"build-icons@workspace:tools/build-icons, build-icons@workspace:~":
+"build-icons@npm:^0.31.25, build-icons@workspace:tools/build-icons":
   version: 0.0.0-use.local
   resolution: "build-icons@workspace:tools/build-icons"
   dependencies:
     eslint: "npm:~9.18.0"
-    lint-all: "workspace:~"
+    lint-all: "npm:^0.31.25"
     prettier: "npm:~3.4.2"
     svg2ttf: "npm:~6.0.3"
     svgicons2svgfont: "npm:~10.0.6"
-    tools-utils: "workspace:~"
+    tools-utils: "npm:^0.31.25"
     ttf2eot: "npm:~3.1.0"
     ttf2woff: "npm:~3.0.0"
     ttf2woff2: "npm:~4.0.5"
@@ -8407,17 +8407,17 @@ __metadata:
   languageName: unknown
   linkType: soft
 
-"build-logo@workspace:tools/build-logo, build-logo@workspace:~":
+"build-logo@npm:^0.31.25, build-logo@workspace:tools/build-logo":
   version: 0.0.0-use.local
   resolution: "build-logo@workspace:tools/build-logo"
   dependencies:
     eslint: "npm:~9.18.0"
-    lint-all: "workspace:~"
+    lint-all: "npm:^0.31.25"
     prettier: "npm:~3.4.2"
     react: "npm:^17.0.2"
     react-dom: "npm:^17.0.2"
     sharp: "npm:~0.33.5"
-    tools-utils: "workspace:~"
+    tools-utils: "npm:^0.31.25"
   bin:
     build-logo: ./index.mjs
   languageName: unknown
@@ -13781,7 +13781,7 @@ __metadata:
   languageName: node
   linkType: hard
 
-"lint-all@workspace:tools/lint-all, lint-all@workspace:~":
+"lint-all@npm:^0.31.25, lint-all@workspace:tools/lint-all":
   version: 0.0.0-use.local
   resolution: "lint-all@workspace:tools/lint-all"
   dependencies:
@@ -19133,13 +19133,13 @@ __metadata:
   languageName: node
   linkType: hard
 
-"testing-utils@workspace:tools/testing-utils, testing-utils@workspace:~":
+"testing-utils@npm:^0.31.25, testing-utils@workspace:tools/testing-utils":
   version: 0.0.0-use.local
   resolution: "testing-utils@workspace:tools/testing-utils"
   dependencies:
     css-mediaquery: "npm:^0.1.2"
     eslint: "npm:~9.18.0"
-    lint-all: "workspace:~"
+    lint-all: "npm:^0.31.25"
     prettier: "npm:~3.4.2"
   languageName: unknown
   linkType: soft
@@ -19248,14 +19248,14 @@ __metadata:
   languageName: node
   linkType: hard
 
-"tools-utils@workspace:tools/tools-utils, tools-utils@workspace:~":
+"tools-utils@npm:^0.31.25, tools-utils@workspace:tools/tools-utils":
   version: 0.0.0-use.local
   resolution: "tools-utils@workspace:tools/tools-utils"
   dependencies:
     eslint: "npm:~9.18.0"
     fast-glob: "npm:~3.3.3"
     json5: "npm:^2.2.3"
-    lint-all: "workspace:~"
+    lint-all: "npm:^0.31.25"
     prettier: "npm:~3.4.2"
     rimraf: "npm:^3.0.2"
   peerDependencies:
@@ -20017,7 +20017,7 @@ __metadata:
   resolution: "update-readme@workspace:tools/update-readme"
   dependencies:
     eslint: "npm:~9.18.0"
-    lint-all: "workspace:~"
+    lint-all: "npm:^0.31.25"
     outdent: "npm:^0.8.0"
     prettier: "npm:~3.4.2"
     zx: "npm:~8.3.0"