@operato/grist-editor 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 +2 -2
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -3,7 +3,7 @@
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
8
  **Note:** Version bump only for package @operato/grist-editor
9
9
 
@@ -11,7 +11,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
11
11
 
12
12
 
13
13
 
14
- ### [7.1.2](https://github.com/hatiolab/operato/compare/v7.1.1...v7.1.2) (2024-09-02)
14
+ ## [8.0.0-alpha.0](https://github.com/hatiolab/operato/compare/v7.1.1...v8.0.0-alpha.0) (2024-09-01)
15
15
 
16
16
  **Note:** Version bump only for package @operato/grist-editor
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@operato/grist-editor",
3
- "version": "7.1.3",
3
+ "version": "8.0.0-alpha.1",
4
4
  "description": "Webcomponent for grist-editor following open-wc recommendations",
5
5
  "author": "heartyoh",
6
6
  "main": "dist/src/index.js",
@@ -102,13 +102,13 @@
102
102
  },
103
103
  "dependencies": {
104
104
  "@material/web": "^2.0.0",
105
- "@operato/data-grist": "^7.1.3",
106
- "@operato/help": "^7.1.3",
107
- "@operato/i18n": "^7.1.1",
108
- "@operato/input": "^7.1.3",
109
- "@operato/popup": "^7.1.1",
110
- "@operato/property-editor": "^7.1.3",
111
- "@operato/styles": "^7.1.1",
105
+ "@operato/data-grist": "^8.0.0-alpha.1",
106
+ "@operato/help": "^8.0.0-alpha.1",
107
+ "@operato/i18n": "^8.0.0-alpha.0",
108
+ "@operato/input": "^8.0.0-alpha.1",
109
+ "@operato/popup": "^8.0.0-alpha.0",
110
+ "@operato/property-editor": "^8.0.0-alpha.1",
111
+ "@operato/styles": "^8.0.0-alpha.0",
112
112
  "cronstrue": "^2.2.0",
113
113
  "cross-fetch": "^3.1.5",
114
114
  "lit": "^3.1.2",
@@ -148,5 +148,5 @@
148
148
  "prettier --write"
149
149
  ]
150
150
  },
151
- "gitHead": "c1c9c82ac98fcafee6c7beb5abe112140675d0b7"
151
+ "gitHead": "7e2725314b1cb79c18f27b5a8db9dccd2461a1a3"
152
152
  }