Skip to content

Commit 63145df

Browse files
- Prepare for breaking changes that are coming with Statamic 3.4 / TipTap 2\n- Fix typo
1 parent f1c7a89 commit 63145df

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@
66

77
# 1.0.2
88
- Change Tiptap mark name to be compatible with other text color addons
9+
10+
# 1.0.3
11+
- Prepare for breaking changes that are coming with Statamic 3.4 / TipTap 2
12+
- Fix typo

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ If you want to change the layout, components or predefined colors, make sure tha
3636
php artisan vendor:publish --tag=bard-color-picker-config
3737
```
3838

39-
This addon uses [Simonwep's Pickr package](https://github.com/Simonwep/pickr) and the hood and supports many configuration options including different layouts.
39+
This addon uses [Simonwep's Pickr package](https://github.com/Simonwep/pickr) under the hood and supports many configuration options including different layouts.
4040

4141
Have a look at the [configuration file](config/bard-color-picker.php) for details.
4242

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ndx/statamic-bard-color-picker",
33
"description": "Text color picker with swatches for Bard fields",
4-
"version": "1.0.2",
4+
"version": "1.0.3",
55
"type": "statamic-addon",
66
"license": "proprietary",
77
"author": "NEW DATA SERVICES",
@@ -13,7 +13,7 @@
1313
],
1414
"require": {
1515
"php": "^8.0",
16-
"statamic/cms": "^3.3"
16+
"statamic/cms": "3.3.*"
1717
},
1818
"autoload": {
1919
"psr-4": {

0 commit comments

Comments
 (0)