Skip to content

Commit 3332b4d

Browse files
committed
Update changelog, version and compiled assets for 3.3.2
1 parent 6df94dc commit 3332b4d

13 files changed

+24
-18
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

5+
## 3.3.2
6+
7+
### Fixed
8+
9+
- Backport fix from 3.5.1: `timeOnly` variant of the `Datepicker` field by @MamlukiSn in https://github.com/area17/twill/pull/2739
10+
511
## 3.3.1
612

713
### Fixed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@area17/twill",
3-
"version": "3.3.1",
3+
"version": "3.3.2",
44
"private": true,
55
"scripts": {
66
"inspect": "vue-cli-service inspect --mode production",

src/TwillServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class TwillServiceProvider extends ServiceProvider
5858
*
5959
* @var string
6060
*/
61-
public const VERSION = '3.3.1';
61+
public const VERSION = '3.3.2';
6262

6363
/**
6464
* Service providers to be registered.

twill-assets/assets/twill/css/chunk-common.b2b20949.css renamed to twill-assets/assets/twill/css/chunk-common.fd4fbd21.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

twill-assets/assets/twill/js/chunk-common.2d350572.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

twill-assets/assets/twill/js/chunk-common.a9fd20cf.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

twill-assets/assets/twill/js/main-buckets.42cfb8bd.js renamed to twill-assets/assets/twill/js/main-buckets.bfdd8717.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

twill-assets/assets/twill/js/main-dashboard.4d297c74.js renamed to twill-assets/assets/twill/js/main-dashboard.9fde9042.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

twill-assets/assets/twill/js/main-form.8ced55c1.js renamed to twill-assets/assets/twill/js/main-form.8230c10a.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)