@operato/app 2.0.0-beta.15 → 2.0.0-beta.16

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 +9 -9
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-beta.16](https://github.com/hatiolab/operato/compare/v2.0.0-beta.15...v2.0.0-beta.16) (2024-06-10)
7
+
8
+ **Note:** Version bump only for package @operato/app
9
+
10
+
11
+
12
+
13
+
6
14
  ## [2.0.0-beta.15](https://github.com/hatiolab/operato/compare/v2.0.0-beta.14...v2.0.0-beta.15) (2024-06-10)
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-beta.15",
5
+ "version": "2.0.0-beta.16",
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-beta.15",
138
- "@operato/data-grist": "^2.0.0-beta.15",
139
- "@operato/font": "^2.0.0-beta.15",
140
- "@operato/form": "^2.0.0-beta.15",
137
+ "@operato/attachment": "^2.0.0-beta.16",
138
+ "@operato/data-grist": "^2.0.0-beta.16",
139
+ "@operato/font": "^2.0.0-beta.16",
140
+ "@operato/form": "^2.0.0-beta.16",
141
141
  "@operato/graphql": "^2.0.0-beta.13",
142
- "@operato/i18n": "^2.0.0-beta.15",
143
- "@operato/input": "^2.0.0-beta.15",
142
+ "@operato/i18n": "^2.0.0-beta.16",
143
+ "@operato/input": "^2.0.0-beta.16",
144
144
  "@operato/layout": "^2.0.0-beta.14",
145
- "@operato/property-editor": "^2.0.0-beta.15",
145
+ "@operato/property-editor": "^2.0.0-beta.16",
146
146
  "@operato/shell": "^2.0.0-beta.14",
147
147
  "@operato/styles": "^2.0.0-beta.13",
148
148
  "@operato/utils": "^2.0.0-beta.13",
@@ -186,5 +186,5 @@
186
186
  "prettier --write"
187
187
  ]
188
188
  },
189
- "gitHead": "8f2297538050bd7eb288a6d9694e95411bcc2c88"
189
+ "gitHead": "d39ebda0ccb386c224c25373ef3fb94465a4aba3"
190
190
  }