Skip to content

Commit

Permalink
#Update-vs1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
BelicusBr committed Sep 5, 2022
1 parent 71be899 commit e67f8de
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Changelog
## [1.0.8] 04/09/2022
- Fix : Runtime\IGU\Auxiliaries\IGUContainer.cs
## [1.0.7] 02/09/2022
### (Fix)IGUDrawer.cs
Agora o evento coletado e marcado como usado.
Expand Down
2 changes: 1 addition & 1 deletion Runtime/IGU/Auxiliaries/IGUContainer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public bool Remove(IGUObject item) {
public void DestroyContainer() {
wasDestroyed = true;
IGUDrawer.Drawer.Remove(this);
Destroy();
this.DestroyMyGameObject();
}

private void OnDestroy() {
Expand Down
9 changes: 5 additions & 4 deletions com.cobilas.unity.graphics.gpack
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "com.cobilas.unity.graphics",
"version": "1.0.7",
"version": "1.0.8",
"repository": "https://github.com/BelicusBr/com.cobilas.unity.graphics.git",
"relatedPackages": [
"1.0.7"
"1.0.7",
"1.0.8"
],
"gitDependencies": [
{
Expand All @@ -19,7 +20,7 @@
{
"URL": "https://github.com/BelicusBr/com.cobilas.unity.mono.git",
"name": "com.cobilas.unity.mono",
"branch": "1.0.8"
"branch": "1.0.10"
},
{
"URL": "https://github.com/BelicusBr/com.cobilas.unity.management.runtime.git",
Expand All @@ -29,7 +30,7 @@
{
"URL": "https://github.com/BelicusBr/com.cobilas.unity.extensions.git",
"name": "com.cobilas.unity.extensions",
"branch": "1.0.13"
"branch": "1.0.15"
}
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.cobilas.unity.graphics",
"version": "1.0.7",
"version": "1.0.8",
"displayName": "Cobilas Graphics",
"description": "Pacote que adiciona e manipula elementos",
"licensesUrl": "https://github.com/BelicusBr/com.cobilas.unity.graphics/blob/main/LICENSE.md",
Expand Down

0 comments on commit e67f8de

Please sign in to comment.