Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
daun committed Aug 10, 2024
2 parents a4b9b9c + 37ae1ee commit 3f94add
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [2.1.1] - 2024-07-23

- Reduce addon style specificity

## [2.1.0] - 2024-06-20

- Support Statamic 5
- Support Laravel 11

## [2.0.5] - 2024-05-01

- Fix config overwrite on install
Expand Down Expand Up @@ -33,6 +42,7 @@

- Initial release

[2.1.0]: https://github.com/daun/statamic-placeholders/releases/tag/2.1.0
[2.0.5]: https://github.com/daun/statamic-placeholders/releases/tag/2.0.5
[2.0.4]: https://github.com/daun/statamic-placeholders/releases/tag/2.0.4
[2.0.3]: https://github.com/daun/statamic-placeholders/releases/tag/2.0.3
Expand Down
1 change: 1 addition & 0 deletions resources/dist/build/assets/addon-05057e67.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion resources/dist/build/assets/addon-2fb31b05.css

This file was deleted.

2 changes: 1 addition & 1 deletion resources/dist/build/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"resources/css/addon.css": {
"file": "assets/addon-2fb31b05.css",
"file": "assets/addon-05057e67.css",
"isEntry": true,
"src": "resources/css/addon.css"
},
Expand Down
2 changes: 2 additions & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ export default {
'./resources/**/*.js',
'./resources/**/*.vue',
],
safelist: [],
theme: {
extend: {},
},
corePlugins: {
preflight: false,
display: false,
},
important: false
}

0 comments on commit 3f94add

Please sign in to comment.