@operato/board 7.1.4 → 7.1.6

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 +11 -11
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
+ ### [7.1.6](https://github.com/hatiolab/operato/compare/v7.1.5...v7.1.6) (2024-09-07)
7
+
8
+ **Note:** Version bump only for package @operato/board
9
+
10
+
11
+
12
+
13
+
6
14
  ### [7.1.4](https://github.com/hatiolab/operato/compare/v7.1.3...v7.1.4) (2024-09-06)
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": "7.1.4",
3
+ "version": "7.1.6",
4
4
  "description": "Webcomponent for board following open-wc recommendations",
5
5
  "author": "heartyoh",
6
6
  "main": "dist/src/index.js",
@@ -95,17 +95,17 @@
95
95
  "dependencies": {
96
96
  "@material/web": "^2.0.0",
97
97
  "@open-wc/scoped-elements": "^2.1.3",
98
- "@operato/app": "^7.1.4",
99
- "@operato/data-grist": "^7.1.4",
100
- "@operato/font": "^7.1.4",
98
+ "@operato/app": "^7.1.6",
99
+ "@operato/data-grist": "^7.1.6",
100
+ "@operato/font": "^7.1.6",
101
101
  "@operato/graphql": "^7.1.1",
102
102
  "@operato/i18n": "^7.1.1",
103
- "@operato/input": "^7.1.4",
104
- "@operato/layout": "^7.1.1",
105
- "@operato/markdown": "^7.1.1",
106
- "@operato/popup": "^7.1.1",
107
- "@operato/property-editor": "^7.1.4",
108
- "@operato/styles": "^7.1.1",
103
+ "@operato/input": "^7.1.6",
104
+ "@operato/layout": "^7.1.6",
105
+ "@operato/markdown": "^7.1.6",
106
+ "@operato/popup": "^7.1.6",
107
+ "@operato/property-editor": "^7.1.6",
108
+ "@operato/styles": "^7.1.6",
109
109
  "@operato/utils": "^7.1.1",
110
110
  "@polymer/paper-dropdown-menu": "^3.2.0",
111
111
  "@types/file-saver": "^2.0.4",
@@ -155,5 +155,5 @@
155
155
  "prettier --write"
156
156
  ]
157
157
  },
158
- "gitHead": "1abfd7c0d36d4083e38f88bd83cffa92198bb520"
158
+ "gitHead": "6f754b46ee6e01c930e71073611de781da4e7bf5"
159
159
  }