@operato/app 8.0.0-alpha.6 → 8.0.0-alpha.8

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 +8 -0
  2. package/package.json +6 -6
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
+ ## [8.0.0-alpha.8](https://github.com/hatiolab/operato/compare/v8.0.0-alpha.7...v8.0.0-alpha.8) (2024-09-15)
7
+
8
+ **Note:** Version bump only for package @operato/app
9
+
10
+
11
+
12
+
13
+
6
14
  ## [8.0.0-alpha.6](https://github.com/hatiolab/operato/compare/v8.0.0-alpha.5...v8.0.0-alpha.6) (2024-09-14)
7
15
 
8
16
  **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": "8.0.0-alpha.6",
5
+ "version": "8.0.0-alpha.8",
6
6
  "main": "dist/src/index.js",
7
7
  "module": "dist/src/index.js",
8
8
  "exports": {
@@ -136,15 +136,15 @@
136
136
  "@graphql-tools/delegate": "^10.0.1",
137
137
  "@graphql-tools/wrap": "^8.5.0",
138
138
  "@material/web": "^2.0.0",
139
- "@operato/attachment": "^8.0.0-alpha.6",
140
- "@operato/data-grist": "^8.0.0-alpha.6",
141
- "@operato/font": "^8.0.0-alpha.6",
139
+ "@operato/attachment": "^8.0.0-alpha.8",
140
+ "@operato/data-grist": "^8.0.0-alpha.8",
141
+ "@operato/font": "^8.0.0-alpha.8",
142
142
  "@operato/form": "^8.0.0-alpha.6",
143
143
  "@operato/graphql": "^8.0.0-alpha.0",
144
144
  "@operato/i18n": "^8.0.0-alpha.0",
145
145
  "@operato/input": "^8.0.0-alpha.4",
146
146
  "@operato/layout": "^8.0.0-alpha.4",
147
- "@operato/property-editor": "^8.0.0-alpha.6",
147
+ "@operato/property-editor": "^8.0.0-alpha.8",
148
148
  "@operato/shell": "^8.0.0-alpha.4",
149
149
  "@operato/styles": "^8.0.0-alpha.4",
150
150
  "@operato/utils": "^8.0.0-alpha.0",
@@ -188,5 +188,5 @@
188
188
  "prettier --write"
189
189
  ]
190
190
  },
191
- "gitHead": "f0c1979adcf64df1f543f383ae7385a56df1e57a"
191
+ "gitHead": "f495fb42a98844182ac2db30d7c2aea815488d62"
192
192
  }