Skip to content

Commit

Permalink
chore(dart_frog_web_socket): v1.0.0 (#851)
Browse files Browse the repository at this point in the history
  • Loading branch information
renancaraujo authored Aug 2, 2023
1 parent 40d1a6e commit 9248afa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions packages/dart_frog_web_socket/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.0.0

- deps: upgrade to `Dart ">=3.0.0 <4.0.0"`
- deps: upgrade to `very_good_analysis ^5.0.0`

# 0.1.0-dev.3

- deps: upgrade to `Dart ">=2.19.0 <3.0.0"`
Expand Down
4 changes: 2 additions & 2 deletions packages/dart_frog_web_socket/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dart_frog_web_socket
description: WebSocket support for Dart Frog. Built by Very Good Ventures.
version: 0.1.0-dev.3
version: 1.0.0
homepage: https://dartfrog.vgv.dev
repository: https://github.com/VeryGoodOpenSource/dart_frog
issue_tracker: https://github.com/VeryGoodOpenSource/dart_frog/issues
Expand All @@ -10,7 +10,7 @@ environment:
sdk: ">=3.0.0 <4.0.0"

dependencies:
dart_frog: ^0.3.0
dart_frog: ^1.0.0
shelf_web_socket: ^1.0.3
web_socket_channel: ^2.0.0

Expand Down

0 comments on commit 9248afa

Please sign in to comment.