@operato/grist-editor 8.0.0-beta.1 → 8.0.0-beta.2

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 +9 -0
  2. package/package.json +9 -9
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
+ ## [8.0.0-beta.2](https://github.com/hatiolab/operato/compare/v8.0.0-beta.1...v8.0.0-beta.2) (2025-01-08)
7
+
8
+
9
+ ### :bug: Bug Fix
10
+
11
+ * typo .npmignore ([d9c0c8c](https://github.com/hatiolab/operato/commit/d9c0c8c79abc688c3c2cfb6c37fcb689483a5977))
12
+
13
+
14
+
6
15
  ## [8.0.0-beta.1](https://github.com/hatiolab/operato/compare/v8.0.0-beta.0...v8.0.0-beta.1) (2025-01-08)
7
16
 
8
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@operato/grist-editor",
3
- "version": "8.0.0-beta.1",
3
+ "version": "8.0.0-beta.2",
4
4
  "description": "Webcomponent for grist-editor following open-wc recommendations",
5
5
  "author": "heartyoh",
6
6
  "main": "dist/src/index.js",
@@ -110,13 +110,13 @@
110
110
  },
111
111
  "dependencies": {
112
112
  "@material/web": "^2.0.0",
113
- "@operato/data-grist": "^8.0.0-beta.1",
114
- "@operato/help": "^8.0.0-beta.1",
115
- "@operato/i18n": "^8.0.0-beta.1",
116
- "@operato/input": "^8.0.0-beta.1",
117
- "@operato/popup": "^8.0.0-beta.1",
118
- "@operato/property-editor": "^8.0.0-beta.1",
119
- "@operato/styles": "^8.0.0-beta.1",
113
+ "@operato/data-grist": "^8.0.0-beta.2",
114
+ "@operato/help": "^8.0.0-beta.2",
115
+ "@operato/i18n": "^8.0.0-beta.2",
116
+ "@operato/input": "^8.0.0-beta.2",
117
+ "@operato/popup": "^8.0.0-beta.2",
118
+ "@operato/property-editor": "^8.0.0-beta.2",
119
+ "@operato/styles": "^8.0.0-beta.2",
120
120
  "cronstrue": "^2.2.0",
121
121
  "cross-fetch": "^3.1.5",
122
122
  "lit": "^3.1.2",
@@ -156,5 +156,5 @@
156
156
  "prettier --write"
157
157
  ]
158
158
  },
159
- "gitHead": "d5b28a2e9deb632c0dc80132f6a7196dd6fe4220"
159
+ "gitHead": "ee1b5124995accb99272d3b5854f3df1d8746dda"
160
160
  }