@operato/grist-editor 9.2.7 → 10.0.0-beta.12
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 +5 -4
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
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
|
-
|
|
6
|
+
## [10.0.0-beta.12](https://github.com/hatiolab/operato/compare/v10.0.0-beta.11...v10.0.0-beta.12) (2026-03-17)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @operato/grist-editor
|
|
9
9
|
|
|
@@ -11,7 +11,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
|
|
14
|
+
## [10.0.0-beta.7](https://github.com/hatiolab/operato/compare/v10.0.0-beta.6...v10.0.0-beta.7) (2026-03-09)
|
|
15
15
|
|
|
16
16
|
**Note:** Version bump only for package @operato/grist-editor
|
|
17
17
|
|
|
@@ -19,11 +19,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
|
|
22
|
+
## [10.0.0-beta.2](https://github.com/hatiolab/operato/compare/v10.0.0-beta.1...v10.0.0-beta.2) (2026-03-05)
|
|
23
23
|
|
|
24
|
-
**Note:** Version bump only for package @operato/grist-editor
|
|
25
24
|
|
|
25
|
+
### :mega: Other
|
|
26
26
|
|
|
27
|
+
* modernize publish config for npm release ([7fe28ab](https://github.com/hatiolab/operato/commit/7fe28ab8818f8dc4a281f9f82db5d13b49f2cf9d))
|
|
27
28
|
|
|
28
29
|
|
|
29
30
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@operato/grist-editor",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "10.0.0-beta.12",
|
|
4
4
|
"description": "Webcomponent for grist-editor following open-wc recommendations",
|
|
5
5
|
"author": "heartyoh",
|
|
6
6
|
"type": "module",
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
"analyze": "cem analyze --litelement",
|
|
110
110
|
"start": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wds\"",
|
|
111
111
|
"build": "tsc && npm run analyze -- --exclude dist",
|
|
112
|
-
"
|
|
112
|
+
"prepublishOnly": "tsc && npm run analyze -- --exclude dist",
|
|
113
113
|
"lint": "eslint --ext .ts,.html . --ignore-path .gitignore && prettier \"**/*.ts\" --check --ignore-path .gitignore",
|
|
114
114
|
"format": "eslint --ext .ts,.html . --fix --ignore-path .gitignore && prettier \"**/*.ts\" --write --ignore-path .gitignore",
|
|
115
115
|
"test": "tsc && wtr --coverage",
|
|
@@ -119,13 +119,13 @@
|
|
|
119
119
|
},
|
|
120
120
|
"dependencies": {
|
|
121
121
|
"@material/web": "^2.0.0",
|
|
122
|
-
"@operato/data-grist": "^
|
|
123
|
-
"@operato/help": "^
|
|
124
|
-
"@operato/i18n": "^
|
|
125
|
-
"@operato/input": "^
|
|
126
|
-
"@operato/popup": "^
|
|
127
|
-
"@operato/property-editor": "^
|
|
128
|
-
"@operato/styles": "^
|
|
122
|
+
"@operato/data-grist": "^10.0.0-beta.12",
|
|
123
|
+
"@operato/help": "^10.0.0-beta.12",
|
|
124
|
+
"@operato/i18n": "^10.0.0-beta.2",
|
|
125
|
+
"@operato/input": "^10.0.0-beta.7",
|
|
126
|
+
"@operato/popup": "^10.0.0-beta.7",
|
|
127
|
+
"@operato/property-editor": "^10.0.0-beta.12",
|
|
128
|
+
"@operato/styles": "^10.0.0-beta.7",
|
|
129
129
|
"cronstrue": "^2.2.0",
|
|
130
130
|
"cross-fetch": "^3.1.5",
|
|
131
131
|
"lit": "^3.1.2",
|
|
@@ -165,5 +165,5 @@
|
|
|
165
165
|
"prettier --write"
|
|
166
166
|
]
|
|
167
167
|
},
|
|
168
|
-
"gitHead": "
|
|
168
|
+
"gitHead": "234b40b45e190e3c89d44c5fbe9b2e548f437ad6"
|
|
169
169
|
}
|