@operato/help 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 +6 -6
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/help
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
@@ -2,7 +2,7 @@
2
2
  "name": "@operato/help",
3
3
  "description": "Webcomponent help following open-wc recommendations",
4
4
  "author": "heartyoh",
5
- "version": "2.0.0-beta.23",
5
+ "version": "2.0.0-beta.25",
6
6
  "main": "dist/src/index.js",
7
7
  "module": "dist/src/index.js",
8
8
  "exports": {
@@ -65,11 +65,11 @@
65
65
  "storybook:build": "tsc && npm run analyze -- --exclude dist && build-storybook"
66
66
  },
67
67
  "dependencies": {
68
- "@material/web": "^1.4.0",
69
- "@operato/data-grist": "^2.0.0-beta.23",
70
- "@operato/layout": "^2.0.0-beta.23",
68
+ "@material/web": "^1.5.0",
69
+ "@operato/data-grist": "^2.0.0-beta.25",
70
+ "@operato/layout": "^2.0.0-beta.24",
71
71
  "@operato/markdown": "^2.0.0-beta.23",
72
- "@operato/shell": "^2.0.0-beta.23",
72
+ "@operato/shell": "^2.0.0-beta.24",
73
73
  "@operato/styles": "^2.0.0-beta.23",
74
74
  "@operato/utils": "^2.0.0-beta.23",
75
75
  "lit": "^3.1.2",
@@ -107,5 +107,5 @@
107
107
  "prettier --write"
108
108
  ]
109
109
  },
110
- "gitHead": "f2b3faf23eb7a8c51baa922b1baf6cabf3e6db13"
110
+ "gitHead": "8bdf90229ff0a891441d2bd56f427a8ced58eb4d"
111
111
  }