@operato/dataset 7.1.3 → 8.0.0-alpha.1

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 +5 -5
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -3,20 +3,20 @@
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
- ### [7.1.3](https://github.com/hatiolab/operato/compare/v7.1.2...v7.1.3) (2024-09-04)
6
+ ## [8.0.0-alpha.1](https://github.com/hatiolab/operato/compare/v8.0.0-alpha.0...v8.0.0-alpha.1) (2024-09-04)
7
7
 
8
- **Note:** Version bump only for package @operato/dataset
9
8
 
9
+ ### :bug: Bug Fix
10
10
 
11
+ * support signature-input type for dataset ([613de5d](https://github.com/hatiolab/operato/commit/613de5dc5c14cc8288d2d19431dda5475c4b3303))
11
12
 
12
13
 
13
14
 
14
- ### [7.1.2](https://github.com/hatiolab/operato/compare/v7.1.1...v7.1.2) (2024-09-02)
15
+ ## [8.0.0-alpha.0](https://github.com/hatiolab/operato/compare/v7.1.1...v8.0.0-alpha.0) (2024-09-01)
15
16
 
17
+ **Note:** Version bump only for package @operato/dataset
16
18
 
17
- ### :bug: Bug Fix
18
19
 
19
- * support signature-input type for dataset ([f9e758e](https://github.com/hatiolab/operato/commit/f9e758eeb5efd6926af9d3526f0d7374e0c1b081))
20
20
 
21
21
 
22
22
 
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": "7.1.3",
5
+ "version": "8.0.0-alpha.1",
6
6
  "main": "dist/src/index.js",
7
7
  "module": "dist/src/index.js",
8
8
  "exports": {
@@ -108,16 +108,16 @@
108
108
  },
109
109
  "dependencies": {
110
110
  "@material/web": "^2.0.0",
111
- "@operato/data-grist": "^7.1.3",
112
- "@operato/graphql": "^7.1.1",
113
- "@operato/grist-editor": "^7.1.3",
114
- "@operato/i18n": "^7.1.1",
115
- "@operato/input": "^7.1.3",
116
- "@operato/popup": "^7.1.1",
117
- "@operato/property-editor": "^7.1.3",
118
- "@operato/shell": "^7.1.1",
119
- "@operato/styles": "^7.1.1",
120
- "@operato/utils": "^7.1.1",
111
+ "@operato/data-grist": "^8.0.0-alpha.1",
112
+ "@operato/graphql": "^8.0.0-alpha.0",
113
+ "@operato/grist-editor": "^8.0.0-alpha.1",
114
+ "@operato/i18n": "^8.0.0-alpha.0",
115
+ "@operato/input": "^8.0.0-alpha.1",
116
+ "@operato/popup": "^8.0.0-alpha.0",
117
+ "@operato/property-editor": "^8.0.0-alpha.1",
118
+ "@operato/shell": "^8.0.0-alpha.0",
119
+ "@operato/styles": "^8.0.0-alpha.0",
120
+ "@operato/utils": "^8.0.0-alpha.0",
121
121
  "lit": "^3.1.2"
122
122
  },
123
123
  "devDependencies": {
@@ -152,5 +152,5 @@
152
152
  "prettier --write"
153
153
  ]
154
154
  },
155
- "gitHead": "c1c9c82ac98fcafee6c7beb5abe112140675d0b7"
155
+ "gitHead": "7e2725314b1cb79c18f27b5a8db9dccd2461a1a3"
156
156
  }