@operato/dataset 2.0.0-beta.21 → 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.
- package/CHANGELOG.md +9 -0
- package/package.json +13 -12
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,15 @@
|
|
|
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
|
+
|
|
6
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)
|
|
7
16
|
|
|
8
17
|
**Note:** Version bump only for package @operato/dataset
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@operato/dataset",
|
|
3
3
|
"description": "WebApplication dataset supporting components following open-wc recommendations",
|
|
4
4
|
"author": "heartyoh",
|
|
5
|
-
"version": "2.0.0-beta.
|
|
5
|
+
"version": "2.0.0-beta.22",
|
|
6
6
|
"main": "dist/src/index.js",
|
|
7
7
|
"module": "dist/src/index.js",
|
|
8
8
|
"exports": {
|
|
@@ -83,6 +83,7 @@
|
|
|
83
83
|
}
|
|
84
84
|
},
|
|
85
85
|
"license": "MIT",
|
|
86
|
+
"operato": true,
|
|
86
87
|
"publishConfig": {
|
|
87
88
|
"access": "public",
|
|
88
89
|
"@operato:registry": "https://registry.npmjs.org"
|
|
@@ -106,16 +107,16 @@
|
|
|
106
107
|
},
|
|
107
108
|
"dependencies": {
|
|
108
109
|
"@material/web": "^1.4.0",
|
|
109
|
-
"@operato/data-grist": "^2.0.0-beta.
|
|
110
|
-
"@operato/graphql": "^2.0.0-beta.
|
|
111
|
-
"@operato/grist-editor": "^2.0.0-beta.
|
|
112
|
-
"@operato/i18n": "^2.0.0-beta.
|
|
113
|
-
"@operato/input": "^2.0.0-beta.
|
|
114
|
-
"@operato/popup": "^2.0.0-beta.
|
|
115
|
-
"@operato/property-editor": "^2.0.0-beta.
|
|
116
|
-
"@operato/shell": "^2.0.0-beta.
|
|
117
|
-
"@operato/styles": "^2.0.0-beta.
|
|
118
|
-
"@operato/utils": "^2.0.0-beta.
|
|
110
|
+
"@operato/data-grist": "^2.0.0-beta.22",
|
|
111
|
+
"@operato/graphql": "^2.0.0-beta.22",
|
|
112
|
+
"@operato/grist-editor": "^2.0.0-beta.22",
|
|
113
|
+
"@operato/i18n": "^2.0.0-beta.22",
|
|
114
|
+
"@operato/input": "^2.0.0-beta.22",
|
|
115
|
+
"@operato/popup": "^2.0.0-beta.22",
|
|
116
|
+
"@operato/property-editor": "^2.0.0-beta.22",
|
|
117
|
+
"@operato/shell": "^2.0.0-beta.22",
|
|
118
|
+
"@operato/styles": "^2.0.0-beta.22",
|
|
119
|
+
"@operato/utils": "^2.0.0-beta.22",
|
|
119
120
|
"lit": "^3.1.2"
|
|
120
121
|
},
|
|
121
122
|
"devDependencies": {
|
|
@@ -150,5 +151,5 @@
|
|
|
150
151
|
"prettier --write"
|
|
151
152
|
]
|
|
152
153
|
},
|
|
153
|
-
"gitHead": "
|
|
154
|
+
"gitHead": "a0c43af5506fd7786061d78a6946489be6c37336"
|
|
154
155
|
}
|