@operato/shell 2.0.0-beta.23 → 2.0.0-beta.24

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 +4 -4
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
+ ## [2.0.0-beta.24](https://github.com/hatiolab/operato/compare/v2.0.0-beta.23...v2.0.0-beta.24) (2024-06-15)
7
+
8
+
9
+ ### :bug: Bug Fix
10
+
11
+ * remove default value for data property editor ([bf680c5](https://github.com/hatiolab/operato/commit/bf680c5da4856316e2a96f0231f2354cd305008f))
12
+
13
+
14
+
6
15
  ## [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
16
 
8
17
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@operato/shell",
3
3
  "description": "WebApplication architecturing shell following open-wc recommendations",
4
4
  "author": "heartyoh",
5
- "version": "2.0.0-beta.23",
5
+ "version": "2.0.0-beta.24",
6
6
  "main": "dist/src/index.js",
7
7
  "module": "dist/src/index.js",
8
8
  "exports": {
@@ -58,9 +58,9 @@
58
58
  "storybook:build": "npm run build && build-storybook"
59
59
  },
60
60
  "dependencies": {
61
- "@material/web": "^1.4.0",
61
+ "@material/web": "^1.5.0",
62
62
  "@operato/graphql": "^2.0.0-beta.23",
63
- "@operato/popup": "^2.0.0-beta.23",
63
+ "@operato/popup": "^2.0.0-beta.24",
64
64
  "@operato/styles": "^2.0.0-beta.23",
65
65
  "@operato/utils": "^2.0.0-beta.23",
66
66
  "@webcomponents/scoped-custom-element-registry": "^0.0.9",
@@ -102,5 +102,5 @@
102
102
  "prettier --write"
103
103
  ]
104
104
  },
105
- "gitHead": "f2b3faf23eb7a8c51baa922b1baf6cabf3e6db13"
105
+ "gitHead": "f9c8a5a062f3ba213cd0f146cabf54369f7b1c1e"
106
106
  }