@operato/app 1.5.16 → 1.5.17

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 +6 -6
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
+ ### [1.5.17](https://github.com/hatiolab/operato/compare/v1.5.16...v1.5.17) (2023-11-01)
7
+
8
+ **Note:** Version bump only for package @operato/app
9
+
10
+
11
+
12
+
13
+
6
14
  ### [1.5.16](https://github.com/hatiolab/operato/compare/v1.5.15...v1.5.16) (2023-11-01)
7
15
 
8
16
  **Note:** Version bump only for package @operato/app
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@operato/app",
3
3
  "description": "WebApplication production supporting components following open-wc recommendations",
4
4
  "author": "heartyoh",
5
- "version": "1.5.16",
5
+ "version": "1.5.17",
6
6
  "main": "dist/src/index.js",
7
7
  "module": "dist/src/index.js",
8
8
  "exports": {
@@ -125,15 +125,15 @@
125
125
  "@material/mwc-button": "^0.27.0",
126
126
  "@material/mwc-icon": "^0.27.0",
127
127
  "@material/mwc-icon-button": "^0.27.0",
128
- "@operato/attachment": "^1.5.16",
129
- "@operato/data-grist": "^1.5.16",
130
- "@operato/font": "^1.5.16",
128
+ "@operato/attachment": "^1.5.17",
129
+ "@operato/data-grist": "^1.5.17",
130
+ "@operato/font": "^1.5.17",
131
131
  "@operato/form": "^1.4.77",
132
132
  "@operato/graphql": "^1.4.76",
133
133
  "@operato/i18n": "^1.5.14",
134
134
  "@operato/input": "^1.5.14",
135
135
  "@operato/layout": "^1.5.15",
136
- "@operato/property-editor": "^1.5.16",
136
+ "@operato/property-editor": "^1.5.17",
137
137
  "@operato/shell": "^1.4.87",
138
138
  "@operato/styles": "^1.4.64",
139
139
  "@operato/utils": "^1.4.64",
@@ -178,5 +178,5 @@
178
178
  "prettier --write"
179
179
  ]
180
180
  },
181
- "gitHead": "5aff1de80ed25649dda3e77ff87d7b039d094f4c"
181
+ "gitHead": "3d9c25abd64c21d0ba93b03600c5c3cfddada02f"
182
182
  }