Skip to content

Commit

Permalink
Prepare 2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
haringsrob committed Oct 18, 2022
1 parent f8942a2 commit 57e43eb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## 2.10.0 (2022-10-18)

### Features

- Add command to allow developers to flush only the twill-manifest.json from cache [`#1859`](https://github.com/area17/twill/pull/1859)
- Adds a ArrayContains support to connected fields [`#1848`](https://github.com/area17/twill/pull/1848)
- Adds disabled support to translated media and slideshow [`#1845`](https://github.com/area17/twill/pull/1845)

## 2.9.1 (2022-09-30)

### Fixes
Expand Down
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.9.1",
"version": "2.10.0",
"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 @@ -50,7 +50,7 @@ class TwillServiceProvider extends ServiceProvider
*
* @var string
*/
public const VERSION = '2.9.1';
public const VERSION = '2.10.0';

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

0 comments on commit 57e43eb

Please sign in to comment.