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

Remove dependency_overrides #354

Merged
merged 2 commits into from
May 6, 2024
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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.0.1-wip

- Remove unnecessary `dependency_overrides`.

## 3.0.0

- Provide an adapter around `package:web_socket` `WebSocket`s and make it the
Expand Down
15 changes: 2 additions & 13 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: web_socket_channel
version: 3.0.0
version: 3.0.1-wip
description: >-
StreamChannel wrappers for WebSockets. Provides a cross-platform
WebSocketChannel API, a cross-platform implementation of that API that
Expand All @@ -18,15 +18,4 @@ dependencies:

dev_dependencies:
dart_flutter_team_lints: ^2.0.0
shelf_web_socket: any
test: ^1.16.0

# Remove this when versions of `package:test` and `shelf_web_socket` that support
# channel_web_socket 3.0 are released.
dependency_overrides:
shelf_web_socket:
git:
ref: master
url: https://github.com/dart-lang/shelf.git
path: pkgs/shelf_web_socket
test: 1.25.2
test: ^1.25.2