Skip to content

Commit

Permalink
Release 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed Aug 7, 2023
1 parent 2db3585 commit 8cbca6d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@hotwired/stimulus",
"version": "3.2.1",
"version": "3.2.2",
"license": "MIT",
"description": "A modest JavaScript framework for the HTML you already have.",
"author": "Basecamp, LLC",
Expand Down
4 changes: 2 additions & 2 deletions packages/stimulus/package.json
@@ -1,6 +1,6 @@
{
"name": "stimulus",
"version": "3.2.1",
"version": "3.2.2",
"description": "Stimulus JavaScript framework",
"repository": "https://stimulus.hotwired.dev",
"author": "Basecamp, LLC",
Expand Down Expand Up @@ -42,7 +42,7 @@
],
"license": "MIT",
"dependencies": {
"@hotwired/stimulus": "^3.2.1",
"@hotwired/stimulus": "^3.2.2",
"@hotwired/stimulus-webpack-helpers": "^1.0.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/stimulus/yarn.lock
Expand Up @@ -7,10 +7,10 @@
resolved "https://registry.yarnpkg.com/@hotwired/stimulus-webpack-helpers/-/stimulus-webpack-helpers-1.0.0.tgz#6bd7906a4a2b6e1cd8732203b60264f987bd1084"
integrity sha512-6oKDmJDSsV+zdlHnF485nneuekY/Zbl669wei4HIiwxUWHhVSU1XIVji4aj+Ws9AXghjTYBS8H5ralB97BVMDw==

"@hotwired/stimulus@^3.2.1":
version "3.2.1"
resolved "https://registry.yarnpkg.com/@hotwired/stimulus/-/stimulus-3.2.1.tgz#e3de23623b0c52c247aba4cd5d530d257008676b"
integrity sha512-HGlzDcf9vv/EQrMJ5ZG6VWNs8Z/xMN+1o2OhV1gKiSG6CqZt5MCBB1gRg5ILiN3U0jEAxuDTNPRfBcnZBDmupQ==
"@hotwired/stimulus@^3.2.2":
version "3.2.2"
resolved "https://registry.yarnpkg.com/@hotwired/stimulus/-/stimulus-3.2.2.tgz#071aab59c600fed95b97939e605ff261a4251608"
integrity sha512-eGeIqNOQpXoPAIP7tC1+1Yc1yl1xnwYqg+3mzqxyrbE5pg5YFBZcA6YoTiByJB6DKAEsiWtl6tjTJS4IYtbB7A==

"@rollup/plugin-node-resolve@^13.0.0":
version "13.0.5"
Expand Down

0 comments on commit 8cbca6d

Please sign in to comment.