Skip to content

Commit 9d1d05c

Browse files
authored
chore(main): release 2.1.0 (#59)
1 parent 88a344d commit 9d1d05c

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.0.3"
2+
".": "2.1.0"
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.1.0](https://github.com/SuperFlyTV/sofie-automation-rundown-editor/compare/v2.0.3...v2.1.0) (2025-07-21)
4+
5+
6+
### Features
7+
8+
* drag and drop editor ([88a344d](https://github.com/SuperFlyTV/sofie-automation-rundown-editor/commit/88a344dbdfd18b57aa9e1193bc03cb826e3e0236))
9+
310
## [2.0.3](https://github.com/SuperFlyTV/sofie-automation-rundown-editor/compare/v2.0.3...v2.0.3) (2025-07-03)
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.0.3",
3+
"version": "2.1.0",
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.0.3",
4+
"version": "2.1.0",
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.0.3",
3+
"version": "2.1.0",
44
"private": true,
55
"description": "A standalone tool for creating and editing Sofie rundowns.",
66
"repository": {

0 commit comments

Comments
 (0)