Skip to content

Commit

Permalink
Update package.json and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sindharta committed Feb 5, 2021
1 parent 688a5df commit d4b1772
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [0.8.3-preview] - 2021-02-05
* fix: errors when using HDRP on Unity 2019.4.18 and up

## [0.8.2-preview] - 2021-02-05
* fix: error when showing the inspector of SISPlayableAsset which is not loaded in TimelineWindow
* chore: make sure to open internals to VisualCompositor
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [0.8.3-preview] - 2021-02-05
* fix: errors when using HDRP on Unity 2019.4.18 and up

## [0.8.2-preview] - 2021-02-05
* fix: error when showing the inspector of SISPlayableAsset which is not loaded in TimelineWindow
* chore: make sure to open internals to VisualCompositor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"displayName": "Streaming Image Sequence",
"name": "com.unity.streaming-image-sequence",
"unity": "2019.4",
"version": "0.8.2-preview",
"version": "0.8.3-preview",
"dependencies": {
"com.unity.film-internal-utilities": "0.6.0-preview",
"com.unity.editorcoroutines": "1.0.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [0.8.3-preview] - 2021-02-05
* fix: errors when using HDRP on Unity 2019.4.18 and up

## [0.8.2-preview] - 2021-02-05
* fix: error when showing the inspector of SISPlayableAsset which is not loaded in TimelineWindow
* chore: make sure to open internals to VisualCompositor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"displayName": "Streaming Image Sequence",
"name": "com.unity.streaming-image-sequence",
"unity": "2019.4",
"version": "0.8.2-preview",
"version": "0.8.3-preview",
"dependencies": {
"com.unity.film-internal-utilities": "0.6.0-preview",
"com.unity.editorcoroutines": "1.0.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [0.8.3-preview] - 2021-02-05
* fix: errors when using HDRP on Unity 2019.4.18 and up

## [0.8.2-preview] - 2021-02-05
* fix: error when showing the inspector of SISPlayableAsset which is not loaded in TimelineWindow
* chore: make sure to open internals to VisualCompositor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"displayName": "Streaming Image Sequence",
"name": "com.unity.streaming-image-sequence",
"unity": "2019.4",
"version": "0.8.2-preview",
"version": "0.8.3-preview",
"dependencies": {
"com.unity.film-internal-utilities": "0.6.0-preview",
"com.unity.editorcoroutines": "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"displayName": "Streaming Image Sequence",
"name": "com.unity.streaming-image-sequence",
"unity": "2019.4",
"version": "0.8.2-preview",
"version": "0.8.3-preview",
"dependencies": {
"com.unity.film-internal-utilities": "0.6.0-preview",
"com.unity.editorcoroutines": "1.0.0",
Expand Down

0 comments on commit d4b1772

Please sign in to comment.