Skip to content

Commit

Permalink
Revert meta and collection constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
DDavidPrime committed Aug 12, 2024
1 parent 3fc5478 commit 3bc3864
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 10 deletions.
2 changes: 0 additions & 2 deletions packages/rx_bloc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
## [6.0.0]
* Update `rxdart` to use version `0.28.0`
* Update `meta` to use version `1.12.0`
* Update `collection` to use version `1.18.0`

## [5.0.3]
* Lower the meta package requirement from ^1.11.0 to ^1.10.0
Expand Down
4 changes: 2 additions & 2 deletions packages/rx_bloc/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ environment:
sdk: ">=3.0.5 <4.0.0"

dependencies:
collection: ^1.18.0
meta: ^1.12.0
collection: ^1.17.1
meta: ^1.10.0
rxdart: ^0.28.0

dev_dependencies:
Expand Down
1 change: 0 additions & 1 deletion packages/rx_bloc_generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
## [8.0.0]
* Update `rx_bloc` to use version `6.0.0`
* Update `collection` to use version `1.18.0`

## [7.2.2]
* Fix compiling issue caused by the analyzer version `6.5.0`
Expand Down
2 changes: 1 addition & 1 deletion packages/rx_bloc_generator/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
analyzer: ^6.0.0
build: ^2.4.0
code_builder: ^4.10.0
collection: ^1.18.0
collection: ^1.17.1
dart_style: ">=2.3.1 <3.0.0"
logging: ^1.2.0
rx_bloc: ^6.0.0
Expand Down
1 change: 0 additions & 1 deletion packages/rx_bloc_list/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
## [5.0.0] August 5, 2024
* Update `rx_bloc` to use version `6.0.0`
* Update `rxdart` to use version `0.28.0`
* Update `collection` to use version `1.18.0`

## [4.0.2] May 22, 2023
* Fix the RxPaginatedBuilder `bloc` parameter
Expand Down
2 changes: 1 addition & 1 deletion packages/rx_bloc_list/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ environment:
sdk: ">=3.0.5 <4.0.0"

dependencies:
collection: ^1.18.0
collection: ^1.17.1
flutter:
sdk: flutter
flutter_rx_bloc: ^7.0.0
Expand Down
1 change: 0 additions & 1 deletion packages/rx_bloc_test/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
* Upgraded dependencies:
* `rxdart` `0.28.0`
* `rx_bloc` `6.0.0`
* `meta` `1.12.0`
* `test` `1.25.0`

## [4.0.0] - July 12, 2023
Expand Down
2 changes: 1 addition & 1 deletion packages/rx_bloc_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ environment:

dependencies:
fake_async: ^1.3.1
meta: ^1.12.0
meta: ^1.10.0
rx_bloc: ^6.0.0
rxdart: ^0.28.0
test: ^1.25.0
Expand Down

0 comments on commit 3bc3864

Please sign in to comment.