@operato/app 2.0.0-beta.3 → 2.0.0-beta.4
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 +9 -0
- package/package.json +11 -11
- package/themes/grist-theme.css +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,15 @@
|
|
|
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
|
+
## [2.0.0-beta.4](https://github.com/hatiolab/operato/compare/v2.0.0-beta.3...v2.0.0-beta.4) (2024-06-04)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### :bug: Bug Fix
|
|
10
|
+
|
|
11
|
+
* theming styles ([15fa201](https://github.com/hatiolab/operato/commit/15fa20198d7adc6b57f16e408f8dee94c40113f5))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
6
15
|
## [2.0.0-beta.3](https://github.com/hatiolab/operato/compare/v2.0.0-beta.2...v2.0.0-beta.3) (2024-06-04)
|
|
7
16
|
|
|
8
17
|
**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": "2.0.0-beta.
|
|
5
|
+
"version": "2.0.0-beta.4",
|
|
6
6
|
"main": "dist/src/index.js",
|
|
7
7
|
"module": "dist/src/index.js",
|
|
8
8
|
"exports": {
|
|
@@ -134,17 +134,17 @@
|
|
|
134
134
|
"@graphql-tools/delegate": "^10.0.1",
|
|
135
135
|
"@graphql-tools/wrap": "^8.5.0",
|
|
136
136
|
"@material/web": "^1.4.0",
|
|
137
|
-
"@operato/attachment": "^2.0.0-beta.
|
|
138
|
-
"@operato/data-grist": "^2.0.0-beta.
|
|
139
|
-
"@operato/font": "^2.0.0-beta.
|
|
140
|
-
"@operato/form": "^2.0.0-beta.
|
|
137
|
+
"@operato/attachment": "^2.0.0-beta.4",
|
|
138
|
+
"@operato/data-grist": "^2.0.0-beta.4",
|
|
139
|
+
"@operato/font": "^2.0.0-beta.4",
|
|
140
|
+
"@operato/form": "^2.0.0-beta.4",
|
|
141
141
|
"@operato/graphql": "^2.0.0-beta.0",
|
|
142
142
|
"@operato/i18n": "^2.0.0-beta.3",
|
|
143
|
-
"@operato/input": "^2.0.0-beta.
|
|
144
|
-
"@operato/layout": "^2.0.0-beta.
|
|
145
|
-
"@operato/property-editor": "^2.0.0-beta.
|
|
146
|
-
"@operato/shell": "^2.0.0-beta.
|
|
147
|
-
"@operato/styles": "^2.0.0-beta.
|
|
143
|
+
"@operato/input": "^2.0.0-beta.4",
|
|
144
|
+
"@operato/layout": "^2.0.0-beta.4",
|
|
145
|
+
"@operato/property-editor": "^2.0.0-beta.4",
|
|
146
|
+
"@operato/shell": "^2.0.0-beta.4",
|
|
147
|
+
"@operato/styles": "^2.0.0-beta.4",
|
|
148
148
|
"@operato/utils": "^2.0.0-beta.0",
|
|
149
149
|
"cm6-graphql": "^0.0.14",
|
|
150
150
|
"codemirror": "^6.0.1",
|
|
@@ -186,5 +186,5 @@
|
|
|
186
186
|
"prettier --write"
|
|
187
187
|
]
|
|
188
188
|
},
|
|
189
|
-
"gitHead": "
|
|
189
|
+
"gitHead": "4967dbbb6153cc97f1c5d361501712fe7da4ce26"
|
|
190
190
|
}
|
package/themes/grist-theme.css
CHANGED