@sofie-automation/blueprints-integration 1.51.0-in-testing.1 → 1.51.0-in-testing.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -4
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,12 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- # [1.51.0-in-testing.1](https://github.com/nrkno/sofie-core/compare/v1.51.0-in-testing.0...v1.51.0-in-testing.1) (2024-09-06)
6
+ # [1.51.0-in-testing.3](https://github.com/nrkno/sofie-core/compare/v1.51.0-in-testing.2...v1.51.0-in-testing.3) (2024-09-25)
7
7
 
8
+ **Note:** Version bump only for package @sofie-automation/blueprints-integration
8
9
 
9
- ### Features
10
10
 
11
- * stringify piece NoraContent payload SOFIE-3398 ([#1248](https://github.com/nrkno/sofie-core/issues/1248)) ([0613f74](https://github.com/nrkno/sofie-core/commit/0613f740c1e2f740d7d9c39bc72178e301f5f72f))
11
+
12
+
13
+
14
+ # [1.51.0-in-testing.2](https://github.com/nrkno/sofie-core/compare/v1.51.0-in-testing.1...v1.51.0-in-testing.2) (2024-09-24)
15
+
16
+ **Note:** Version bump only for package @sofie-automation/blueprints-integration
12
17
 
13
18
 
14
19
 
@@ -21,8 +26,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
21
26
 
22
27
  * stringify piece NoraContent payload SOFIE-3398 ([#1248](https://github.com/nrkno/sofie-core/issues/1248)) ([0613f74](https://github.com/nrkno/sofie-core/commit/0613f740c1e2f740d7d9c39bc72178e301f5f72f))
23
28
 
29
+ # [1.51.0-in-testing.1](https://github.com/nrkno/sofie-core/compare/v1.51.0-in-testing.0...v1.51.0-in-testing.1) (2024-09-06)
24
30
 
25
31
 
32
+ ### Features
33
+
34
+ * stringify piece NoraContent payload SOFIE-3398 ([#1248](https://github.com/nrkno/sofie-core/issues/1248)) ([0613f74](https://github.com/nrkno/sofie-core/commit/0613f740c1e2f740d7d9c39bc72178e301f5f72f))
26
35
 
27
36
 
28
37
  # [1.51.0-in-testing.0](https://github.com/nrkno/sofie-core/compare/v1.50.4...v1.51.0-in-testing.0) (2024-08-19)
@@ -93,7 +102,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
93
102
  - typed publications in gateways/peripheraldevices SOFIE-1183 ([#1056](https://github.com/nrkno/sofie-core/issues/1056)) ([0c3c1bf](https://github.com/nrkno/sofie-core/commit/0c3c1bfd2bb779034976dc34e49aa6e664ea874b))
94
103
  - update meteor to 2.12 SOFIE-2368 ([#931](https://github.com/nrkno/sofie-core/issues/931)) ([d7dfb71](https://github.com/nrkno/sofie-core/commit/d7dfb71d19405267cab5e2abc39794a80acb30b1))
95
104
 
96
- ## [1.50.5](https://github.com/nrkno/tv-automation-server-core/compare/v1.50.4-LSG-updates...v1.50.5) (2024-08-08)
105
+
106
+ ## [1.50.5](https://github.com/nrkno/tv-automation-server-core/compare/v1.50.4...v1.50.5) (2024-09-19)
97
107
 
98
108
  **Note:** Version bump only for package @sofie-automation/blueprints-integration
99
109
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sofie-automation/blueprints-integration",
3
- "version": "1.51.0-in-testing.1",
3
+ "version": "1.51.0-in-testing.3",
4
4
  "description": "Library to define the interaction between core and the blueprints.",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -38,7 +38,7 @@
38
38
  "/LICENSE"
39
39
  ],
40
40
  "dependencies": {
41
- "@sofie-automation/shared-lib": "1.51.0-in-testing.1",
41
+ "@sofie-automation/shared-lib": "1.51.0-in-testing.3",
42
42
  "tslib": "^2.6.2",
43
43
  "type-fest": "^3.13.1"
44
44
  },
@@ -51,5 +51,5 @@
51
51
  ]
52
52
  },
53
53
  "packageManager": "yarn@3.5.0",
54
- "gitHead": "3374f2ba0693fe0748bc3acc8a86045a3dba6862"
54
+ "gitHead": "79d9b352e952455b734652975f651b96a798fcd4"
55
55
  }