Skip to content

Commit 892274c

Browse files
committed
UI improvements
1 parent a05615e commit 892274c

File tree

5 files changed

+137
-87
lines changed

5 files changed

+137
-87
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ All notable changes to `laravel-cookies-consent` will be documented in this file
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8-
## v3.1.0 - Changes in assets files in the public - 2025-01-31
8+
## v3.1.0 - Changes in assets files in the public directory - 2025-01-31
99

1010
In order to simplify the installation process and avoid potential conflicts with existing assets, the front-end assets
1111
are now included directly in the package and loaded from the `vendor/scify/laravel-cookies-consent/` directory.
1212

13-
This means that the `public/vendor/cookies_consent` directory should be deleted, and the assets should be published again:
13+
This means that the `public/vendor/cookies_consent` directory should be deleted, and the assets should be published
14+
again:
1415

1516
In order to update to the new version, you need to remove the `public/vendor/cookies_consent` directory and run the
1617
asset publishing command:

package-lock.json

Lines changed: 124 additions & 79 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "laravel-cookies-consent",
3-
"version": "3.1.3",
3+
"version": "3.1.4",
44
"description": "<p align=\"center\"> <img src=\"logo.jpg\" alt=\"logo\" width=\"400\"> </p>",
55
"main": "index.js",
66
"directories": {
@@ -23,7 +23,7 @@
2323
},
2424
"homepage": "https://github.com/scify/laravel-cookies-consent#readme",
2525
"devDependencies": {
26-
"sass": "^1.83.4",
27-
"vite": "^6.0.11"
26+
"sass": "^1.85.0",
27+
"vite": "^6.1.0"
2828
}
2929
}

0 commit comments

Comments
 (0)