Skip to content

Commit 5310722

Browse files
chore: release 1.0.0
1 parent c7542b3 commit 5310722

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-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+
{".":"1.0.0"}

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,21 @@
11
# Changelog
2+
3+
## 1.0.0 (2025-08-14)
4+
5+
6+
### Features
7+
8+
* add editable description field ([#10](https://github.com/OMICRONEnergyOSS/oscd-editor-template-update/issues/10)) ([3d0c43a](https://github.com/OMICRONEnergyOSS/oscd-editor-template-update/commit/3d0c43ab42103fffe09cec9a0e141366623c705b))
9+
* add user defined do ([#5](https://github.com/OMICRONEnergyOSS/oscd-editor-template-update/issues/5)) ([17ee690](https://github.com/OMICRONEnergyOSS/oscd-editor-template-update/commit/17ee6907348a22a1aa82bd9275a11af9ada891fb))
10+
* migrate to using oscd-shell, editV1, scoped md components, updated deps and renamed repo ([c7542b3](https://github.com/OMICRONEnergyOSS/oscd-editor-template-update/commit/c7542b362757a3191caf85973148716b65a0855e))
11+
* show user defined data objects ([#3](https://github.com/OMICRONEnergyOSS/oscd-editor-template-update/issues/3)) ([86e7069](https://github.com/OMICRONEnergyOSS/oscd-editor-template-update/commit/86e7069f530b19e7d24dc3c8c2d2ec853768862a))
12+
* update-templates ([cdde163](https://github.com/OMICRONEnergyOSS/oscd-editor-template-update/commit/cdde16308ba777ea97dc465d1ac0a9bdb48db70c))
13+
14+
15+
### Bug Fixes
16+
17+
* remove incorrect md-icon ([8b7b651](https://github.com/OMICRONEnergyOSS/oscd-editor-template-update/commit/8b7b651e097b664f7c4ef76ca5481ea879d76965))
18+
* removeDataType from scl-lib ([e84f510](https://github.com/OMICRONEnergyOSS/oscd-editor-template-update/commit/e84f5107f04b4d88ef1c127283be2d9489160ca1))
19+
* spelling ([27682bd](https://github.com/OMICRONEnergyOSS/oscd-editor-template-update/commit/27682bd850728fe921c8ed47abdd4690c1cbbe37))
20+
21+
## 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-update",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "OpenSCD Menu Plugin for loading IEC 61850 SCL files into OpenSCD.",
55
"type": "module",
66
"repository": {

0 commit comments

Comments
 (0)