diff --git a/CHANGELOG.md b/CHANGELOG.md index b0d8400..12b1f2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,13 @@ All notable changes to `livewire-sortablejs` will be documented in this file. +## 0.3.3 - 2023-10-18 + +- Ensure `handle` option works when a group does not have any items on initial load (https://github.com/nextapps-be/livewire-sortablejs/pull/35) + ## 0.2.3 - 2023-10-18 -- Ensure `handle` option works when a group does not have any items on initial load. +- Ensure `handle` option works when a group does not have any items on initial load (https://github.com/nextapps-be/livewire-sortablejs/pull/34) ## 0.3.2 - 2023-10-17 diff --git a/README.md b/README.md index 8cca302..84c1c41 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ The `livewire-sortable` package uses Shopify's sortable package. We noticed some ### CDN ```html - + ``` > If you use Livewire v2, you need to use v0.2. diff --git a/package-lock.json b/package-lock.json index 6e61524..b3f7fbf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextapps-be/livewire-sortablejs", - "version": "0.3.2", + "version": "0.3.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@nextapps-be/livewire-sortablejs", - "version": "0.3.2", + "version": "0.3.3", "license": "MIT", "dependencies": { "sortablejs": "^1.14.0" diff --git a/package.json b/package.json index ffa9924..dcec309 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextapps-be/livewire-sortablejs", - "version": "0.3.2", + "version": "0.3.3", "description": "Laravel Livewire plugin to use Sortable.js", "main": "dist/livewire-sortable.js", "author": "Günther Debrauwer",