@object-ui/plugin-editor 3.1.0 → 3.1.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @object-ui/plugin-editor@3.1.0 build /home/runner/work/objectui/objectui/packages/plugin-editor
2
+ > @object-ui/plugin-editor@3.1.1 build /home/runner/work/objectui/objectui/packages/plugin-editor
3
3
  > vite build
4
4
 
5
5
  vite v7.3.1 building client environment for production...
@@ -12,7 +12,7 @@ computing gzip size...
12
12
  dist/index.js  0.19 kB │ gzip: 0.15 kB
13
13
  dist/index-CuYbY6xb.js 10.34 kB │ gzip: 3.36 kB
14
14
  dist/MonacoImpl-hfdmoz6k.js 18.58 kB │ gzip: 5.71 kB
15
- [vite:dts] Declaration files built in 16497ms.
15
+ [vite:dts] Declaration files built in 17734ms.
16
16
  
17
17
  dist/index.umd.cjs 22.22 kB │ gzip: 7.94 kB
18
- ✓ built in 18.49s
18
+ ✓ built in 20.16s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @object-ui/plugin-editor
2
2
 
3
+ ## 3.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @object-ui/types@3.1.1
9
+ - @object-ui/components@3.1.1
10
+ - @object-ui/core@3.1.1
11
+ - @object-ui/react@3.1.1
12
+
3
13
  ## 3.0.3
4
14
 
5
15
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@object-ui/plugin-editor",
3
- "version": "3.1.0",
3
+ "version": "3.1.1",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "Rich text editor plugin for Object UI, powered by Monaco Editor",
@@ -25,10 +25,10 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@monaco-editor/react": "^4.7.0",
28
- "@object-ui/components": "3.1.0",
29
- "@object-ui/core": "3.1.0",
30
- "@object-ui/react": "3.1.0",
31
- "@object-ui/types": "3.1.0"
28
+ "@object-ui/components": "3.1.1",
29
+ "@object-ui/core": "3.1.1",
30
+ "@object-ui/react": "3.1.1",
31
+ "@object-ui/types": "3.1.1"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "react": "^18.0.0 || ^19.0.0",