@rozenite/controls-plugin 1.7.0-rc.0 → 1.7.0-rc.2

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.
package/CHANGELOG.md CHANGED
@@ -1,13 +1,5 @@
1
1
  # @rozenite/controls-plugin
2
2
 
3
- ## 1.7.0-rc.0
4
-
5
- ### Patch Changes
6
-
7
- - Updated dependencies []:
8
- - @rozenite/agent-bridge@1.7.0-rc.0
9
- - @rozenite/plugin-bridge@1.7.0-rc.0
10
-
11
3
  ## 1.6.0
12
4
 
13
5
  ### Patch Changes
@@ -1 +1 @@
1
- {"name":"@rozenite/controls-plugin","version":"1.7.0-rc.0","description":"A Rozenite plugin for exposing app-defined controls directly in React Native DevTools.","panels":[{"name":"Controls","source":"/devtools/panel.html"}]}
1
+ {"name":"@rozenite/controls-plugin","version":"1.7.0-rc.2","description":"A Rozenite plugin for exposing app-defined controls directly in React Native DevTools.","panels":[{"name":"Controls","source":"/devtools/panel.html"}]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rozenite/controls-plugin",
3
- "version": "1.7.0-rc.0",
3
+ "version": "1.7.0-rc.2",
4
4
  "description": "A Rozenite plugin for exposing app-defined controls directly in React Native DevTools.",
5
5
  "type": "module",
6
6
  "main": "./dist/react-native/index.cjs",
@@ -15,8 +15,8 @@
15
15
  "url": "https://github.com/callstackincubator/rozenite.git"
16
16
  },
17
17
  "dependencies": {
18
- "@rozenite/agent-bridge": "1.7.0-rc.0",
19
- "@rozenite/plugin-bridge": "1.7.0-rc.0"
18
+ "@rozenite/agent-bridge": "1.7.0-rc.2",
19
+ "@rozenite/plugin-bridge": "1.7.0-rc.2"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@types/react": "~19.2.2",
@@ -31,8 +31,8 @@
31
31
  "tailwindcss-animate": "^1.0.7",
32
32
  "typescript": "~5.9.3",
33
33
  "vite": "^7.3.1",
34
- "@rozenite/vite-plugin": "1.7.0-rc.0",
35
- "rozenite": "1.7.0-rc.0"
34
+ "@rozenite/vite-plugin": "1.7.0-rc.2",
35
+ "rozenite": "1.7.0-rc.2"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "react": "*",