@operato/shell 2.0.0-alpha.68 → 2.0.0-alpha.77
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.
- package/CHANGELOG.md +9 -0
- package/package.json +3 -2
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-alpha.77](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.76...v2.0.0-alpha.77) (2024-04-14)
|
7
|
+
|
8
|
+
|
9
|
+
### :bug: Bug Fix
|
10
|
+
|
11
|
+
* add @webcomponents/scoped-custom-element-registry for storybook ([1f4264b](https://github.com/hatiolab/operato/commit/1f4264bd8384d8256437dfc838d22d64ec9a452d))
|
12
|
+
|
13
|
+
|
14
|
+
|
6
15
|
## [2.0.0-alpha.68](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.67...v2.0.0-alpha.68) (2024-04-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-alpha.
|
5
|
+
"version": "2.0.0-alpha.77",
|
6
6
|
"main": "dist/src/index.js",
|
7
7
|
"module": "dist/src/index.js",
|
8
8
|
"exports": {
|
@@ -61,6 +61,7 @@
|
|
61
61
|
"@operato/popup": "^2.0.0-alpha.68",
|
62
62
|
"@operato/styles": "^2.0.0-alpha.68",
|
63
63
|
"@operato/utils": "^2.0.0-alpha.68",
|
64
|
+
"@webcomponents/scoped-custom-element-registry": "^0.0.9",
|
64
65
|
"lit": "^3.1.2",
|
65
66
|
"lodash-es": "^4.17.21",
|
66
67
|
"pwa-helpers": "^0.9.1",
|
@@ -99,5 +100,5 @@
|
|
99
100
|
"prettier --write"
|
100
101
|
]
|
101
102
|
},
|
102
|
-
"gitHead": "
|
103
|
+
"gitHead": "a3fadb794c378f982a064f10542128af5058049e"
|
103
104
|
}
|