Skip to content

Commit d909c94

Browse files
author
John Wesely
committed
Merge branch 'main' of github.com:TappNetwork/Filament-Form-Builder
2 parents 0a11b5f + d20e7f5 commit d909c94

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to `:package_name` will be documented in this file.
44

5+
## v1.22 - 2024-08-06
6+
7+
Include stylesheet for filament classes
8+
59
## v1.21 - 2024-08-05
610

711
Fixes a typo in locking action visibility and adds a locked column to form resource.
@@ -18,4 +22,5 @@ Fixes a typo in locking action visibility and adds a locked column to form resou
1822
});
1923
2024
25+
2126
```

src/FilamentFormBuilderServiceProvider.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ class FilamentFormBuilderServiceProvider extends PackageServiceProvider
1313
public static string $name = 'filament-form-builder';
1414

1515
protected array $styles = [
16-
'filament-form-builder' => __DIR__ . '/../dist/filament-form-builder.css',
16+
'filament-form-builder' => __DIR__.'/../dist/filament-form-builder.css',
1717
];
18+
1819
public function configurePackage(Package $package): void
1920
{
2021
$package->name('filament-form-builder')

0 commit comments

Comments
 (0)