From fa55a16f65903bb2efc703483ffcf56bafd0268c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gu=CC=88nther=20Debrauwer?= Date: Thu, 26 Oct 2023 10:45:13 +0200 Subject: [PATCH] Document 0.3.6 release --- CHANGELOG.md | 4 ++++ README.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e301ff..a56166e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to `livewire-sortablejs` will be documented in this file. +## 0.3.6 - 2023-10-26 + +- Prevent calling livewire component from both the source and target group after item is dragged (https://github.com/nextapps-be/livewire-sortablejs/pull/40) + ## 0.3.5 - 2023-10-19 - Add support for Livewire's new morph markers (https://github.com/nextapps-be/livewire-sortablejs/pull/37) diff --git a/README.md b/README.md index a260b5d..6882332 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 3efac9b..41f85ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextapps-be/livewire-sortablejs", - "version": "0.3.5", + "version": "0.3.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@nextapps-be/livewire-sortablejs", - "version": "0.3.5", + "version": "0.3.6", "license": "MIT", "dependencies": { "sortablejs": "^1.14.0" diff --git a/package.json b/package.json index 0d4198c..83d4f85 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextapps-be/livewire-sortablejs", - "version": "0.3.5", + "version": "0.3.6", "description": "Laravel Livewire plugin to use Sortable.js", "main": "dist/livewire-sortable.js", "author": "Günther Debrauwer",