We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32b45e4 commit c654078Copy full SHA for c654078
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@hotwired/stimulus",
3
- "version": "3.0.0-beta.1",
+ "version": "3.0.0-beta.2",
4
"license": "MIT",
5
"description": "A modest JavaScript framework for the HTML you already have.",
6
"author": "Basecamp, LLC",
packages/stimulus/package.json
"name": "stimulus",
"description": "Stimulus JavaScript framework",
"repository": "https://stimulus.hotwired.dev",
@@ -18,7 +18,7 @@
18
],
19
20
"dependencies": {
21
- "@hotwired/stimulus": "^3.0.0-beta.1"
+ "@hotwired/stimulus": "^3.0.0-beta.2"
22
},
23
"devDependencies": {
24
"@rollup/plugin-node-resolve": "^13.0.0",
0 commit comments