@operato/app 1.5.47 → 1.5.48
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 +10 -10
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.48](https://github.com/hatiolab/operato/compare/v1.5.47...v1.5.48) (2023-12-04)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @operato/app
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
### [1.5.47](https://github.com/hatiolab/operato/compare/v1.5.46...v1.5.47) (2023-12-04)
|
|
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.5.
|
|
5
|
+
"version": "1.5.48",
|
|
6
6
|
"main": "dist/src/index.js",
|
|
7
7
|
"module": "dist/src/index.js",
|
|
8
8
|
"exports": {
|
|
@@ -129,17 +129,17 @@
|
|
|
129
129
|
"@material/mwc-button": "^0.27.0",
|
|
130
130
|
"@material/mwc-icon": "^0.27.0",
|
|
131
131
|
"@material/mwc-icon-button": "^0.27.0",
|
|
132
|
-
"@operato/attachment": "^1.5.
|
|
133
|
-
"@operato/data-grist": "^1.5.
|
|
134
|
-
"@operato/font": "^1.5.
|
|
132
|
+
"@operato/attachment": "^1.5.48",
|
|
133
|
+
"@operato/data-grist": "^1.5.48",
|
|
134
|
+
"@operato/font": "^1.5.48",
|
|
135
135
|
"@operato/form": "^1.5.44",
|
|
136
136
|
"@operato/graphql": "^1.4.76",
|
|
137
137
|
"@operato/i18n": "^1.5.14",
|
|
138
|
-
"@operato/input": "^1.5.
|
|
139
|
-
"@operato/layout": "^1.5.
|
|
140
|
-
"@operato/property-editor": "^1.5.
|
|
141
|
-
"@operato/shell": "^1.5.
|
|
142
|
-
"@operato/styles": "^1.5.
|
|
138
|
+
"@operato/input": "^1.5.48",
|
|
139
|
+
"@operato/layout": "^1.5.48",
|
|
140
|
+
"@operato/property-editor": "^1.5.48",
|
|
141
|
+
"@operato/shell": "^1.5.48",
|
|
142
|
+
"@operato/styles": "^1.5.48",
|
|
143
143
|
"@operato/utils": "^1.5.44",
|
|
144
144
|
"codemirror": "^5.64.0",
|
|
145
145
|
"codemirror-graphql": "^2.0.9",
|
|
@@ -182,5 +182,5 @@
|
|
|
182
182
|
"prettier --write"
|
|
183
183
|
]
|
|
184
184
|
},
|
|
185
|
-
"gitHead": "
|
|
185
|
+
"gitHead": "a4b44acb437fb3148ea2643838fa0dfd20a35711"
|
|
186
186
|
}
|