Merge pull request #60 from dukefirehawk/release/6.0.0

Release/6.0.0
This commit is contained in:
Thomas Hii 2022-04-23 13:48:32 +08:00 committed by GitHub
commit 3375d50e68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
465 changed files with 3588 additions and 1631 deletions

View file

@ -21,7 +21,7 @@ jobs:
- uses: dart-lang/setup-dart@v1
with:
sdk: "2.15.1"
sdk: "2.16.2"
- id: angel3_container_upgrade
name: angel3_container; Upgrade depedencies
@ -87,7 +87,7 @@ jobs:
- uses: dart-lang/setup-dart@v1
with:
sdk: "2.15.1"
sdk: "2.16.2"
# Angel3 ORM
- id: angel3_orm_upgrade

View file

@ -6,6 +6,7 @@
[![Null Safety](https://img.shields.io/badge/null-safety-brightgreen)](https://dart.dev/null-safety)
[![Gitter](https://img.shields.io/gitter/room/nwjs/nw.js.svg)](https://gitter.im/angel_dart/discussion)
[![License](https://img.shields.io/github/license/dukefirehawk/angel)](https://github.com/dukefirehawk/angel/LICENSE)
[![melos](https://img.shields.io/badge/maintained%20with-melos-f700ff.svg?style=flat-square)](https://github.com/invertase/melos)
**A polished, production-ready backend framework in Dart with NNBD support.**

View file

@ -6,8 +6,8 @@ publish_to: none
environment:
sdk: ">=2.10.0 <3.0.0"
dependencies:
angel_auth:
angel_framework:
angel_auth: ^2.0.0
angel_framework: ^2.0.0
http: ^0.13.0
path: ^1.0.0
twitter:

Some files were not shown because too many files have changed in this diff Show more