From f2eb12551ca3961e65309a7c93d7d5a2c7875932 Mon Sep 17 00:00:00 2001 From: thomashii Date: Thu, 15 Jul 2021 17:44:23 +0800 Subject: [PATCH] Updated websocket --- packages/websocket/CHANGELOG.md | 7 ++----- packages/websocket/README.md | 2 +- packages/websocket/pubspec.yaml | 2 +- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/packages/websocket/CHANGELOG.md b/packages/websocket/CHANGELOG.md index e082b1d4..efdd24d7 100644 --- a/packages/websocket/CHANGELOG.md +++ b/packages/websocket/CHANGELOG.md @@ -1,14 +1,11 @@ # Change Log -## 4.0.2 - -* Fixed authentication unit test -* All 3 unit tests passed - ## 4.0.1 * Updated README +* Fixed authentication unit test * Fixed NNBD issues +* All 3 unit tests passed ## 4.0.0 diff --git a/packages/websocket/README.md b/packages/websocket/README.md index ea79dada..d289056a 100644 --- a/packages/websocket/README.md +++ b/packages/websocket/README.md @@ -1,6 +1,6 @@ # Angel3 Websocket Library -[![version](https://img.shields.io/badge/pub-v4.0.2-brightgreen)](https://pub.dartlang.org/packages/angel3_websocket) +[![version](https://img.shields.io/badge/pub-v4.0.1-brightgreen)](https://pub.dartlang.org/packages/angel3_websocket) [![Null Safety](https://img.shields.io/badge/null-safety-brightgreen)](https://dart.dev/null-safety) [![Gitter](https://img.shields.io/gitter/room/angel_dart/discussion)](https://gitter.im/angel_dart/discussion) diff --git a/packages/websocket/pubspec.yaml b/packages/websocket/pubspec.yaml index 99e66128..f5ac8de3 100644 --- a/packages/websocket/pubspec.yaml +++ b/packages/websocket/pubspec.yaml @@ -1,6 +1,6 @@ name: angel3_websocket description: This library provides WebSockets support for Angel3 framework. -version: 4.0.2 +version: 4.0.1 homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/angel3/packages/websocket environment: