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