Skip to content

Commit

Permalink
release: Increase release to 0.0.5-dev.1
Browse files Browse the repository at this point in the history
  • Loading branch information
guilherme-v committed May 3, 2021
1 parent d639374 commit 8d9a98e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
# 0.0.5-dev.1

- docs: Improve README.md

# 0.0.4-dev.9

- docs: Improve README.md
Expand Down
6 changes: 2 additions & 4 deletions README.md
Expand Up @@ -4,8 +4,8 @@
[![codecov](https://codecov.io/gh/guilherme-v/aps_navigator/branch/develop/graph/badge.svg)](https://codecov.io/gh/guilherme-v/aps_navigator)
[![style: lint](https://img.shields.io/badge/style-lint-4BC0F5.svg)](https://pub.dev/packages/lint)
[![License: MIT](https://img.shields.io/badge/license-MIT-purple.svg)](https://opensource.org/licenses/MIT)
[![pub points](https://badges.bar/aps_navigator/pub%20points)](https://pub.dev/packages/aps_navigator)
[![pub package](https://img.shields.io/pub/v/aps_navigator.svg?color=success)](https://pub.dartlang.org/packages/aps_navigator)
<!-- [![pub points](https://badges.bar/aps_navigator/pub%20points)](https://pub.dev/packages/aps_navigator) -->

This library is just a wrapper around Navigator 2.0 and Router/Pages API that tries to make their use easier:

Expand Down Expand Up @@ -129,7 +129,7 @@ final navigator = APSNavigator.from(
'/posts': PageBuilder..,
'/posts/{post_id}': PageBuilder..,
// Defines the location (with path and queries variables): '/path/(id_value)?q1=(q1_value)&q2=(q2_value)'.
// Defines the location (with path and query variables): '/path/(id_value)?q1=(q1_value)&q2=(q2_value)'.
'/path/{id}?{?q1,q2}': PageBuilder..,
// Defines app root - default
Expand Down Expand Up @@ -237,8 +237,6 @@ Example Link: [All Navigating Examples](https://github.com/guilherme-v/aps_navig
);
```

---

## :wine_glass: Details

### 1. Dynamic URLs Example
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Expand Up @@ -7,7 +7,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.0.4-dev.9"
version: "0.0.5-dev.1"
async:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
@@ -1,6 +1,6 @@
name: aps_navigator
description: A wrapper around Navigator 2.0 and Router/Pages API to make their use a little easier. It offers Web support and complete control of the Route Stack.
version: 0.0.4-dev.9
version: 0.0.5-dev.1
homepage: https://github.com/guilherme-v/aps_navigator

environment:
Expand Down

0 comments on commit 8d9a98e

Please sign in to comment.