Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"packages/openscd": "0.34.51",
"packages/openscd": "0.35.0",
"packages/core": "0.2.1",
"packages/forms": "0.0.3",
"packages/xml": "0.0.3",
"packages/plugins": "0.0.13",
"packages/plugins": "0.1.0",
".": "0.45.13"
}
14 changes: 14 additions & 0 deletions packages/openscd/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.35.0](https://github.com/com-pas/open-scd/compare/open-scd@v0.34.51...open-scd@v0.35.0) (2026-07-06)


### ✨ Features

* allow custom reserved value validation message in wizard textfield ([2b884b9](https://github.com/com-pas/open-scd/commit/2b884b9910e0dc8c189144072d046c837f28944a))
* **communication:** validate duplicate IPs in ConnectedAP within the same SubNetwork ([568c944](https://github.com/com-pas/open-scd/commit/568c9442d9b4f6ab754805d6e770b67f5305c436))


### 📦 Miscellaneous Chores

* Adjust snapshots ([e2314dd](https://github.com/com-pas/open-scd/commit/e2314dd5fa996691715025521be6d4f5113535a4))
* Fix plugins ([d249838](https://github.com/com-pas/open-scd/commit/d2498387ee01560667074424a86025cb1fd581c1))

## [0.34.51](https://github.com/com-pas/open-scd/compare/open-scd@v0.34.50...open-scd@v0.34.51) (2026-05-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/openscd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@compas-oscd/open-scd",
"version": "0.34.51",
"version": "0.35.0",
"repository": "https://github.com/openscd/open-scd.git",
"directory": "packages/openscd",
"description": "A bottom-up substation configuration designer for projects described using SCL `IEC 61850-6` Edition 2 or greater.",
Expand Down
13 changes: 13 additions & 0 deletions packages/plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.1.0](https://github.com/com-pas/open-scd/compare/plugins@v0.0.13...plugins@v0.1.0) (2026-07-06)


### ✨ Features

* (plugins): validate duplicate IPs in ConnectedAP edit wizard ([24366f2](https://github.com/com-pas/open-scd/commit/24366f29084eddfcffd900eb1999b574f1564a42))
* **communication:** validate duplicate IPs in ConnectedAP within the same SubNetwork ([568c944](https://github.com/com-pas/open-scd/commit/568c9442d9b4f6ab754805d6e770b67f5305c436))


### 📦 Miscellaneous Chores

* Fix plugins ([d249838](https://github.com/com-pas/open-scd/commit/d2498387ee01560667074424a86025cb1fd581c1))

## [0.0.13](https://github.com/com-pas/open-scd/compare/plugins@v0.0.12...plugins@v0.0.13) (2026-05-28)


Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@compas-oscd/plugins",
"version": "0.0.13",
"version": "0.1.0",
"repository": "https://github.com/com-pas/open-scd.git",
"directory": "packages/plugins",
"description": "The official plug-ins of open-scd.",
Expand Down