Skip to content

Commit fde8c43

Browse files
committed
🔖 release v0.3.0+1
1 parent d6c20ac commit fde8c43

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to the Hyper Effects package are documented in this file.
44

5+
## [0.3.0+1] - Aug 15, 2025
6+
7+
- Loosen dependency constraints for equatable to `>=2.0.5 <3.0.0`.
8+
59
## [0.3.0] - Dec 15, 2024
610

711
### Added

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: hyper_effects
22
description: Create beautiful effects and animations with just a few lines of code.
33

4-
version: 0.3.0
4+
version: 0.3.0+1
55

66
homepage: https://hyperdesigned.dev/
77
repository: https://github.com/hyper-designed/hyper_effects
@@ -18,14 +18,14 @@ environment:
1818
dependencies:
1919
flutter:
2020
sdk: flutter
21-
equatable: ^2.0.7
21+
equatable: ">=2.0.5 <3.0.0"
2222
collection: ">=1.15.0 <2.0.0"
2323
meta: ">=1.11.0 <2.0.0"
2424

2525
dev_dependencies:
2626
flutter_test:
2727
sdk: flutter
28-
flutter_lints: ^5.0.0
28+
flutter_lints: ^6.0.0
2929

3030
flutter:
3131

0 commit comments

Comments
 (0)