@operato/board 7.1.12 → 7.1.14

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 +17 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -3,6 +3,23 @@
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.14](https://github.com/hatiolab/operato/compare/v7.1.13...v7.1.14) (2024-09-23)
7
+
8
+
9
+ ### :bug: Bug Fix
10
+
11
+ * update dependency versions (@rollup/plugin-image, @rollup/plugin-json) ([430f6e0](https://github.com/hatiolab/operato/commit/430f6e07852fa47a8956d97a0a9ae72151410a36))
12
+
13
+
14
+
15
+ ### [7.1.13](https://github.com/hatiolab/operato/compare/v7.1.12...v7.1.13) (2024-09-23)
16
+
17
+ **Note:** Version bump only for package @operato/board
18
+
19
+
20
+
21
+
22
+
6
23
  ### [7.1.12](https://github.com/hatiolab/operato/compare/v7.1.11...v7.1.12) (2024-09-21)
7
24
 
8
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@operato/board",
3
- "version": "7.1.12",
3
+ "version": "7.1.14",
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": "^7.1.11",
103
- "@operato/data-grist": "^7.1.10",
104
- "@operato/font": "^7.1.10",
102
+ "@operato/app": "^7.1.13",
103
+ "@operato/data-grist": "^7.1.13",
104
+ "@operato/font": "^7.1.13",
105
105
  "@operato/graphql": "^7.1.1",
106
106
  "@operato/i18n": "^7.1.1",
107
- "@operato/input": "^7.1.6",
108
- "@operato/layout": "^7.1.6",
107
+ "@operato/input": "^7.1.13",
108
+ "@operato/layout": "^7.1.13",
109
109
  "@operato/markdown": "^7.1.6",
110
- "@operato/popup": "^7.1.6",
111
- "@operato/property-editor": "^7.1.10",
110
+ "@operato/popup": "^7.1.13",
111
+ "@operato/property-editor": "^7.1.13",
112
112
  "@operato/styles": "^7.1.6",
113
113
  "@operato/utils": "^7.1.1",
114
114
  "@polymer/paper-dropdown-menu": "^3.2.0",
@@ -127,8 +127,8 @@
127
127
  "@hatiolab/things-scene": "^3.2.0",
128
128
  "@open-wc/eslint-config": "^12.0.3",
129
129
  "@open-wc/testing": "^3.1.6",
130
- "@rollup/plugin-image": "^2.1.1",
131
- "@rollup/plugin-json": "^4.1.0",
130
+ "@rollup/plugin-image": "^3.0.3",
131
+ "@rollup/plugin-json": "^6.1.0",
132
132
  "@types/lodash-es": "^4.17.6",
133
133
  "@types/w3c-web-usb": "^1.0.5",
134
134
  "@typescript-eslint/eslint-plugin": "^7.0.1",
@@ -159,5 +159,5 @@
159
159
  "prettier --write"
160
160
  ]
161
161
  },
162
- "gitHead": "b9f25b9ca57354b4cf24846bd10c6ae16b28ea9f"
162
+ "gitHead": "6181301063d587200d13052be30d0004af896821"
163
163
  }