From daba43c080325231c074c2113a0ad265294b032f Mon Sep 17 00:00:00 2001 From: Michael Thomsen Date: Wed, 12 May 2021 11:41:27 +0200 Subject: [PATCH 1/3] Prep for publishing - Version no - Longer description (to get full pub points) --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index ba3d5c0..1ac8a80 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: lints -description: Official Dart lint rules. -version: 1.0.0-dev.0 +description: Official Dart lint rules. Defines the 'core' and 'recommended' set of lints suggested by the Dart team. +version: 1.0.0 homepage: https://dart.dev/guides/language/effective-dart environment: From df6bc1077852e39f48847861a3feb6ebde4980df Mon Sep 17 00:00:00 2001 From: Michael Thomsen Date: Wed, 12 May 2021 12:15:49 +0200 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4635b41..06e4e0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.0 + +- Initial stable version + ## 1.0.0-dev.0 - Initial version From 72bde5337d25e91de2a4719fa955a510d1d62fcc Mon Sep 17 00:00:00 2001 From: Michael Thomsen Date: Wed, 12 May 2021 12:16:38 +0200 Subject: [PATCH 3/3] Update pubspec.yaml --- pubspec.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 1ac8a80..24c34f7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,6 @@ name: lints description: Official Dart lint rules. Defines the 'core' and 'recommended' set of lints suggested by the Dart team. version: 1.0.0 -homepage: https://dart.dev/guides/language/effective-dart environment: sdk: '>=2.12.0 <3.0.0'