@operato/grist-editor 2.0.0-beta.23 → 2.0.0-beta.25

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 +17 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -3,6 +3,23 @@
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.25](https://github.com/hatiolab/operato/compare/v2.0.0-beta.24...v2.0.0-beta.25) (2024-06-17)
7
+
8
+ **Note:** Version bump only for package @operato/grist-editor
9
+
10
+
11
+
12
+
13
+
14
+ ## [2.0.0-beta.24](https://github.com/hatiolab/operato/compare/v2.0.0-beta.23...v2.0.0-beta.24) (2024-06-15)
15
+
16
+
17
+ ### :bug: Bug Fix
18
+
19
+ * remove default value for data property editor ([bf680c5](https://github.com/hatiolab/operato/commit/bf680c5da4856316e2a96f0231f2354cd305008f))
20
+
21
+
22
+
6
23
  ## [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
24
 
8
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@operato/grist-editor",
3
- "version": "2.0.0-beta.23",
3
+ "version": "2.0.0-beta.25",
4
4
  "description": "Webcomponent for grist-editor following open-wc recommendations",
5
5
  "author": "heartyoh",
6
6
  "main": "dist/src/index.js",
@@ -97,13 +97,13 @@
97
97
  "storybook:build": "tsc && npm run analyze -- --exclude dist && build-storybook"
98
98
  },
99
99
  "dependencies": {
100
- "@material/web": "^1.4.0",
101
- "@operato/data-grist": "^2.0.0-beta.23",
102
- "@operato/help": "^2.0.0-beta.23",
103
- "@operato/i18n": "^2.0.0-beta.23",
104
- "@operato/input": "^2.0.0-beta.23",
105
- "@operato/popup": "^2.0.0-beta.23",
106
- "@operato/property-editor": "^2.0.0-beta.23",
100
+ "@material/web": "^1.5.0",
101
+ "@operato/data-grist": "^2.0.0-beta.25",
102
+ "@operato/help": "^2.0.0-beta.25",
103
+ "@operato/i18n": "^2.0.0-beta.25",
104
+ "@operato/input": "^2.0.0-beta.25",
105
+ "@operato/popup": "^2.0.0-beta.24",
106
+ "@operato/property-editor": "^2.0.0-beta.25",
107
107
  "@operato/styles": "^2.0.0-beta.23",
108
108
  "cronstrue": "^2.2.0",
109
109
  "cross-fetch": "^3.1.5",
@@ -144,5 +144,5 @@
144
144
  "prettier --write"
145
145
  ]
146
146
  },
147
- "gitHead": "f2b3faf23eb7a8c51baa922b1baf6cabf3e6db13"
147
+ "gitHead": "8bdf90229ff0a891441d2bd56f427a8ced58eb4d"
148
148
  }