Skip to content

Commit

Permalink
Document 0.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gdebrauwer committed Aug 25, 2023
1 parent 4ee5723 commit e5bd5c6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to `livewire-sortablejs` will be documented in this file.

## 0.2.1 - 2023-08-25

- Merge nested options provided in `wire:sortable.options` and `wire:sortable-group.options` attributes

## 0.2.0 - 2022-06-22

- Add `wire:sortable.options` and `wire:sortable-group.options` attributes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The `livewire-sortable` package uses Shopify's sortable package. We noticed some
### CDN

```html
<script src="https://unpkg.com/@nextapps-be/[email protected].0/dist/livewire-sortable.js"></script>
<script src="https://unpkg.com/@nextapps-be/[email protected].1/dist/livewire-sortable.js"></script>
```

### NPM
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": "@nextapps-be/livewire-sortablejs",
"version": "0.2.0",
"version": "0.2.1",
"description": "Laravel Livewire plugin to use Sortable.js",
"main": "dist/livewire-sortable.js",
"author": "Günther Debrauwer",
Expand Down

0 comments on commit e5bd5c6

Please sign in to comment.