Skip to content

Commit c2cd99f

Browse files
committed
v8.0.21
1 parent 31c78af commit c2cd99f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hotwired/turbo-rails",
3-
"version": "8.0.20",
3+
"version": "8.0.21",
44
"description": "The speed of a single-page web application without having to write any JavaScript",
55
"module": "app/javascript/turbo/index.js",
66
"main": "app/assets/javascripts/turbo.js",
@@ -19,7 +19,7 @@
1919
"release": "yarn publish && git commit -am \"$npm_package_name v$npm_package_version\" && git push"
2020
},
2121
"dependencies": {
22-
"@hotwired/turbo": "^8.0.20",
22+
"@hotwired/turbo": "^8.0.21",
2323
"@rails/actioncable": ">=7.0"
2424
},
2525
"devDependencies": {

0 commit comments

Comments
 (0)