@operato/app 2.0.0-alpha.96 → 2.0.0-alpha.97

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 +5 -5
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
+ ## [2.0.0-alpha.97](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.96...v2.0.0-alpha.97) (2024-04-21)
7
+
8
+ **Note:** Version bump only for package @operato/app
9
+
10
+
11
+
12
+
13
+
6
14
  ## [2.0.0-alpha.96](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.95...v2.0.0-alpha.96) (2024-04-21)
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": "2.0.0-alpha.96",
5
+ "version": "2.0.0-alpha.97",
6
6
  "main": "dist/src/index.js",
7
7
  "module": "dist/src/index.js",
8
8
  "exports": {
@@ -134,15 +134,15 @@
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.96",
137
+ "@operato/attachment": "^2.0.0-alpha.97",
138
138
  "@operato/data-grist": "^2.0.0-alpha.95",
139
- "@operato/font": "^2.0.0-alpha.96",
139
+ "@operato/font": "^2.0.0-alpha.97",
140
140
  "@operato/form": "^2.0.0-alpha.94",
141
141
  "@operato/graphql": "^2.0.0-alpha.57",
142
142
  "@operato/i18n": "^2.0.0-alpha.59",
143
143
  "@operato/input": "^2.0.0-alpha.94",
144
144
  "@operato/layout": "^2.0.0-alpha.94",
145
- "@operato/property-editor": "^2.0.0-alpha.96",
145
+ "@operato/property-editor": "^2.0.0-alpha.97",
146
146
  "@operato/shell": "^2.0.0-alpha.94",
147
147
  "@operato/styles": "^2.0.0-alpha.94",
148
148
  "@operato/utils": "^2.0.0-alpha.68",
@@ -187,5 +187,5 @@
187
187
  "prettier --write"
188
188
  ]
189
189
  },
190
- "gitHead": "90ee876e57ee4c6a9b745eef8c04872c58a2d891"
190
+ "gitHead": "25901af1a25b9443c6122fd64198d04345693089"
191
191
  }