Skip to content

Commit

Permalink
v6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Oct 22, 2024
1 parent 74eafca commit 270545b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 270545b

Please sign in to comment.