Skip to content

Commit 01261d4

Browse files
author
David Heinemeier Hansson
committed
v3.0.0
1 parent b72d60c commit 01261d4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hotwired/stimulus",
3-
"version": "3.0.0-rc.1",
3+
"version": "3.0.0",
44
"license": "MIT",
55
"description": "A modest JavaScript framework for the HTML you already have.",
66
"author": "Basecamp, LLC",

packages/stimulus/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stimulus",
3-
"version": "3.0.0-rc.2",
3+
"version": "3.0.0",
44
"description": "Stimulus JavaScript framework",
55
"repository": "https://stimulus.hotwired.dev",
66
"author": "Basecamp, LLC",
@@ -18,7 +18,7 @@
1818
],
1919
"license": "MIT",
2020
"dependencies": {
21-
"@hotwired/stimulus": "^3.0.0-rc.1"
21+
"@hotwired/stimulus": "^3.0.0"
2222
},
2323
"devDependencies": {
2424
"@rollup/plugin-node-resolve": "^13.0.0",

0 commit comments

Comments
 (0)