Skip to content

Commit 817ba50

Browse files
chore: release main (#147)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d35b5ef commit 817ba50

11 files changed

Lines changed: 45 additions & 10 deletions

File tree

.release-please-manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"packages/openscd": "0.35.0",
3-
"packages/core": "0.2.2",
4-
"packages/forms": "0.0.4",
5-
"packages/xml": "0.0.4",
6-
"packages/plugins": "0.1.0",
2+
"packages/openscd": "0.35.1",
3+
"packages/core": "0.2.3",
4+
"packages/forms": "0.0.5",
5+
"packages/xml": "0.0.5",
6+
"packages/plugins": "0.1.1",
77
".": "0.45.13"
88
}

packages/core/CHANGELOG.md

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

3+
## [0.2.3](https://github.com/com-pas/open-scd/compare/core@v0.2.2...core@v0.2.3) (2026-07-09)
4+
5+
6+
### 📦 Miscellaneous Chores
7+
8+
* update repository URLs to use com-pas organisation ([#145](https://github.com/com-pas/open-scd/issues/145)) ([d35b5ef](https://github.com/com-pas/open-scd/commit/d35b5eff1b31dd084b1156ab71f7fbae873102d1))
9+
310
## [0.2.2](https://github.com/com-pas/open-scd/compare/core@v0.2.1...core@v0.2.2) (2026-07-09)
411

512

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@compas-oscd/core",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"repository": "https://github.com/com-pas/open-scd.git",
55
"description": "The core editor component of open-scd, without any extensions pre-installed.",
66
"author": "Open-SCD",

packages/forms/CHANGELOG.md

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

3+
## [0.0.5](https://github.com/com-pas/open-scd/compare/forms@v0.0.4...forms@v0.0.5) (2026-07-09)
4+
5+
6+
### 📦 Miscellaneous Chores
7+
8+
* update repository URLs to use com-pas organisation ([#145](https://github.com/com-pas/open-scd/issues/145)) ([d35b5ef](https://github.com/com-pas/open-scd/commit/d35b5eff1b31dd084b1156ab71f7fbae873102d1))
9+
310
## [0.0.4](https://github.com/com-pas/open-scd/compare/forms@v0.0.3...forms@v0.0.4) (2026-07-09)
411

512

packages/forms/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@compas-oscd/forms",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"repository": "https://github.com/com-pas/open-scd.git",
55
"description": "The forms package OpenSCD",
66
"author": "Open-SCD",

packages/openscd/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
## [0.35.1](https://github.com/com-pas/open-scd/compare/open-scd@v0.35.0...open-scd@v0.35.1) (2026-07-09)
6+
7+
8+
### 📦 Miscellaneous Chores
9+
10+
* update repository URLs to use com-pas organisation ([#145](https://github.com/com-pas/open-scd/issues/145)) ([d35b5ef](https://github.com/com-pas/open-scd/commit/d35b5eff1b31dd084b1156ab71f7fbae873102d1))
11+
512
## [0.35.0](https://github.com/com-pas/open-scd/compare/open-scd@v0.34.51...open-scd@v0.35.0) (2026-07-09)
613

714

packages/openscd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@compas-oscd/open-scd",
3-
"version": "0.35.0",
3+
"version": "0.35.1",
44
"repository": "https://github.com/com-pas/open-scd.git",
55
"directory": "packages/openscd",
66
"description": "A bottom-up substation configuration designer for projects described using SCL `IEC 61850-6` Edition 2 or greater.",

packages/plugins/CHANGELOG.md

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

3+
## [0.1.1](https://github.com/com-pas/open-scd/compare/plugins@v0.1.0...plugins@v0.1.1) (2026-07-09)
4+
5+
6+
### 📦 Miscellaneous Chores
7+
8+
* update repository URLs to use com-pas organisation ([#145](https://github.com/com-pas/open-scd/issues/145)) ([d35b5ef](https://github.com/com-pas/open-scd/commit/d35b5eff1b31dd084b1156ab71f7fbae873102d1))
9+
310
## [0.1.0](https://github.com/com-pas/open-scd/compare/plugins@v0.0.13...plugins@v0.1.0) (2026-07-09)
411

512

packages/plugins/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@compas-oscd/plugins",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"repository": "https://github.com/com-pas/open-scd.git",
55
"directory": "packages/plugins",
66
"description": "The official plug-ins of open-scd.",

packages/xml/CHANGELOG.md

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

3+
## [0.0.5](https://github.com/com-pas/open-scd/compare/xml@v0.0.4...xml@v0.0.5) (2026-07-09)
4+
5+
6+
### 📦 Miscellaneous Chores
7+
8+
* update repository URLs to use com-pas organisation ([#145](https://github.com/com-pas/open-scd/issues/145)) ([d35b5ef](https://github.com/com-pas/open-scd/commit/d35b5eff1b31dd084b1156ab71f7fbae873102d1))
9+
310
## [0.0.4](https://github.com/com-pas/open-scd/compare/xml@v0.0.3...xml@v0.0.4) (2026-07-09)
411

512

0 commit comments

Comments
 (0)