Skip to content

Commit d427cec

Browse files
committed
chore(main): release 2.7.5
1 parent 3c2dcfe commit d427cec

5 files changed

Lines changed: 11 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.7.4"
2+
".": "2.7.5"
33
}

CHANGELOG.md

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

3+
## [2.7.5](https://github.com/SuperFlyTV/sofie-automation-rundown-editor/compare/v2.7.4...v2.7.5) (2026-03-12)
4+
5+
6+
### Bug Fixes
7+
8+
* piece creation with default type ([#105](https://github.com/SuperFlyTV/sofie-automation-rundown-editor/issues/105)) ([3c2dcfe](https://github.com/SuperFlyTV/sofie-automation-rundown-editor/commit/3c2dcfe40a346dad507ff6a0d8f31601d67ab90f))
9+
310
## [2.7.4](https://github.com/SuperFlyTV/sofie-automation-rundown-editor/compare/v2.7.3...v2.7.4) (2026-03-05)
411

512

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sofie-rundown-editor/backend",
3-
"version": "2.7.4",
3+
"version": "2.7.5",
44
"private": true,
55
"description": "A standalone tool for creating and editing Sofie rundowns.",
66
"repository": {

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sofie-rundown-editor/frontend",
33
"private": true,
4-
"version": "2.7.4",
4+
"version": "2.7.5",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sofie-rundown-editor",
3-
"version": "2.7.4",
3+
"version": "2.7.5",
44
"private": true,
55
"description": "A standalone tool for creating and editing Sofie rundowns.",
66
"repository": {

0 commit comments

Comments
 (0)