Skip to content

Commit

Permalink
v5.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
agordn52 committed Jan 18, 2024
1 parent 4c3f87d commit ee8083e
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 13 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [5.20.1] - 2024-01-18

* Update README.md

## [5.20.0] - 2024-01-18

* New `--bottom-nav` flag to create bottom nav pages. E.g. `metro make:page dashboard_nav --bottom-nav`
Expand Down
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,21 @@ This project is open source and MIT-licenced, we welcome any contributions. You

## Features
Some core features available
* [Routing](https://nylo.dev/docs/5.x/router).
* [Light and dark themes](https://nylo.dev/docs/5.x/themes-and-styling).
* [Localization](https://nylo.dev/docs/5.x/localization).
* [CLI for generating project files](https://nylo.dev/docs/5.x/metro).
* [Elegant API Services for Networking](https://nylo.dev/docs/5.x/networking).
* [Creating App Icons](https://nylo.dev/docs/5.x/app-icons).
* [Project Configuration](https://nylo.dev/docs/5.x/configuration).
* [Streamlined Project Structure](https://nylo.dev/docs/5.x/directory-structure).
* [Routing](https://nylo.dev/docs/5.20.0/router).
* [Light and dark themes](https://nylo.dev/docs/5.20.0/themes-and-styling).
* [Localization](https://nylo.dev/docs/5.20.0/localization).
* [CLI for generating project files](https://nylo.dev/docs/5.20.0/metro).
* [Elegant API Services for Networking](https://nylo.dev/docs/5.20.0/networking).
* [Creating App Icons](https://nylo.dev/docs/5.20.0/app-icons).
* [Project Configuration](https://nylo.dev/docs/5.20.0/configuration).
* [Streamlined Project Structure](https://nylo.dev/docs/5.20.0/directory-structure).

## Documentation

Visit the docs on [Nylo](https://nylo.dev/docs) to view our extensive and thorough documentation.

## Changelog
Please see [CHANGELOG](https://github.com/nylo-core/framework/blob/5.x/CHANGELOG.md) for more information what has changed recently.
Please see [CHANGELOG](https://github.com/nylo-core/framework/blob/5.20.0/CHANGELOG.md) for more information what has changed recently.

## Social
* [Twitter](https://twitter.com/nylo_dev)
Expand All @@ -42,4 +42,4 @@ If you discover any security related issues, please email support@nylo.dev inste

## Licence

The MIT License (MIT). Please view the [License](https://github.com/nylo-core/nylo/blob/5.x/LICENSE) File for more information.
The MIT License (MIT). Please view the [License](https://github.com/nylo-core/nylo/blob/5.20.0/LICENSE) File for more information.
2 changes: 1 addition & 1 deletion lib/metro/stubs/config_stub.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ String configStub(ReCase configName) => '''
|--------------------------------------------------------------------------
| Config ${configName.titleCase}
|
| Learn more: https://nylo.dev/docs/5.x/configuration
| Learn more: https://nylo.dev/docs/5.20.0/configuration
|--------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/nylo_framework.dart
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ export 'package:nylo_support/networking/ny_base_api_service.dart';
export 'package:dio/dio.dart';

/// Nylo version
const String nyloVersion = 'v5.20.0';
const String nyloVersion = 'v5.20.1';
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: nylo_framework
description: Micro-framework for Flutter that's built to simplify app development for Flutter projects.
version: 5.20.0
version: 5.20.1
homepage: https://nylo.dev
repository: https://github.com/nylo-core/framework/tree/5.x
issue_tracker: https://github.com/nylo-core/framework/issues
Expand Down

0 comments on commit ee8083e

Please sign in to comment.