Skip to content

Commit

Permalink
9.2.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarpl committed Sep 9, 2024
1 parent 107e436 commit 5c35956
Show file tree
Hide file tree
Showing 9 changed files with 48 additions and 10 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [9.2.0-alpha.0](https://github.com/nrkno/sofie-timeline-state-resolver/compare/9.1.0...9.2.0-alpha.0) (2024-09-09)


### Features

* allow sequential executionMode to paralelize multiple queues of Commands ([84a53cd](https://github.com/nrkno/sofie-timeline-state-resolver/commit/84a53cd5f1ee0978767d46ad766c01841559983d))


### Bug Fixes

* filter mappings by deviceid ([f4402dd](https://github.com/nrkno/sofie-timeline-state-resolver/commit/f4402ddc6b9998e9cdf6d04f3c766ba94056d4bd))
* update timeline dependency (see https://github.com/SuperFlyTV/supertimeline/pull/102 ) ([81af9f7](https://github.com/nrkno/sofie-timeline-state-resolver/commit/81af9f7a1e3c24cfd1bbd85e5497198ff4c612bc))
* use sequential send mode for quantel ([940e68a](https://github.com/nrkno/sofie-timeline-state-resolver/commit/940e68ab09a37df7ce53944d888757a4a6f5a9c9))



## [9.1.0](https://github.com/nrkno/tv-automation-state-timeline-resolver/compare/9.0.2...9.1.0) (2024-08-19)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "9.1.0",
"version": "9.2.0-alpha.0",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 4 additions & 0 deletions packages/quick-tsr/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [9.2.0-alpha.0](https://github.com/nrkno/sofie-timeline-state-resolver/compare/9.1.0...9.2.0-alpha.0) (2024-09-09)

**Note:** Version bump only for package quick-tsr

## [9.1.0](https://github.com/nrkno/sofie-timeline-state-resolver/compare/9.0.2...9.1.0) (2024-08-19)

**Note:** Version bump only for package quick-tsr
Expand Down
4 changes: 2 additions & 2 deletions packages/quick-tsr/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "quick-tsr",
"private": true,
"version": "9.1.0",
"version": "9.2.0-alpha.0",
"description": "Read timeline from file, use TSR, play stuff",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -64,7 +64,7 @@
"chokidar": "^3.6.0",
"fast-clone": "^1.5.13",
"threadedclass": "^1.2.1",
"timeline-state-resolver": "9.1.0",
"timeline-state-resolver": "9.2.0-alpha.0",
"tslib": "^2.6.2",
"underscore": "^1.13.6"
}
Expand Down
6 changes: 6 additions & 0 deletions packages/timeline-state-resolver-types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [9.2.0-alpha.0](https://github.com/nrkno/sofie-timeline-state-resolver/compare/9.1.0...9.2.0-alpha.0) (2024-09-09)

### Features

- allow sequential executionMode to paralelize multiple queues of Commands ([84a53cd](https://github.com/nrkno/sofie-timeline-state-resolver/commit/84a53cd5f1ee0978767d46ad766c01841559983d))

## [9.1.0](https://github.com/nrkno/sofie-timeline-state-resolver/compare/9.0.2...9.1.0) (2024-08-19)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/timeline-state-resolver-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "timeline-state-resolver-types",
"version": "9.1.0",
"version": "9.2.0-alpha.0",
"description": "Have timeline, control stuff",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
12 changes: 12 additions & 0 deletions packages/timeline-state-resolver/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [9.2.0-alpha.0](https://github.com/nrkno/tv-automation-state-timeline-resolver/compare/9.1.0...9.2.0-alpha.0) (2024-09-09)

### Features

- allow sequential executionMode to paralelize multiple queues of Commands ([84a53cd](https://github.com/nrkno/tv-automation-state-timeline-resolver/commit/84a53cd5f1ee0978767d46ad766c01841559983d))

### Bug Fixes

- filter mappings by deviceid ([f4402dd](https://github.com/nrkno/tv-automation-state-timeline-resolver/commit/f4402ddc6b9998e9cdf6d04f3c766ba94056d4bd))
- update timeline dependency (see https://github.com/SuperFlyTV/supertimeline/pull/102 ) ([81af9f7](https://github.com/nrkno/tv-automation-state-timeline-resolver/commit/81af9f7a1e3c24cfd1bbd85e5497198ff4c612bc))
- use sequential send mode for quantel ([940e68a](https://github.com/nrkno/tv-automation-state-timeline-resolver/commit/940e68ab09a37df7ce53944d888757a4a6f5a9c9))

## [9.1.0](https://github.com/nrkno/tv-automation-state-timeline-resolver/compare/9.0.2...9.1.0) (2024-08-19)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/timeline-state-resolver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "timeline-state-resolver",
"version": "9.1.0",
"version": "9.2.0-alpha.0",
"description": "Have timeline, control stuff",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -111,7 +111,7 @@
"sprintf-js": "^1.1.3",
"superfly-timeline": "^9.0.1",
"threadedclass": "^1.2.1",
"timeline-state-resolver-types": "9.1.0",
"timeline-state-resolver-types": "9.2.0-alpha.0",
"tslib": "^2.6.2",
"tv-automation-quantel-gateway-client": "^3.1.7",
"type-fest": "^3.13.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9929,7 +9929,7 @@ asn1@evs-broadcast/node-asn1:
chokidar: ^3.6.0
fast-clone: ^1.5.13
threadedclass: ^1.2.1
timeline-state-resolver: 9.1.0
timeline-state-resolver: 9.2.0-alpha.0
tslib: ^2.6.2
underscore: ^1.13.6
languageName: unknown
Expand Down Expand Up @@ -11376,15 +11376,15 @@ asn1@evs-broadcast/node-asn1:
languageName: unknown
linkType: soft

"timeline-state-resolver-types@9.1.0, timeline-state-resolver-types@workspace:packages/timeline-state-resolver-types":
"timeline-state-resolver-types@9.2.0-alpha.0, timeline-state-resolver-types@workspace:packages/timeline-state-resolver-types":
version: 0.0.0-use.local
resolution: "timeline-state-resolver-types@workspace:packages/timeline-state-resolver-types"
dependencies:
tslib: ^2.6.2
languageName: unknown
linkType: soft

"timeline-state-resolver@9.1.0, timeline-state-resolver@workspace:packages/timeline-state-resolver":
"timeline-state-resolver@9.2.0-alpha.0, timeline-state-resolver@workspace:packages/timeline-state-resolver":
version: 0.0.0-use.local
resolution: "timeline-state-resolver@workspace:packages/timeline-state-resolver"
dependencies:
Expand Down Expand Up @@ -11417,7 +11417,7 @@ asn1@evs-broadcast/node-asn1:
sprintf-js: ^1.1.3
superfly-timeline: ^9.0.1
threadedclass: ^1.2.1
timeline-state-resolver-types: 9.1.0
timeline-state-resolver-types: 9.2.0-alpha.0
tslib: ^2.6.2
tv-automation-quantel-gateway-client: ^3.1.7
type-fest: ^3.13.1
Expand Down

0 comments on commit 5c35956

Please sign in to comment.