Skip to content

Commit 96c7e30

Browse files
committed
Update package.json and changelog
1 parent 7da13e7 commit 96c7e30

File tree

8 files changed

+28
-4
lines changed

8 files changed

+28
-4
lines changed

CHANGELOG.md

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

3+
## [0.8.4-preview] - 2021-02-12
4+
* feat: add extrapolation capability to FaderPlayableAsset
5+
* fix: undo for StreamingImageSequencePlayableAsset and RenderCachePlayableAsset
6+
* chore: handle warnings when using [email protected] and up
7+
* doc: add Gap Extrapolation section for RenderCachePlayableAsset
8+
39
## [0.8.3-preview] - 2021-02-05
410
* fix: errors when using HDRP on Unity 2019.4.18 and up
511

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

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

3+
## [0.8.4-preview] - 2021-02-12
4+
* feat: add extrapolation capability to FaderPlayableAsset
5+
* fix: undo for StreamingImageSequencePlayableAsset and RenderCachePlayableAsset
6+
* chore: handle warnings when using [email protected] and up
7+
* doc: add Gap Extrapolation section for RenderCachePlayableAsset
8+
39
## [0.8.3-preview] - 2021-02-05
410
* fix: errors when using HDRP on Unity 2019.4.18 and up
511

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.3-preview",
5+
"version": "0.8.4-preview",
66
"dependencies": {
77
"com.unity.film-internal-utilities": "0.7.0-preview",
88
"com.unity.editorcoroutines": "1.0.0",

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

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

3+
## [0.8.4-preview] - 2021-02-12
4+
* feat: add extrapolation capability to FaderPlayableAsset
5+
* fix: undo for StreamingImageSequencePlayableAsset and RenderCachePlayableAsset
6+
* chore: handle warnings when using [email protected] and up
7+
* doc: add Gap Extrapolation section for RenderCachePlayableAsset
8+
39
## [0.8.3-preview] - 2021-02-05
410
* fix: errors when using HDRP on Unity 2019.4.18 and up
511

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.3-preview",
5+
"version": "0.8.4-preview",
66
"dependencies": {
77
"com.unity.film-internal-utilities": "0.7.0-preview",
88
"com.unity.editorcoroutines": "1.0.0",

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

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

3+
## [0.8.4-preview] - 2021-02-12
4+
* feat: add extrapolation capability to FaderPlayableAsset
5+
* fix: undo for StreamingImageSequencePlayableAsset and RenderCachePlayableAsset
6+
* chore: handle warnings when using [email protected] and up
7+
* doc: add Gap Extrapolation section for RenderCachePlayableAsset
8+
39
## [0.8.3-preview] - 2021-02-05
410
* fix: errors when using HDRP on Unity 2019.4.18 and up
511

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.3-preview",
5+
"version": "0.8.4-preview",
66
"dependencies": {
77
"com.unity.film-internal-utilities": "0.7.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.3-preview",
5+
"version": "0.8.4-preview",
66
"dependencies": {
77
"com.unity.film-internal-utilities": "0.7.0-preview",
88
"com.unity.editorcoroutines": "1.0.0",

0 commit comments

Comments
 (0)