diff --git a/CHANGELOG.md b/CHANGELOG.md index 103c8e7..65d685e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Unreleased +# 6.1.0 + +* Refactor transitions + +# 6.0.0 + +* Fix bugs + # 5.1.1 * Add `show` and `hide` to slideover controller for backwards compatibility diff --git a/package.json b/package.json index e4b6b59..7361691 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tailwindcss-stimulus-components", - "version": "6.0.2", + "version": "6.1.0", "description": "A set of Stimulus components (tabs, dropdowns, modals, toggles, autosave, etc) for TailwindCSS users", "source": "./src/index.js", "main": "./dist/tailwindcss-stimulus-components.cjs", @@ -42,7 +42,7 @@ "@open-wc/testing": "^4.0.0", "@web/test-runner": "^0.18.0", "@web/test-runner-commands": "^0.9.0", - "esbuild": "^0.23.0" + "esbuild": "^0.24.0" }, "peerDependencies": { "@hotwired/stimulus": ">= 3.0.0"