@operato/app 2.0.0-beta.20 → 2.0.0-beta.22

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 +17 -0
  2. package/package.json +15 -14
package/CHANGELOG.md CHANGED
@@ -3,6 +3,23 @@
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.22](https://github.com/hatiolab/operato/compare/v2.0.0-beta.21...v2.0.0-beta.22) (2024-06-13)
7
+
8
+
9
+ ### :bug: Bug Fix
10
+
11
+ * operato tag for all package.json ([2334960](https://github.com/hatiolab/operato/commit/2334960db2186ade87ee590796a269fe5f5e9419))
12
+
13
+
14
+
15
+ ## [2.0.0-beta.21](https://github.com/hatiolab/operato/compare/v2.0.0-beta.20...v2.0.0-beta.21) (2024-06-12)
16
+
17
+ **Note:** Version bump only for package @operato/app
18
+
19
+
20
+
21
+
22
+
6
23
  ## [2.0.0-beta.20](https://github.com/hatiolab/operato/compare/v2.0.0-beta.19...v2.0.0-beta.20) (2024-06-11)
7
24
 
8
25
  **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.20",
5
+ "version": "2.0.0-beta.22",
6
6
  "main": "dist/src/index.js",
7
7
  "module": "dist/src/index.js",
8
8
  "exports": {
@@ -102,6 +102,7 @@
102
102
  }
103
103
  },
104
104
  "license": "MIT",
105
+ "operato": true,
105
106
  "publishConfig": {
106
107
  "access": "public",
107
108
  "@operato:registry": "https://registry.npmjs.org"
@@ -134,18 +135,18 @@
134
135
  "@graphql-tools/delegate": "^10.0.1",
135
136
  "@graphql-tools/wrap": "^8.5.0",
136
137
  "@material/web": "^1.4.0",
137
- "@operato/attachment": "^2.0.0-beta.20",
138
- "@operato/data-grist": "^2.0.0-beta.20",
139
- "@operato/font": "^2.0.0-beta.20",
140
- "@operato/form": "^2.0.0-beta.20",
141
- "@operato/graphql": "^2.0.0-beta.13",
142
- "@operato/i18n": "^2.0.0-beta.16",
143
- "@operato/input": "^2.0.0-beta.20",
144
- "@operato/layout": "^2.0.0-beta.14",
145
- "@operato/property-editor": "^2.0.0-beta.20",
146
- "@operato/shell": "^2.0.0-beta.14",
147
- "@operato/styles": "^2.0.0-beta.13",
148
- "@operato/utils": "^2.0.0-beta.13",
138
+ "@operato/attachment": "^2.0.0-beta.22",
139
+ "@operato/data-grist": "^2.0.0-beta.22",
140
+ "@operato/font": "^2.0.0-beta.22",
141
+ "@operato/form": "^2.0.0-beta.22",
142
+ "@operato/graphql": "^2.0.0-beta.22",
143
+ "@operato/i18n": "^2.0.0-beta.22",
144
+ "@operato/input": "^2.0.0-beta.22",
145
+ "@operato/layout": "^2.0.0-beta.22",
146
+ "@operato/property-editor": "^2.0.0-beta.22",
147
+ "@operato/shell": "^2.0.0-beta.22",
148
+ "@operato/styles": "^2.0.0-beta.22",
149
+ "@operato/utils": "^2.0.0-beta.22",
149
150
  "cm6-graphql": "^0.0.14",
150
151
  "codemirror": "^6.0.1",
151
152
  "cronstrue": "^2.2.0",
@@ -186,5 +187,5 @@
186
187
  "prettier --write"
187
188
  ]
188
189
  },
189
- "gitHead": "b17cf676ccdd3d005ae2cba046bb8fb51379a2ba"
190
+ "gitHead": "a0c43af5506fd7786061d78a6946489be6c37336"
190
191
  }