@operato/app 1.4.20 → 1.4.21
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.
- package/CHANGELOG.md +8 -0
- package/package.json +7 -7
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.21](https://github.com/hatiolab/operato/compare/v1.4.20...v1.4.21) (2023-08-06)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @operato/app
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
### [1.4.20](https://github.com/hatiolab/operato/compare/v1.4.19...v1.4.20) (2023-08-06)
|
|
7
15
|
|
|
8
16
|
|
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.
|
|
5
|
+
"version": "1.4.21",
|
|
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.
|
|
124
|
-
"@operato/data-grist": "^1.4.
|
|
125
|
-
"@operato/font": "^1.4.
|
|
123
|
+
"@operato/attachment": "^1.4.21",
|
|
124
|
+
"@operato/data-grist": "^1.4.21",
|
|
125
|
+
"@operato/font": "^1.4.21",
|
|
126
126
|
"@operato/form": "^1.4.20",
|
|
127
127
|
"@operato/graphql": "^1.4.20",
|
|
128
128
|
"@operato/i18n": "^1.4.5",
|
|
129
|
-
"@operato/input": "^1.4.
|
|
129
|
+
"@operato/input": "^1.4.21",
|
|
130
130
|
"@operato/layout": "^1.4.20",
|
|
131
|
-
"@operato/property-editor": "^1.4.
|
|
131
|
+
"@operato/property-editor": "^1.4.21",
|
|
132
132
|
"@operato/shell": "^1.4.20",
|
|
133
133
|
"@operato/styles": "^1.4.11",
|
|
134
134
|
"@operato/utils": "^1.4.5",
|
|
@@ -173,5 +173,5 @@
|
|
|
173
173
|
"prettier --write"
|
|
174
174
|
]
|
|
175
175
|
},
|
|
176
|
-
"gitHead": "
|
|
176
|
+
"gitHead": "c3eec5964652ec36257de2a395981682c7e78ca9"
|
|
177
177
|
}
|