Skip to content

Commit f2c4bee

Browse files
github-actions[bot]stee-re
authored andcommitted
chore(main): release oscd-shell 0.0.10
1 parent 6efd5ae commit f2c4bee

File tree

4 files changed

+27
-4
lines changed

4 files changed

+27
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.0.9"}
1+
{".":"0.0.10"}

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## [0.0.10](https://github.com/OMICRONEnergyOSS/oscd-shell/compare/oscd-shell-v0.0.9...oscd-shell-v0.0.10) (2025-11-28)
4+
5+
6+
### Features
7+
8+
* refactor oscd-shell to fully support scoped custom elements ([77a5bea](https://github.com/OMICRONEnergyOSS/oscd-shell/commit/77a5beac60e401f85e15d01ac3d8b6457ddb6c4a))
9+
* support rendering without appIcon ([903b690](https://github.com/OMICRONEnergyOSS/oscd-shell/commit/903b690e0d91ca6a6c352d1a0104d3096ce693a9))
10+
* update tooling and all module deps ([d6b6bf8](https://github.com/OMICRONEnergyOSS/oscd-shell/commit/d6b6bf868afa2f950cc2be8025c5cd2d806621dd))
11+
* update UI to new design ([edb8b29](https://github.com/OMICRONEnergyOSS/oscd-shell/commit/edb8b296aed487c04dafe85e0578194f56ce7ce6))
12+
13+
14+
### Bug Fixes
15+
16+
* correct issues with bundling, so shell can be used from a uri pointing to a bundle ([2d728ae](https://github.com/OMICRONEnergyOSS/oscd-shell/commit/2d728ae8e19f02bb58364854e21c3e40ca4b4e6a))
17+
* correct path issues with dyn loaded locales ([6efd5ae](https://github.com/OMICRONEnergyOSS/oscd-shell/commit/6efd5ae0596abedecd98d1bedb30e17efda63a12))
18+
* set default them colors using omicron color palette ([1cbba92](https://github.com/OMICRONEnergyOSS/oscd-shell/commit/1cbba926b4f0554de4c0489693d5b9f1116ab6a5))
19+
* update to the latest oscd-editor to fix undo/redo issues ([16cf2ed](https://github.com/OMICRONEnergyOSS/oscd-shell/commit/16cf2edf799c37f3141f83ccc4795eb5e3a513c9))
20+
21+
22+
### Styles
23+
24+
* improve default theme contrast ([277840b](https://github.com/OMICRONEnergyOSS/oscd-shell/commit/277840bc623ffd5adaa76215ff6ab094fa25fe29))
25+
326
## [0.0.9](https://github.com/OMICRONEnergyOSS/oscd-shell/compare/oscd-shell-v0.0.8...oscd-shell-v0.0.9) (2025-09-29)
427

528

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@omicronenergy/oscd-shell",
3-
"version": "0.0.9",
3+
"version": "0.0.10",
44
"description": "The shell component of OpenSCD, where plugins are loaded and the application is initialized.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)