From 212693ad80c6b9f64cd6af1137ab8ea00b420e07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gu=CC=88nther=20Debrauwer?= Date: Thu, 19 Oct 2023 09:25:30 +0200 Subject: [PATCH] Document 0.3.5 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 9768da8..1e301ff 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.5 - 2023-10-19 + +- Add support for Livewire's new morph markers (https://github.com/nextapps-be/livewire-sortablejs/pull/37) + ## 0.3.4 - 2023-10-18 - Ensure Livewire's morph markers are handled correctly (https://github.com/nextapps-be/livewire-sortablejs/pull/36) diff --git a/README.md b/README.md index 962db89..5e109a5 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 43ca6e6..3efac9b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextapps-be/livewire-sortablejs", - "version": "0.3.4", + "version": "0.3.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@nextapps-be/livewire-sortablejs", - "version": "0.3.4", + "version": "0.3.5", "license": "MIT", "dependencies": { "sortablejs": "^1.14.0" diff --git a/package.json b/package.json index 447171a..0d4198c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextapps-be/livewire-sortablejs", - "version": "0.3.4", + "version": "0.3.5", "description": "Laravel Livewire plugin to use Sortable.js", "main": "dist/livewire-sortable.js", "author": "Günther Debrauwer",