@operato/board 8.2.7 → 8.2.10

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 +6 -6
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
+ ### [8.2.10](https://github.com/hatiolab/operato/compare/v8.2.9...v8.2.10) (2025-05-30)
7
+
8
+ **Note:** Version bump only for package @operato/board
9
+
10
+
11
+
12
+
13
+
14
+ ### [8.2.9](https://github.com/hatiolab/operato/compare/v8.2.8...v8.2.9) (2025-05-29)
15
+
16
+ **Note:** Version bump only for package @operato/board
17
+
18
+
19
+
20
+
21
+
6
22
  ### [8.2.7](https://github.com/hatiolab/operato/compare/v8.2.6...v8.2.7) (2025-05-26)
7
23
 
8
24
  **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": "8.2.7",
3
+ "version": "8.2.10",
4
4
  "description": "Webcomponent for board following open-wc recommendations",
5
5
  "author": "heartyoh",
6
6
  "main": "dist/src/index.js",
@@ -99,16 +99,16 @@
99
99
  "dependencies": {
100
100
  "@material/web": "^2.0.0",
101
101
  "@open-wc/scoped-elements": "^2.1.3",
102
- "@operato/app": "^8.2.7",
103
- "@operato/data-grist": "^8.2.7",
104
- "@operato/font": "^8.2.7",
102
+ "@operato/app": "^8.2.10",
103
+ "@operato/data-grist": "^8.2.10",
104
+ "@operato/font": "^8.2.10",
105
105
  "@operato/graphql": "^8.2.5",
106
106
  "@operato/i18n": "^8.2.5",
107
107
  "@operato/input": "^8.2.5",
108
108
  "@operato/layout": "^8.2.5",
109
109
  "@operato/markdown": "^8.2.5",
110
110
  "@operato/popup": "^8.2.5",
111
- "@operato/property-editor": "^8.2.7",
111
+ "@operato/property-editor": "^8.2.10",
112
112
  "@operato/styles": "^8.2.5",
113
113
  "@operato/utils": "^8.2.5",
114
114
  "@polymer/paper-dropdown-menu": "^3.2.0",
@@ -159,5 +159,5 @@
159
159
  "prettier --write"
160
160
  ]
161
161
  },
162
- "gitHead": "9de807567340d31a06528ce7a9dbffa331b27370"
162
+ "gitHead": "a115cc21538b0a4083a412aab4bbf0828710a19d"
163
163
  }