From 59327889103a49fdd64b407b1bf0a96f2cbbbb2b Mon Sep 17 00:00:00 2001 From: Aditya Chavda Date: Fri, 24 Jan 2025 17:01:44 +0530 Subject: [PATCH] chore: :bookmark: Version Bump 4.0.1 --- CHANGELOG.md | 4 ++-- README.md | 6 ++++-- pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95ceaad0..81716796 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -## [4.0.1] - (UnRelease) -- Fixed [#493](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/493) - Fixed showCase.withWidget not showing issue +## [4.0.1] +- Fixed [#493](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/493) - ShowCase.withWidget not showing issue ## [4.0.0] - [BREAKING] Fixed [#457](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/457) - titleAlignment property does not work diff --git a/README.md b/README.md index 7b5cc168..b7845c17 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,14 @@ -![Showcaes View - Simform LLC.](https://raw.githubusercontent.com/SimformSolutionsPvtLtd/flutter_showcaseview/master/preview/banner.png) +![Showcase View - Simform LLC.](https://raw.githubusercontent.com/SimformSolutionsPvtLtd/flutter_showcaseview/master/preview/banner.png) # ShowCaseView -[![Build](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/workflows/Build/badge.svg?branch=master)](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/actions) [![showcaseview](https://img.shields.io/pub/v/showcaseview?label=showcaseview)](https://pub.dev/packages/showcaseview) +[![Build](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/actions/workflows/flutter.yaml/badge.svg?branch=master)](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/actions) [![showcaseview](https://img.shields.io/pub/v/showcaseview?label=showcaseview)](https://pub.dev/packages/showcaseview) A Flutter package allows you to Showcase/Highlight your widgets step by step. +_Check out other amazing open-source [Flutter libraries](https://pub.dev/publishers/simform.com/packages) and [Mobile libraries](https://github.com/SimformSolutionsPvtLtd/Awesome-Mobile-Libraries) developed by Simform Solutions!_ + ## Preview ![The example app running in Android](https://raw.githubusercontent.com/SimformSolutionsPvtLtd/flutter_showcaseview/master/preview/showcaseview.gif) diff --git a/pubspec.yaml b/pubspec.yaml index 1421fb18..962e5874 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: showcaseview description: A Flutter package to Showcase/Highlight widgets step by step. -version: 4.0.0 +version: 4.0.1 issue_tracker: https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues repository: https://github.com/simformsolutions/flutter_showcaseview