Skip to content

Commit 18aa371

Browse files
committed
docs(changelog): remove duplicate 1.0.0 release notes
- Removed redundant entry for version 1.0.0 in CHANGELOG.md - This change ensures the changelog contains unique and up-to-date information
1 parent 70965cb commit 18aa371

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
##1.0.0
22

3-
- **feat**: Added a "User Presets" tab to the App Configuration page to configure saved filter limits.
43
- **BREAKING** feat!: migrated from date based versioning to semantic versioning.

lib/local_ads_management/widgets/local_ad_action_buttons.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ class LocalAdActionButtons extends StatelessWidget {
180180
case 'copyId':
181181
// Copy the ad ID to the clipboard
182182
Clipboard.setData(ClipboardData(text: itemId)).then((_) {
183+
// ignore: use_build_context_synchronously
183184
ScaffoldMessenger.of(context).showSnackBar(
184185
SnackBar(
185186
content: Text(l10n.idCopied),

0 commit comments

Comments
 (0)