Skip to content

Commit

Permalink
chore: Publish v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
spydon committed Mar 19, 2024
1 parent 5210512 commit c207045
Show file tree
Hide file tree
Showing 4 changed files with 161 additions and 74 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.1
- Component removal and HasNot fix
- Fix so that systems can't be added twice

## 0.3.0
- Fixed component removal so that it actually removes components
- Fixed `HasNot` filters to properly filter after a filtered component is added
Expand Down
10 changes: 6 additions & 4 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ packages:
dependency: transitive
description:
name: meta
url: "https://pub.dartlang.org"
sha256: "98a7492d10d7049ea129fd4e50f7cdd2d5008522b1dfa1148bbbc542b9dd21f7"
url: "https://pub.dev"
source: hosted
version: "1.3.0"
oxygen:
Expand All @@ -14,13 +15,14 @@ packages:
path: ".."
relative: true
source: path
version: "0.2.0"
version: "0.3.0"
pedantic:
dependency: "direct dev"
description:
name: pedantic
url: "https://pub.dartlang.org"
sha256: "8f6460c77a98ad2807cd3b98c67096db4286f56166852d0ce5951bb600a63594"
url: "https://pub.dev"
source: hosted
version: "1.11.0"
sdks:
dart: ">=2.12.0 <3.0.0"
dart: ">=2.15.0 <4.0.0"
Loading

0 comments on commit c207045

Please sign in to comment.