From a2b5d812881711bcf24065f635e3773ef478c98f Mon Sep 17 00:00:00 2001 From: jonathangomz Date: Thu, 17 Jun 2021 11:51:53 -0500 Subject: [PATCH] Update versioning information for next version --- CHANGELOG.md | 8 +++++++- README.md | 3 +++ ROADMAP.md | 7 ++++++- pubspec.yaml | 4 ++-- 4 files changed, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce33040..c9c1d4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -55,4 +55,10 @@ * Improve code documentation * Improve Pub Points * Add custom response -* Remove dependency for `flutter` \ No newline at end of file +* Remove dependency for `flutter` + +## v1.0.0-beta2: +> Release date: 25/Jun/2021 +* Fix any error +* Tests for every piece of code +* Improve docs \ No newline at end of file diff --git a/README.md b/README.md index 075d753..8a8fa4e 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file diff --git a/ROADMAP.md b/ROADMAP.md index 9aa847f..76b21fd 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index f8b3c6e..3bd2776 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: