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 @@
|
|||
[](https://pub.dev/packages/angel3_hot)
|
||||
[](https://dart.dev/null-safety)
|
||||
[](https://gitter.im/angel_dart/discussion)
|
||||
[](https://github.com/dukefirehawk/angel/tree/angel3/packages/hot/LICENSE)
|
||||
[](https://github.com/dukefirehawk/angel/tree/master/packages/hot/LICENSE)
|
||||
|
||||

|
||||
|
||||
|
|
|
@ -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