@rozenite/performance-monitor-plugin 1.8.0 → 1.8.1

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,5 +1,12 @@
1
1
  # @rozenite/performance-monitor-plugin
2
2
 
3
+ ## 1.8.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @rozenite/plugin-bridge@1.8.1
9
+
3
10
  ## 1.8.0
4
11
 
5
12
  ### Patch Changes
@@ -1 +1 @@
1
- {"name":"@rozenite/performance-monitor-plugin","version":"1.8.0","description":"Performance Monitor for Rozenite.","panels":[{"name":"Performance Monitor","source":"/devtools/App.html"}]}
1
+ {"name":"@rozenite/performance-monitor-plugin","version":"1.8.1","description":"Performance Monitor for Rozenite.","panels":[{"name":"Performance Monitor","source":"/devtools/App.html"}]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rozenite/performance-monitor-plugin",
3
- "version": "1.8.0",
3
+ "version": "1.8.1",
4
4
  "description": "Performance Monitor for Rozenite.",
5
5
  "type": "module",
6
6
  "main": "./dist/react-native/index.cjs",
@@ -15,7 +15,7 @@
15
15
  "url": "https://github.com/callstackincubator/rozenite.git"
16
16
  },
17
17
  "dependencies": {
18
- "@rozenite/plugin-bridge": "1.8.0"
18
+ "@rozenite/plugin-bridge": "1.8.1"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@radix-ui/react-icons": "^1.3.2",
@@ -37,8 +37,8 @@
37
37
  "tailwindcss-animate": "^1.0.7",
38
38
  "typescript": "~5.9.3",
39
39
  "vite": "^7.3.1",
40
- "@rozenite/vite-plugin": "1.8.0",
41
- "rozenite": "1.8.0"
40
+ "@rozenite/vite-plugin": "1.8.1",
41
+ "rozenite": "1.8.1"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "react": "*",