Published angel3_hot update
This commit is contained in:
parent
1f4a29c5fa
commit
967018b353
3 changed files with 6 additions and 3 deletions
|
@ -1,5 +1,8 @@
|
|||
# Change Log
|
||||
|
||||
## 4.2.2
|
||||
|
||||
* Fixed '!' operator warning
|
||||
## 4.2.1
|
||||
|
||||
* Fixed license link
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
[![version](https://img.shields.io/badge/pub-v4.2.1-brightgreen)](https://pub.dev/packages/angel3_hot)
|
||||
[![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)
|
||||
[![License](https://img.shields.io/github/license/dart-backend/belatuk-common-utilities)](https://github.com/dukefirehawk/angel/tree/angel3/packages/hot/LICENSE)
|
||||
[![License](https://img.shields.io/github/license/dart-backend/belatuk-common-utilities)](https://github.com/dukefirehawk/angel/tree/master/packages/hot/LICENSE)
|
||||
|
||||
![Screenshot of terminal](screenshots/angel3-screenshot.png)
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
name: angel3_hot
|
||||
description: Supports hot reloading/hot code push of Angel3 servers on file changes.
|
||||
version: 4.2.1
|
||||
version: 4.2.2
|
||||
homepage: https://angel3-framework.web.app/
|
||||
repository: https://github.com/dukefirehawk/angel/tree/angel3/packages/hot
|
||||
repository: https://github.com/dukefirehawk/angel/tree/master/packages/hot
|
||||
environment:
|
||||
sdk: '>=2.12.0 <3.0.0'
|
||||
dependencies:
|
||||
|
|
Loading…
Reference in a new issue