Publish mock_request

This commit is contained in:
thomashii 2021-05-15 14:14:04 +08:00
parent 440e8bd899
commit 42060f7b90
3 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,6 @@
# 2.0.1
* Updated README
# 2.0.0 # 2.0.0
* Migrated to work with Dart SDK 2.12.x NNBD * Migrated to work with Dart SDK 2.12.x NNBD
# 1.0.7 # 1.0.7

View file

@ -1,5 +1,5 @@
# angel3_mock_request # angel3_mock_request
[![version](https://img.shields.io/badge/pub-v2.12.4-brightgreen)](https://pub.dartlang.org/packages/angel3_mock_request) [![version](https://img.shields.io/badge/pub-v2.0.1-brightgreen)](https://pub.dartlang.org/packages/angel3_mock_request)
[![Null Safety](https://img.shields.io/badge/null-safety-brightgreen)](https://dart.dev/null-safety) [![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) [![Gitter](https://img.shields.io/gitter/room/angel_dart/discussion)](https://gitter.im/angel_dart/discussion)

View file

@ -1,5 +1,5 @@
name: angel3_mock_request name: angel3_mock_request
version: 2.0.0 version: 2.0.1
description: Manufacture dart:io HttpRequests, HttpResponses, HttpHeaders, etc. description: Manufacture dart:io HttpRequests, HttpResponses, HttpHeaders, etc.
homepage: https://github.com/dukefirehawk/angel/tree/angel3/packages/mock_request homepage: https://github.com/dukefirehawk/angel/tree/angel3/packages/mock_request
environment: environment: