Skip to content

Commit

Permalink
Update versioning information for next version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathangomz committed Jun 17, 2021
1 parent 819729d commit a2b5d81
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,10 @@
* Improve code documentation
* Improve Pub Points
* Add custom response
* Remove dependency for `flutter`
* Remove dependency for `flutter`

## v1.0.0-beta2:
> Release date: 25/Jun/2021
* Fix any error
* Tests for every piece of code
* Improve docs
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,7 @@ NotionDatabasesClient databases = NotionDatabasesClient(token: 'YOUR_TOKEN');
databases.fetchAll();
```

# Contributions
Please help, I don't even know if what I'm doing is right.

[1]:https://pub.dev/documentation/notion_api/1.0.0-beta1/responses_notion_response/NotionResponse-class.html
7 changes: 6 additions & 1 deletion ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,15 @@
* Add custom response
* Remove dependency for `flutter`

## v1.0.0-beta2:
> Release date: 25/Jun/2021
* Fix any error
* Tests for every piece of code
* Improve docs

## v1.0.0:
> Release date: 31/Jun/2021
* Fix any error
* Tests for every piece of code

## v1.1.0:
> Release date: 10/Jul/2021
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: notion_api
description: A wrapper for public beta of the Notion API to manage like a Notion SDK for dart.
version: 1.0.0-beta1
description: A wrapper for the public beta Notion API to manage it like a Notion SDK package for dart.
version: 1.0.0-beta2
homepage: https://github.com/jonathangomz/notion_api

environment:
Expand Down

0 comments on commit a2b5d81

Please sign in to comment.