@operato/grist-editor 10.0.0-beta.29 → 10.0.0-beta.31

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [10.0.0-beta.31](https://github.com/hatiolab/operato/compare/v10.0.0-beta.30...v10.0.0-beta.31) (2026-04-15)
7
+
8
+ **Note:** Version bump only for package @operato/grist-editor
9
+
10
+
11
+
12
+
13
+
14
+ ## [10.0.0-beta.30](https://github.com/hatiolab/operato/compare/v10.0.0-beta.29...v10.0.0-beta.30) (2026-04-14)
15
+
16
+ **Note:** Version bump only for package @operato/grist-editor
17
+
18
+
19
+
20
+
21
+
6
22
  ## [10.0.0-beta.29](https://github.com/hatiolab/operato/compare/v10.0.0-beta.28...v10.0.0-beta.29) (2026-04-13)
7
23
 
8
24
  **Note:** Version bump only for package @operato/grist-editor
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@operato/grist-editor",
3
- "version": "10.0.0-beta.29",
3
+ "version": "10.0.0-beta.31",
4
4
  "description": "Webcomponent for grist-editor following open-wc recommendations",
5
5
  "author": "heartyoh",
6
6
  "type": "module",
@@ -119,12 +119,12 @@
119
119
  },
120
120
  "dependencies": {
121
121
  "@material/web": "^2.0.0",
122
- "@operato/data-grist": "^10.0.0-beta.29",
123
- "@operato/help": "^10.0.0-beta.29",
122
+ "@operato/data-grist": "^10.0.0-beta.31",
123
+ "@operato/help": "^10.0.0-beta.31",
124
124
  "@operato/i18n": "^10.0.0-beta.2",
125
125
  "@operato/input": "^10.0.0-beta.7",
126
126
  "@operato/popup": "^10.0.0-beta.7",
127
- "@operato/property-editor": "^10.0.0-beta.29",
127
+ "@operato/property-editor": "^10.0.0-beta.31",
128
128
  "@operato/styles": "^10.0.0-beta.7",
129
129
  "cronstrue": "^2.2.0",
130
130
  "cross-fetch": "^3.1.5",
@@ -165,5 +165,5 @@
165
165
  "prettier --write"
166
166
  ]
167
167
  },
168
- "gitHead": "9c35c0e205b2df57825af3b02c8f253c1817c5cb"
168
+ "gitHead": "62e54fb00bb4ac11701b96b5b6f9b3c0cae131c8"
169
169
  }