Skip to content

Commit c654078

Browse files
author
David Heinemeier Hansson
committed
Bump for 3.0.0-beta.2
1 parent 32b45e4 commit c654078

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-beta.1",
3+
"version": "3.0.0-beta.2",
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-beta.1",
3+
"version": "3.0.0-beta.2",
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-beta.1"
21+
"@hotwired/stimulus": "^3.0.0-beta.2"
2222
},
2323
"devDependencies": {
2424
"@rollup/plugin-node-resolve": "^13.0.0",

0 commit comments

Comments
 (0)