diff --git a/.gitignore b/.gitignore index 68040c36..a7d791f0 100644 --- a/.gitignore +++ b/.gitignore @@ -71,7 +71,8 @@ fabric.properties # Others logs/ -#.DS_Store +.DS_Store server_log.txt ormapp/ -backup/ \ No newline at end of file +backup/ + diff --git a/packages/markdown/CHANGELOG.md b/packages/markdown/CHANGELOG.md index 203d595e..ca299a0b 100644 --- a/packages/markdown/CHANGELOG.md +++ b/packages/markdown/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 6.1.0 + +* Updated `markdown` to 5.x.x + ## 6.0.0 * Updated to SDK 2.16.x diff --git a/packages/markdown/example/views/hello.md b/packages/markdown/example/views/hello.md index 6c46de8d..3e8c5a10 100644 --- a/packages/markdown/example/views/hello.md +++ b/packages/markdown/example/views/hello.md @@ -2,7 +2,7 @@ Welcome to a *simple* Markdown-gen site! Do you mind **starring** the -[Angel repository](https://github.com/angel-dart/angel)? +[Angel3 repository](https://github.com/dukefirehawk/angel)? ``` Look, a code block!!! diff --git a/packages/markdown/pubspec.yaml b/packages/markdown/pubspec.yaml index 39de45d4..810d6e2b 100644 --- a/packages/markdown/pubspec.yaml +++ b/packages/markdown/pubspec.yaml @@ -1,5 +1,5 @@ name: angel3_markdown -version: 6.0.0 +version: 6.1.0 description: Angel3 Markdown view generator. Write static sites, with no build step. homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/markdown @@ -8,7 +8,7 @@ environment: dependencies: angel3_framework: ^6.0.0 file: ^6.1.2 - markdown: ^4.0.0 + markdown: ^5.0.0 dev_dependencies: angel3_test: ^6.0.0 lints: ^1.0.0