@operato/app 1.4.14 → 1.4.16

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.4.16](https://github.com/hatiolab/operato/compare/v1.4.15...v1.4.16) (2023-08-02)
7
+
8
+ **Note:** Version bump only for package @operato/app
9
+
10
+
11
+
12
+
13
+
6
14
  ### [1.4.14](https://github.com/hatiolab/operato/compare/v1.4.13...v1.4.14) (2023-07-31)
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.4.14",
5
+ "version": "1.4.16",
6
6
  "main": "dist/src/index.js",
7
7
  "module": "dist/src/index.js",
8
8
  "exports": {
@@ -120,15 +120,15 @@
120
120
  "@material/mwc-button": "^0.27.0",
121
121
  "@material/mwc-icon": "^0.27.0",
122
122
  "@material/mwc-icon-button": "^0.27.0",
123
- "@operato/attachment": "^1.4.14",
124
- "@operato/data-grist": "^1.4.12",
125
- "@operato/font": "^1.4.14",
123
+ "@operato/attachment": "^1.4.16",
124
+ "@operato/data-grist": "^1.4.16",
125
+ "@operato/font": "^1.4.16",
126
126
  "@operato/form": "^1.4.5",
127
127
  "@operato/graphql": "^1.4.5",
128
128
  "@operato/i18n": "^1.4.5",
129
129
  "@operato/input": "^1.4.12",
130
130
  "@operato/layout": "^1.4.14",
131
- "@operato/property-editor": "^1.4.14",
131
+ "@operato/property-editor": "^1.4.16",
132
132
  "@operato/shell": "^1.4.14",
133
133
  "@operato/styles": "^1.4.11",
134
134
  "@operato/utils": "^1.4.5",
@@ -172,5 +172,5 @@
172
172
  "prettier --write"
173
173
  ]
174
174
  },
175
- "gitHead": "bc615be51b87cbf45ac712449b4eb484b6409cf8"
175
+ "gitHead": "ab970239899399163bc2df1082f66aa29ecab73a"
176
176
  }