@operato/app 2.0.0-alpha.90 → 2.0.0-alpha.92

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 +16 -0
  2. package/package.json +11 -11
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
+ ## [2.0.0-alpha.92](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.91...v2.0.0-alpha.92) (2024-04-19)
7
+
8
+ **Note:** Version bump only for package @operato/app
9
+
10
+
11
+
12
+
13
+
14
+ ## [2.0.0-alpha.91](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.90...v2.0.0-alpha.91) (2024-04-19)
15
+
16
+ **Note:** Version bump only for package @operato/app
17
+
18
+
19
+
20
+
21
+
6
22
  ## [2.0.0-alpha.90](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.89...v2.0.0-alpha.90) (2024-04-18)
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": "2.0.0-alpha.90",
5
+ "version": "2.0.0-alpha.92",
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-alpha.90",
138
- "@operato/data-grist": "^2.0.0-alpha.90",
139
- "@operato/font": "^2.0.0-alpha.90",
140
- "@operato/form": "^2.0.0-alpha.86",
137
+ "@operato/attachment": "^2.0.0-alpha.92",
138
+ "@operato/data-grist": "^2.0.0-alpha.92",
139
+ "@operato/font": "^2.0.0-alpha.92",
140
+ "@operato/form": "^2.0.0-alpha.92",
141
141
  "@operato/graphql": "^2.0.0-alpha.57",
142
142
  "@operato/i18n": "^2.0.0-alpha.59",
143
- "@operato/input": "^2.0.0-alpha.90",
144
- "@operato/layout": "^2.0.0-alpha.90",
145
- "@operato/property-editor": "^2.0.0-alpha.90",
146
- "@operato/shell": "^2.0.0-alpha.90",
147
- "@operato/styles": "^2.0.0-alpha.90",
143
+ "@operato/input": "^2.0.0-alpha.92",
144
+ "@operato/layout": "^2.0.0-alpha.92",
145
+ "@operato/property-editor": "^2.0.0-alpha.92",
146
+ "@operato/shell": "^2.0.0-alpha.92",
147
+ "@operato/styles": "^2.0.0-alpha.92",
148
148
  "@operato/utils": "^2.0.0-alpha.68",
149
149
  "cm6-graphql": "^0.0.14",
150
150
  "codemirror": "^6.0.1",
@@ -187,5 +187,5 @@
187
187
  "prettier --write"
188
188
  ]
189
189
  },
190
- "gitHead": "a01f651e658c5941911d30daa015b4dc5e20257c"
190
+ "gitHead": "efc8215b6c9c024c38b7eb7e9e49b0d4b5e8afae"
191
191
  }