Skip to content

Commit

Permalink
Update package version
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahimpenekli committed Jan 4, 2024
1 parent eec3fdd commit de24043
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
4 changes: 4 additions & 0 deletions Packages/com.cdm.figma.ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this package will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.8.8] - 2024-01-04
### Fixes
- Minor import stats fixes

## [1.8.7] - 2023-12-17
### Fixes
- Fixed a bug that `NullReferenceException` is thrown if a node converter fails to convert a node
Expand Down
4 changes: 2 additions & 2 deletions Packages/com.cdm.figma.ui/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "com.cdm.figma.ui",
"displayName": "Unity Figma Importer - UGUI",
"version": "1.8.7",
"version": "1.8.8",
"unity": "2021.3",
"author": "CDM Vision",
"description": "Unity Figma Importer turns your Figma design into Unity UI elements and can generate code and layout files to create Unity apps.",
"hideInEditor": false,
"dependencies": {
"com.cdm.figma": "1.8.7",
"com.cdm.figma": "1.8.8",
"com.unity.nuget.newtonsoft-json": "2.0.2",
"com.unity.vectorgraphics": "2.0.0-preview.21"
}
Expand Down
4 changes: 4 additions & 0 deletions Packages/com.cdm.figma/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this package will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.8.8] - 2024-01-04
### Fixes
- Fix a bug that `minTextureSize` is used instead of `rectTextureSize`

## [1.8.7] - 2023-12-17
- No changes

Expand Down
2 changes: 1 addition & 1 deletion Packages/com.cdm.figma/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.cdm.figma",
"displayName": "Unity Figma Importer",
"version": "1.8.7",
"version": "1.8.8",
"unity": "2021.3",
"author": "CDM Vision",
"description": "Unity Figma Importer turns your Figma design into Unity UI and can generate code and layout files to create Unity apps.",
Expand Down
2 changes: 1 addition & 1 deletion Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"depth": 0,
"source": "embedded",
"dependencies": {
"com.cdm.figma": "1.8.7",
"com.cdm.figma": "1.8.8",
"com.unity.nuget.newtonsoft-json": "2.0.2",
"com.unity.vectorgraphics": "2.0.0-preview.21"
}
Expand Down

0 comments on commit de24043

Please sign in to comment.