Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
JibayMcs authored and github-actions[bot] committed Sep 11, 2024
1 parent cbe1291 commit c6cc26b
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to `filament-tour` will be documented in this file.

## v3.1.0.9 - 2024-09-11

### What's Changed

* Fixing Typo in my last commit by @OccTherapist in https://github.com/JibayMcs/filament-tour/pull/22

**Full Changelog**: https://github.com/JibayMcs/filament-tour/compare/v3.1.0.8...v3.1.0.9

## v3.1.0.8 - 2024-09-10

### What's Changed
Expand Down Expand Up @@ -37,12 +45,13 @@ All notable changes to `filament-tour` will be documented in this file.
protected function getHeaderActions(): array
{
return [
Action::make('Tour')->dispatch('filament-tour::open-tour', ['tour_dashboard']),
Action::make('Tour')->dispatch('filament-tour::open-tour', ['tour_dashboard']),
];
}




```

```
Expand All @@ -51,6 +60,7 @@ All notable changes to `filament-tour` will be documented in this file.




```
## v3.1.0.5 - 2024-05-10
Expand Down

0 comments on commit c6cc26b

Please sign in to comment.