Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@area17/twill",
"version": "3.5.2",
"version": "3.5.3",
"private": true,
"scripts": {
"inspect": "vue-cli-service inspect --mode production",
Expand Down
2 changes: 1 addition & 1 deletion src/TwillServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class TwillServiceProvider extends ServiceProvider
*
* @var string
*/
public const VERSION = '3.5.2';
public const VERSION = '3.5.3';

/**
* Service providers to be registered.
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions twill-assets/assets/twill/twill-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"Inter-Regular.woff": "/assets/twill/fonts/Inter-Regular.4f8a0d7b.woff",
"Inter-Regular.woff2": "/assets/twill/fonts/Inter-Regular.a2b4ebbf.woff2",
"chunk-common.css": "/assets/twill/css/chunk-common.eea3635b.css",
"chunk-common.js": "/assets/twill/js/chunk-common.03a98958.js",
"chunk-common.js": "/assets/twill/js/chunk-common.e87ab511.js",
"chunk-vendors.css": "/assets/twill/css/chunk-vendors.96caa2e9.css",
"chunk-vendors.js": "/assets/twill/js/chunk-vendors.a20b3d59.js",
"chunk-vendors.js": "/assets/twill/js/chunk-vendors.cfad2771.js",
"icons-files.php": "/views/partials/icons/icons-files-svg.blade.php",
"icons-wysiwyg.php": "/views/partials/icons/icons-wysiwyg-svg.blade.php",
"icons.php": "/views/partials/icons/icons-svg.blade.php",
Expand Down