Skip to content

Commit 54af036

Browse files
chore: release 0.0.1
1 parent 66adb2c commit 54af036

File tree

4 files changed

+29
-4
lines changed

4 files changed

+29
-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: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,26 @@
11
# Changelog
2+
3+
## 0.0.1 (2025-08-12)
4+
5+
6+
### Features
7+
8+
* Add custom namespace to do dialog ([eaf4968](https://github.com/OMICRONEnergyOSS/oscd-editor-template-generator/commit/eaf4968741b42b26bcf87df9f537117ece14cc0e))
9+
* add description to LNodeType ([#5](https://github.com/OMICRONEnergyOSS/oscd-editor-template-generator/issues/5)) ([fe23896](https://github.com/OMICRONEnergyOSS/oscd-editor-template-generator/commit/fe23896f52212caefb811c50a7d6dd27bb4b209a))
10+
* add edit title for better read ([bafd680](https://github.com/OMICRONEnergyOSS/oscd-editor-template-generator/commit/bafd680d8a3440466b9d58fb730d22348aee4a2e))
11+
* add LNodeType preview ([#12](https://github.com/OMICRONEnergyOSS/oscd-editor-template-generator/issues/12)) ([0099ede](https://github.com/OMICRONEnergyOSS/oscd-editor-template-generator/commit/0099ede6c48f1c9fcae95778c6d16e3707cbac14))
12+
* add option to create custom Data Object ([#1](https://github.com/OMICRONEnergyOSS/oscd-editor-template-generator/issues/1)) ([195c099](https://github.com/OMICRONEnergyOSS/oscd-editor-template-generator/commit/195c099f098c8f7c90649a5a1c9478521fe7efff))
13+
* Create DO with custom namespace ([6664c64](https://github.com/OMICRONEnergyOSS/oscd-editor-template-generator/commit/6664c64a9a95c303426c5081c05a6419355a0481))
14+
* legacy open-scd compatibility ([cc093a9](https://github.com/OMICRONEnergyOSS/oscd-editor-template-generator/commit/cc093a9edb3850502b782961c2bd250933bc8405))
15+
* migrate to shell & update deps ([66adb2c](https://github.com/OMICRONEnergyOSS/oscd-editor-template-generator/commit/66adb2cf713d077c45a6d1c9a22a89cd71fda896))
16+
* Use namespace when creating tree branch ([408bcef](https://github.com/OMICRONEnergyOSS/oscd-editor-template-generator/commit/408bcef081ee3c9d99ff3da5e085502c7b5bcf2c))
17+
18+
19+
### Bug Fixes
20+
21+
* add deploy workflow ([a724ec2](https://github.com/OMICRONEnergyOSS/oscd-editor-template-generator/commit/a724ec27384cf1c8c5962f284460c659a672cbaf))
22+
* make sure icon font is loaded ([6f03ee1](https://github.com/OMICRONEnergyOSS/oscd-editor-template-generator/commit/6f03ee1696614c7f6e50c66f3010d32e6ef70d2e))
23+
* update outdated ubuntu runners ([b8b7747](https://github.com/OMICRONEnergyOSS/oscd-editor-template-generator/commit/b8b774788f4680e1ed46881bb25475d1a0b440f4))
24+
* update outdated ubuntu runners and add deploy action ([7288806](https://github.com/OMICRONEnergyOSS/oscd-editor-template-generator/commit/72888066106536d15909bc730891e2969701c544))
25+
26+
## Changelog

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-template-generator",
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)