Skip to content

Commit

Permalink
sync package info to test projects
Browse files Browse the repository at this point in the history
  • Loading branch information
sindharta committed Sep 14, 2021
1 parent 5c9c83f commit bd4de3b
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.13.0-preview] - 2021-09-14

### Changed
* deps: update dependency to [email protected]

### Fixed
* fix: errors when inspecting an empty SISPlayableAsset
* fix: lingering sprite when duplicating an Image which has a StreamingImageSequenceRenderer
* fix: better error handling when attempting to load non-Texture2D images as regular Unity assets

## [0.12.0-preview] - 2021-08-17

### Added
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.12.0-preview",
"version": "0.13.0-preview",
"dependencies": {
"com.unity.film-internal-utilities": "0.11.0-preview",
"com.unity.editorcoroutines": "1.0.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.13.0-preview] - 2021-09-14

### Changed
* deps: update dependency to [email protected]

### Fixed
* fix: errors when inspecting an empty SISPlayableAsset
* fix: lingering sprite when duplicating an Image which has a StreamingImageSequenceRenderer
* fix: better error handling when attempting to load non-Texture2D images as regular Unity assets

## [0.12.0-preview] - 2021-08-17

### Added
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.12.0-preview",
"version": "0.13.0-preview",
"dependencies": {
"com.unity.film-internal-utilities": "0.11.0-preview",
"com.unity.editorcoroutines": "1.0.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.13.0-preview] - 2021-09-14

### Changed
* deps: update dependency to [email protected]

### Fixed
* fix: errors when inspecting an empty SISPlayableAsset
* fix: lingering sprite when duplicating an Image which has a StreamingImageSequenceRenderer
* fix: better error handling when attempting to load non-Texture2D images as regular Unity assets

## [0.12.0-preview] - 2021-08-17

### Added
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.12.0-preview",
"version": "0.13.0-preview",
"dependencies": {
"com.unity.film-internal-utilities": "0.11.0-preview",
"com.unity.editorcoroutines": "1.0.0",
Expand Down

0 comments on commit bd4de3b

Please sign in to comment.