From 01a284e3f47b590b626bebb935faf5d09dd63a6b Mon Sep 17 00:00:00 2001 From: 64mb-robot Date: Mon, 30 Oct 2023 19:31:55 +0000 Subject: [PATCH] chore(release): 1.2.0 [skip ci] ## [1.2.0](https://github.com/64mb/pilot-s3/compare/v1.1.2...v1.2.0) (2023-10-30) ### Features * mobile adaptive layout ([#40](https://github.com/64mb/pilot-s3/issues/40)) ([858189f](https://github.com/64mb/pilot-s3/commit/858189f885b431a49f3d8e7342c33cb40f0b873e)) * obscure text for secret key ([#37](https://github.com/64mb/pilot-s3/issues/37)) ([d0d1376](https://github.com/64mb/pilot-s3/commit/d0d13760bdd9023d7d4fed22d991bf54b70b6d6a)) --- CHANGELOG.md | 8 ++++++++ pubspec.yaml | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66876e3..d49d96a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.2.0](https://github.com/64mb/pilot-s3/compare/v1.1.2...v1.2.0) (2023-10-30) + + +### Features + +* mobile adaptive layout ([#40](https://github.com/64mb/pilot-s3/issues/40)) ([858189f](https://github.com/64mb/pilot-s3/commit/858189f885b431a49f3d8e7342c33cb40f0b873e)) +* obscure text for secret key ([#37](https://github.com/64mb/pilot-s3/issues/37)) ([d0d1376](https://github.com/64mb/pilot-s3/commit/d0d13760bdd9023d7d4fed22d991bf54b70b6d6a)) + ## [1.1.2](https://github.com/64mb/pilot-s3/compare/v1.1.1...v1.1.2) (2023-06-27) diff --git a/pubspec.yaml b/pubspec.yaml index 4964142..9b3f8e8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,9 +1,9 @@ name: pilot_s3 description: S3 compatible object storage gui browser publish_to: none -version: 1.1.2+100102000 +version: 1.2.0+100200000 environment: - sdk: '>=2.18.5 <3.0.0' + sdk: ">=2.18.5 <3.0.0" dependencies: bloc: ^8.1.0 equatable: ^2.0.5