Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
## [2.1.8] - 2021-05-11
### Changed
- Update 2D Animation dependency

## [2.1.7] - 2021-03-01
### Changed
- Update 2D Animation dependency
  • Loading branch information
Unity Technologies committed May 11, 2021
1 parent caa2a5d commit 59f8cc1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# Changelog

## [2.1.8] - 2021-05-11
### Changed
- Update 2D Animation dependency

## [2.1.7] - 2021-03-01
### Changed
- Update 2D Animation dependency

## [2.1.6] - 2020-08-31
### Fixed
- Fixed importing files with vector layers generates textures incorrectly (case 1271229)
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.unity.2d.psdimporter",
"version": "2.1.6",
"version": "2.1.8",
"unity": "2019.4",
"unityRelease": "0b11",
"displayName": "2D PSD Importer",
Expand All @@ -12,19 +12,19 @@
],
"category": "2D",
"dependencies": {
"com.unity.2d.common": "2.0.2",
"com.unity.2d.animation": "3.2.5",
"com.unity.2d.common": "2.1.0",
"com.unity.2d.animation": "3.2.9",
"com.unity.2d.sprite": "1.0.0"
},
"relatedPackages": {
"com.unity.2d.psdimporter.tests": "2.1.6"
"com.unity.2d.psdimporter.tests": "2.1.8"
},
"upmCi": {
"footprint": "b88ca68fb8d7f51d860b71092366cdb92da664af"
"footprint": "805674b13206a30a97f2617cae728dda69d81647"
},
"repository": {
"url": "https://github.cds.internal.unity3d.com/unity/2d.git",
"type": "git",
"revision": "29ea650b8c577781bb2fae453ff381ad0aae8347"
"revision": "d18b9b4d93d8177094afe5dd128cf846cb1f0f4e"
}
}

0 comments on commit 59f8cc1

Please sign in to comment.