@operato/board 9.0.18 → 9.0.19

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 +8 -0
  2. package/package.json +8 -8
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.19](https://github.com/hatiolab/operato/compare/v9.0.18...v9.0.19) (2025-08-02)
7
+
8
+ **Note:** Version bump only for package @operato/board
9
+
10
+
11
+
12
+
13
+
6
14
  ### [9.0.18](https://github.com/hatiolab/operato/compare/v9.0.17...v9.0.18) (2025-08-02)
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.18",
3
+ "version": "9.0.19",
4
4
  "description": "Webcomponent for board following open-wc recommendations",
5
5
  "author": "heartyoh",
6
6
  "type": "module",
@@ -100,17 +100,17 @@
100
100
  "dependencies": {
101
101
  "@material/web": "^2.0.0",
102
102
  "@open-wc/scoped-elements": "^2.1.3",
103
- "@operato/app": "^9.0.18",
104
- "@operato/data-grist": "^9.0.18",
105
- "@operato/font": "^9.0.18",
103
+ "@operato/app": "^9.0.19",
104
+ "@operato/data-grist": "^9.0.19",
105
+ "@operato/font": "^9.0.19",
106
106
  "@operato/graphql": "^9.0.1",
107
107
  "@operato/i18n": "^9.0.1",
108
- "@operato/input": "^9.0.18",
108
+ "@operato/input": "^9.0.19",
109
109
  "@operato/layout": "^9.0.1",
110
110
  "@operato/markdown": "^9.0.1",
111
111
  "@operato/popup": "^9.0.1",
112
- "@operato/property-editor": "^9.0.18",
113
- "@operato/property-panel": "^9.0.18",
112
+ "@operato/property-editor": "^9.0.19",
113
+ "@operato/property-panel": "^9.0.19",
114
114
  "@operato/styles": "^9.0.1",
115
115
  "@operato/utils": "^9.0.1",
116
116
  "@types/file-saver": "^2.0.4",
@@ -159,5 +159,5 @@
159
159
  "prettier --write"
160
160
  ]
161
161
  },
162
- "gitHead": "dcdec0a9b69f91147af870a080c70af3dba8d63e"
162
+ "gitHead": "d0bcf3506065d002d237bb2b12c1944ed10f13eb"
163
163
  }