Skip to content

Commit

Permalink
fix has changes and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
erickzanardo committed Jul 29, 2024
1 parent b151c6f commit 1ef7f79
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
2 changes: 1 addition & 1 deletion fire_atlas_editor/lib/store/actions/atlas_actions.dart
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class UpdateSelectionGroup extends SlicesAction<FireAtlasState> {
}
}

return state;
return state.copyWith(hasChanges: true);
}
}

Expand Down
11 changes: 5 additions & 6 deletions fire_atlas_editor/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -180,12 +180,11 @@ packages:
flame_fire_atlas:
dependency: "direct main"
description:
path: "packages/flame_fire_atlas"
ref: "erick.fire_atlas_group"
resolved-ref: "4e0211e15ded5341da3d41c095bc3848551554c0"
url: "https://github.com/flame-engine/flame.git"
source: git
version: "1.5.2"
name: flame_fire_atlas
sha256: "27ad3bd6c37723d41a6079ea675d77e5ca52670f5a073ba12e0ee5b7b575082f"
url: "https://pub.dev"
source: hosted
version: "1.5.3"
flame_lint:
dependency: "direct main"
description:
Expand Down
6 changes: 1 addition & 5 deletions fire_atlas_editor/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@ dependencies:
file_selector_macos: ^0.9.0+4
file_selector_windows: ^0.9.1+4
flame: ^1.18.0
flame_fire_atlas:
git:
url: https://github.com/flame-engine/flame.git
ref: erick.fire_atlas_group
path: packages/flame_fire_atlas
flame_fire_atlas: ^1.5.3
flame_lint: ^1.0.0
flutter:
sdk: flutter
Expand Down

0 comments on commit 1ef7f79

Please sign in to comment.