Skip to content

Commit

Permalink
2.8.6: Release notes + recompile.
Browse files Browse the repository at this point in the history
  • Loading branch information
haringsrob committed Jun 3, 2022
1 parent d92999d commit 06556bf
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to `twill` will be documented in this file.

## 2.8.6 (2022-06-03)

### Fixes

- Fixed an issue that would not cleanup removed browser items in blocks [`#1675`](https://github.com/area17/twill/pull/1675)
- Fixed an issue that would not display fields translatable in the edit modal window [`#1676`](https://github.com/area17/twill/pull/1676)

## 2.8.5 (2022-05-27)

### Fixes
Expand Down
1 change: 0 additions & 1 deletion dist/assets/admin/js/chunk-common.5f9c960d.js

This file was deleted.

1 change: 1 addition & 0 deletions dist/assets/admin/js/chunk-common.6f5628f0.js

Large diffs are not rendered by default.

File renamed without changes.
10 changes: 5 additions & 5 deletions dist/assets/admin/twill-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@
"Inter-Regular.woff": "/assets/admin/fonts/Inter-Regular.aebfbb3c.woff",
"Inter-Regular.woff2": "/assets/admin/fonts/Inter-Regular.bffaed79.woff2",
"chunk-common.css": "/assets/admin/css/chunk-common.7aea64ec.css",
"chunk-common.js": "/assets/admin/js/chunk-common.5f9c960d.js",
"chunk-common.js": "/assets/admin/js/chunk-common.6f5628f0.js",
"chunk-vendors.css": "/assets/admin/css/chunk-vendors.e0f3ef32.css",
"chunk-vendors.js": "/assets/admin/js/chunk-vendors.7d2ee8d2.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",
"main-buckets.css": "/assets/admin/css/main-buckets.4476e8eb.css",
"main-buckets.js": "/assets/admin/js/main-buckets.0437084d.js",
"main-buckets.js": "/assets/admin/js/main-buckets.4a8f8ca4.js",
"main-dashboard.css": "/assets/admin/css/main-dashboard.cc2042d4.css",
"main-dashboard.js": "/assets/admin/js/main-dashboard.84c4e67e.js",
"main-dashboard.js": "/assets/admin/js/main-dashboard.fee8b02e.js",
"main-form.css": "/assets/admin/css/main-form.ca8cc252.css",
"main-form.js": "/assets/admin/js/main-form.2f6324a6.js",
"main-form.js": "/assets/admin/js/main-form.9f36b640.js",
"main-free.js": "/assets/admin/js/main-free.94ff6746.js",
"main-listing.css": "/assets/admin/css/main-listing.4c860d28.css",
"main-listing.js": "/assets/admin/js/main-listing.6388c3bc.js"
"main-listing.js": "/assets/admin/js/main-listing.b12a9aad.js"
}
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": "2.8.5",
"version": "2.8.6",
"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 @@ -49,7 +49,7 @@ class TwillServiceProvider extends ServiceProvider
*
* @var string
*/
public const VERSION = '2.8.5';
public const VERSION = '2.8.6';

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

0 comments on commit 06556bf

Please sign in to comment.