@operato/board 9.0.33 → 9.0.34
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 +8 -0
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,14 @@
|
|
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
|
+
### [9.0.34](https://github.com/hatiolab/operato/compare/v9.0.33...v9.0.34) (2025-09-15)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @operato/board
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
6
14
|
### [9.0.33](https://github.com/hatiolab/operato/compare/v9.0.32...v9.0.33) (2025-09-15)
|
7
15
|
|
8
16
|
**Note:** Version bump only for package @operato/board
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@operato/board",
|
3
|
-
"version": "9.0.
|
3
|
+
"version": "9.0.34",
|
4
4
|
"description": "Webcomponent for board following open-wc recommendations",
|
5
5
|
"author": "heartyoh",
|
6
6
|
"type": "module",
|
@@ -100,19 +100,19 @@
|
|
100
100
|
"dependencies": {
|
101
101
|
"@material/web": "^2.0.0",
|
102
102
|
"@open-wc/scoped-elements": "^2.1.3",
|
103
|
-
"@operato/app": "^9.0.
|
104
|
-
"@operato/data-grist": "^9.0.
|
105
|
-
"@operato/font": "^9.0.
|
106
|
-
"@operato/graphql": "^9.0.
|
107
|
-
"@operato/i18n": "^9.0.
|
108
|
-
"@operato/input": "^9.0.
|
109
|
-
"@operato/layout": "^9.0.
|
110
|
-
"@operato/markdown": "^9.0.
|
111
|
-
"@operato/popup": "^9.0.
|
112
|
-
"@operato/property-editor": "^9.0.
|
113
|
-
"@operato/property-panel": "^9.0.
|
114
|
-
"@operato/styles": "^9.0.
|
115
|
-
"@operato/utils": "^9.0.
|
103
|
+
"@operato/app": "^9.0.34",
|
104
|
+
"@operato/data-grist": "^9.0.34",
|
105
|
+
"@operato/font": "^9.0.34",
|
106
|
+
"@operato/graphql": "^9.0.34",
|
107
|
+
"@operato/i18n": "^9.0.34",
|
108
|
+
"@operato/input": "^9.0.34",
|
109
|
+
"@operato/layout": "^9.0.34",
|
110
|
+
"@operato/markdown": "^9.0.34",
|
111
|
+
"@operato/popup": "^9.0.34",
|
112
|
+
"@operato/property-editor": "^9.0.34",
|
113
|
+
"@operato/property-panel": "^9.0.34",
|
114
|
+
"@operato/styles": "^9.0.34",
|
115
|
+
"@operato/utils": "^9.0.34",
|
116
116
|
"@types/file-saver": "^2.0.4",
|
117
117
|
"@types/sortablejs": "^1.10.7",
|
118
118
|
"dexie": "^3.2.2",
|
@@ -159,5 +159,5 @@
|
|
159
159
|
"prettier --write"
|
160
160
|
]
|
161
161
|
},
|
162
|
-
"gitHead": "
|
162
|
+
"gitHead": "0373ae0dc80a00b4d87b4d1d93d80a7b934064c9"
|
163
163
|
}
|