Skip to content

Commit 270545b

Browse files
committed
v6.1.0
1 parent 74eafca commit 270545b

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Unreleased
22

3+
# 6.1.0
4+
5+
* Refactor transitions
6+
7+
# 6.0.0
8+
9+
* Fix bugs
10+
311
# 5.1.1
412

513
* Add `show` and `hide` to slideover controller for backwards compatibility

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tailwindcss-stimulus-components",
3-
"version": "6.0.2",
3+
"version": "6.1.0",
44
"description": "A set of Stimulus components (tabs, dropdowns, modals, toggles, autosave, etc) for TailwindCSS users",
55
"source": "./src/index.js",
66
"main": "./dist/tailwindcss-stimulus-components.cjs",
@@ -42,7 +42,7 @@
4242
"@open-wc/testing": "^4.0.0",
4343
"@web/test-runner": "^0.18.0",
4444
"@web/test-runner-commands": "^0.9.0",
45-
"esbuild": "^0.23.0"
45+
"esbuild": "^0.24.0"
4646
},
4747
"peerDependencies": {
4848
"@hotwired/stimulus": ">= 3.0.0"

0 commit comments

Comments
 (0)