@operato/app 1.2.29 → 1.2.31
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 +16 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
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.2.31](https://github.com/hatiolab/operato/compare/v1.2.30...v1.2.31) (2023-05-05)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @operato/app
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### [1.2.30](https://github.com/hatiolab/operato/compare/v1.2.29...v1.2.30) (2023-05-02)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @operato/app
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
### [1.2.29](https://github.com/hatiolab/operato/compare/v1.2.28...v1.2.29) (2023-05-02)
|
|
7
23
|
|
|
8
24
|
**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.2.
|
|
5
|
+
"version": "1.2.31",
|
|
6
6
|
"main": "dist/src/index.js",
|
|
7
7
|
"module": "dist/src/index.js",
|
|
8
8
|
"exports": {
|
|
@@ -118,15 +118,15 @@
|
|
|
118
118
|
"@material/mwc-button": "^0.27.0",
|
|
119
119
|
"@material/mwc-icon": "^0.27.0",
|
|
120
120
|
"@material/mwc-icon-button": "^0.27.0",
|
|
121
|
-
"@operato/attachment": "^1.2.
|
|
122
|
-
"@operato/data-grist": "^1.2.
|
|
123
|
-
"@operato/font": "^1.2.
|
|
121
|
+
"@operato/attachment": "^1.2.31",
|
|
122
|
+
"@operato/data-grist": "^1.2.31",
|
|
123
|
+
"@operato/font": "^1.2.31",
|
|
124
124
|
"@operato/form": "^1.2.28",
|
|
125
125
|
"@operato/graphql": "^1.2.28",
|
|
126
126
|
"@operato/i18n": "^1.2.28",
|
|
127
127
|
"@operato/input": "^1.2.29",
|
|
128
128
|
"@operato/layout": "^1.2.28",
|
|
129
|
-
"@operato/property-editor": "^1.2.
|
|
129
|
+
"@operato/property-editor": "^1.2.31",
|
|
130
130
|
"@operato/shell": "^1.2.28",
|
|
131
131
|
"@operato/styles": "^1.2.28",
|
|
132
132
|
"@operato/utils": "^1.2.28",
|
|
@@ -170,5 +170,5 @@
|
|
|
170
170
|
"prettier --write"
|
|
171
171
|
]
|
|
172
172
|
},
|
|
173
|
-
"gitHead": "
|
|
173
|
+
"gitHead": "a042bf6e6257f5b3d533bbe3c334eb758b1af6bd"
|
|
174
174
|
}
|