Skip to content

Commit

Permalink
9.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarpl committed Nov 13, 2024
1 parent 2b45bc8 commit 781eb3d
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [9.2.1](https://github.com/nrkno/sofie-timeline-state-resolver/compare/9.2.0...9.2.1) (2024-11-13)


### Bug Fixes

* trace and emit some helpful info in case the timeline resolver throws ([913ca75](https://github.com/nrkno/sofie-timeline-state-resolver/commit/913ca75412d9852b90fa093b55cdc7b840440099))



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


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.2.0",
"version": "9.2.1",
"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.1](https://github.com/nrkno/sofie-timeline-state-resolver/compare/9.2.0...9.2.1) (2024-11-13)

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

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

**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.2.0",
"version": "9.2.1",
"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.2.0",
"timeline-state-resolver": "9.2.1",
"tslib": "^2.6.2",
"underscore": "^1.13.6"
}
Expand Down
6 changes: 6 additions & 0 deletions packages/timeline-state-resolver/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.1](https://github.com/nrkno/tv-automation-state-timeline-resolver/compare/9.2.0...9.2.1) (2024-11-13)

### Bug Fixes

- trace and emit some helpful info in case the timeline resolver throws ([913ca75](https://github.com/nrkno/tv-automation-state-timeline-resolver/commit/913ca75412d9852b90fa093b55cdc7b840440099))

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

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion 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.2.0",
"version": "9.2.1",
"description": "Have timeline, control stuff",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 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.2.0
timeline-state-resolver: 9.2.1
tslib: ^2.6.2
underscore: ^1.13.6
languageName: unknown
Expand Down Expand Up @@ -11384,7 +11384,7 @@ asn1@evs-broadcast/node-asn1:
languageName: unknown
linkType: soft

"[email protected].0, timeline-state-resolver@workspace:packages/timeline-state-resolver":
"[email protected].1, 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

0 comments on commit 781eb3d

Please sign in to comment.