Skip to content

Commit 51e6d1b

Browse files
chore: release 0.0.1
1 parent c15117d commit 51e6d1b

File tree

4 files changed

+32
-4
lines changed

4 files changed

+32
-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.0" }
1+
{".":"0.0.1"}

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Changelog
2+
3+
## 0.0.1 (2025-08-21)
4+
5+
6+
### Features
7+
8+
* add button on all elements ([ee12847](https://github.com/OMICRONEnergyOSS/oscd-editor-substation/commit/ee12847387514d29280d5f1c2fa726a2817b7ca9))
9+
* add edit buttons incl edit event trigger ([f425ffe](https://github.com/OMICRONEnergyOSS/oscd-editor-substation/commit/f425ffe716cac38dfb9d973e53a45fd5d3bc8aae))
10+
* initial read-only copy from OpenSCD ([8ae7716](https://github.com/OMICRONEnergyOSS/oscd-editor-substation/commit/8ae77165e3f3fff74c9a775e27bc9a889207779a))
11+
* migrate code to oscd-shell ([f801362](https://github.com/OMICRONEnergyOSS/oscd-editor-substation/commit/f801362fb423853b92e206324fbc31092086194d))
12+
* migrate editor to use EditV2 (via eventing) ([8276890](https://github.com/OMICRONEnergyOSS/oscd-editor-substation/commit/8276890694e9c4ec9965193737be3cbb33ab4750))
13+
* remove function type elements ([5967783](https://github.com/OMICRONEnergyOSS/oscd-editor-substation/commit/596778343ad801a9e37a676b36b973455aca0f26))
14+
* remove process level elements ([6043723](https://github.com/OMICRONEnergyOSS/oscd-editor-substation/commit/60437235aa42c0452a2108a7f74ff4993f919dfa))
15+
* text and private elements ([900aa9d](https://github.com/OMICRONEnergyOSS/oscd-editor-substation/commit/900aa9de9ee4c91fae0646d4ae3db1b0d398c5c2))
16+
17+
18+
### Bug Fixes
19+
20+
* incorrect showfunctions setting ([fa6802d](https://github.com/OMICRONEnergyOSS/oscd-editor-substation/commit/fa6802d225035039decc063573bf1a7a7cc26eda))
21+
* setting anchor on missing menu ([71735e5](https://github.com/OMICRONEnergyOSS/oscd-editor-substation/commit/71735e5adadbaca7af62a5bcacb9bedaa98a88ea))
22+
* updated oscd-api to resolve failing tests ([22b20af](https://github.com/OMICRONEnergyOSS/oscd-editor-substation/commit/22b20affa0f01d1d6a7123255db6ea444fb65e56))
23+
24+
25+
### Styles
26+
27+
* grid always for Bay ([ad68864](https://github.com/OMICRONEnergyOSS/oscd-editor-substation/commit/ad688648d1d8ea85cbd0891cdf65602691cec2c8))
28+
* minor style fixes ([2711a0a](https://github.com/OMICRONEnergyOSS/oscd-editor-substation/commit/2711a0ace9246167d2277c8d22c70e32336b2ddc))

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-editor-substation",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "OpenSCD Menu Plugin for loading IEC 61850 SCL files into OpenSCD.",
55
"type": "module",
66
"repository": {

0 commit comments

Comments
 (0)