Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(angular_bloc): v10.0.0-dev.5 #4320

Merged
merged 1 commit into from
Jan 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion packages/angular_bloc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 10.0.0-dev.5

- chore(deps): upgrade to `package:bloc v9.0.0`
- chore: update sponsors

# 10.0.0-dev.4

- chore: update sponsors table in `README`
Expand All @@ -10,7 +15,7 @@

# 10.0.0-dev.2

- chore(deps): upgrade to `package:ngdart 8.0.0-dev.4`
- chore(deps): upgrade to `package:ngdart v8.0.0-dev.4`
- chore: add `topics` to `pubspec.yaml`
- chore(deps): upgrade to `package:mocktail v1.0.0`
- chore: update sponsors
Expand Down
4 changes: 2 additions & 2 deletions packages/angular_bloc/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: angular_bloc
description: Angular Components that make it easy to implement the BLoC (Business Logic Component) design pattern. Built to be used with the bloc state management package.
version: 10.0.0-dev.4
version: 10.0.0-dev.5
repository: https://github.com/felangel/bloc/tree/master/packages/angular_bloc
issue_tracker: https://github.com/felangel/bloc/issues
homepage: https://bloclibrary.dev
Expand All @@ -12,7 +12,7 @@ environment:
sdk: ">=2.19.0 <4.0.0"

dependencies:
bloc: ^8.0.0
bloc: ^9.0.0
ngdart: ^8.0.0-dev.4

dev_dependencies:
Expand Down
1 change: 1 addition & 0 deletions packages/bloc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- **BREAKING** refactor!: remove deprecated `BlocOverrides` ([#4137](https://github.com/felangel/bloc/pull/4137))
- refactor: use `Object.hashAll` internally ([#4310](https://github.com/felangel/bloc/pull/4310))
- bumps minimum Dart SDK to 2.14
- chore: update sponsors

# 8.1.4

Expand Down
Loading