Skip to content

Commit

Permalink
Merge pull request #120 from gbtb16/general/fix/pubspec-infos
Browse files Browse the repository at this point in the history
fix(general): fix kiwi and kiwi_generator pubspec infos.
  • Loading branch information
gbtb16 authored Jul 22, 2024
2 parents d56cfe3 + 8e07d28 commit 334211c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 4 additions & 0 deletions packages/kiwi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 5.0.1

- Fix a problem with pub.dev scores.

# 5.0.0

Now Kiwi it's a Brazilian package! 🇧🇷 ♥
Expand Down
4 changes: 2 additions & 2 deletions packages/kiwi/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: kiwi
description: A simple yet efficient dependency injection container for Dart and Flutter (can be coupled with the kiwi_generator package).
version: 5.0.0
version: 5.0.1
homepage: https://github.com/gbtb16/kiwi/tree/master/packages/kiwi
repository: https://github.com/gbtb16/kiwi/tree/master/packages/kiwi
issue_tracker: https://github.com/gbtb16/kiwi/issues?q=is%3Aissue+is%3Aopen+label%3Akiwi
issue_tracker: https://github.com/gbtb16/kiwi/issues

environment:
sdk: ">=2.14.0 <4.0.0"
Expand Down
6 changes: 1 addition & 5 deletions packages/kiwi_generator/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Generates dependency injection code using the kiwi package to reduc
version: 4.2.0
homepage: https://github.com/gbtb16/kiwi/tree/master/packages/kiwi_generator
repository: https://github.com/gbtb16/kiwi/tree/master/packages/kiwi_generator
issue_tracker: https://github.com/gbtb16/kiwi/issues?q=is%3Aissue+is%3Aopen+label%3Akiwi_generator
issue_tracker: https://github.com/gbtb16/kiwi/issues

environment:
sdk: '>=2.14.0 <4.0.0'
Expand All @@ -24,10 +24,6 @@ dev_dependencies:
build_test: ^2.1.6
test: ^1.25.1

dependency_overrides:
kiwi:
path: ../kiwi

topics:
- kiwi
- automatic-generator
Expand Down

0 comments on commit 334211c

Please sign in to comment.