Skip to content

Commit 9248afa

Browse files
authored
chore(dart_frog_web_socket): v1.0.0 (#851)
1 parent 40d1a6e commit 9248afa

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

packages/dart_frog_web_socket/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 1.0.0
2+
3+
- deps: upgrade to `Dart ">=3.0.0 <4.0.0"`
4+
- deps: upgrade to `very_good_analysis ^5.0.0`
5+
16
# 0.1.0-dev.3
27

38
- deps: upgrade to `Dart ">=2.19.0 <3.0.0"`

packages/dart_frog_web_socket/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dart_frog_web_socket
22
description: WebSocket support for Dart Frog. Built by Very Good Ventures.
3-
version: 0.1.0-dev.3
3+
version: 1.0.0
44
homepage: https://dartfrog.vgv.dev
55
repository: https://github.com/VeryGoodOpenSource/dart_frog
66
issue_tracker: https://github.com/VeryGoodOpenSource/dart_frog/issues
@@ -10,7 +10,7 @@ environment:
1010
sdk: ">=3.0.0 <4.0.0"
1111

1212
dependencies:
13-
dart_frog: ^0.3.0
13+
dart_frog: ^1.0.0
1414
shelf_web_socket: ^1.0.3
1515
web_socket_channel: ^2.0.0
1616

0 commit comments

Comments
 (0)