@rbxts/app-forge 0.6.0-alpha.64 → 0.6.0-alpha.65

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13,6 +13,7 @@ local function App(props)
13
13
  local _name_1 = props.name
14
14
  local _arg1 = {
15
15
  constructor = constructor,
16
+ renderGroup = props.renderGroup,
16
17
  visible = props.visible,
17
18
  rules = props.rules,
18
19
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rbxts/app-forge",
3
- "version": "0.6.0-alpha.64",
3
+ "version": "0.6.0-alpha.65",
4
4
  "description": "An App Manager for Vide",
5
5
  "main": "out/init.lua",
6
6
  "types": "out/index.d.ts",