Skip to content

Commit d4b1772

Browse files
committed
Update package.json and changelog
1 parent 688a5df commit d4b1772

File tree

8 files changed

+16
-4
lines changed

8 files changed

+16
-4
lines changed

CHANGELOG.md

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

3+
## [0.8.3-preview] - 2021-02-05
4+
* fix: errors when using HDRP on Unity 2019.4.18 and up
5+
36
## [0.8.2-preview] - 2021-02-05
47
* fix: error when showing the inspector of SISPlayableAsset which is not loaded in TimelineWindow
58
* chore: make sure to open internals to VisualCompositor

StreamingImageSequence_HDRP~/Packages/com.unity.streaming-image-sequence/CHANGELOG.md

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

3+
## [0.8.3-preview] - 2021-02-05
4+
* fix: errors when using HDRP on Unity 2019.4.18 and up
5+
36
## [0.8.2-preview] - 2021-02-05
47
* fix: error when showing the inspector of SISPlayableAsset which is not loaded in TimelineWindow
58
* chore: make sure to open internals to VisualCompositor

StreamingImageSequence_HDRP~/Packages/com.unity.streaming-image-sequence/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"displayName": "Streaming Image Sequence",
33
"name": "com.unity.streaming-image-sequence",
44
"unity": "2019.4",
5-
"version": "0.8.2-preview",
5+
"version": "0.8.3-preview",
66
"dependencies": {
77
"com.unity.film-internal-utilities": "0.6.0-preview",
88
"com.unity.editorcoroutines": "1.0.0",

StreamingImageSequence_URP~/Packages/com.unity.streaming-image-sequence/CHANGELOG.md

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

3+
## [0.8.3-preview] - 2021-02-05
4+
* fix: errors when using HDRP on Unity 2019.4.18 and up
5+
36
## [0.8.2-preview] - 2021-02-05
47
* fix: error when showing the inspector of SISPlayableAsset which is not loaded in TimelineWindow
58
* chore: make sure to open internals to VisualCompositor

StreamingImageSequence_URP~/Packages/com.unity.streaming-image-sequence/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"displayName": "Streaming Image Sequence",
33
"name": "com.unity.streaming-image-sequence",
44
"unity": "2019.4",
5-
"version": "0.8.2-preview",
5+
"version": "0.8.3-preview",
66
"dependencies": {
77
"com.unity.film-internal-utilities": "0.6.0-preview",
88
"com.unity.editorcoroutines": "1.0.0",

StreamingImageSequence~/Packages/com.unity.streaming-image-sequence/CHANGELOG.md

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

3+
## [0.8.3-preview] - 2021-02-05
4+
* fix: errors when using HDRP on Unity 2019.4.18 and up
5+
36
## [0.8.2-preview] - 2021-02-05
47
* fix: error when showing the inspector of SISPlayableAsset which is not loaded in TimelineWindow
58
* chore: make sure to open internals to VisualCompositor

StreamingImageSequence~/Packages/com.unity.streaming-image-sequence/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"displayName": "Streaming Image Sequence",
33
"name": "com.unity.streaming-image-sequence",
44
"unity": "2019.4",
5-
"version": "0.8.2-preview",
5+
"version": "0.8.3-preview",
66
"dependencies": {
77
"com.unity.film-internal-utilities": "0.6.0-preview",
88
"com.unity.editorcoroutines": "1.0.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"displayName": "Streaming Image Sequence",
33
"name": "com.unity.streaming-image-sequence",
44
"unity": "2019.4",
5-
"version": "0.8.2-preview",
5+
"version": "0.8.3-preview",
66
"dependencies": {
77
"com.unity.film-internal-utilities": "0.6.0-preview",
88
"com.unity.editorcoroutines": "1.0.0",

0 commit comments

Comments
 (0)