Skip to content

Commit 8cbca6d

Browse files
committed
Release 3.2.2
1 parent 2db3585 commit 8cbca6d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package.json

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

packages/stimulus/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stimulus",
3-
"version": "3.2.1",
3+
"version": "3.2.2",
44
"description": "Stimulus JavaScript framework",
55
"repository": "https://stimulus.hotwired.dev",
66
"author": "Basecamp, LLC",
@@ -42,7 +42,7 @@
4242
],
4343
"license": "MIT",
4444
"dependencies": {
45-
"@hotwired/stimulus": "^3.2.1",
45+
"@hotwired/stimulus": "^3.2.2",
4646
"@hotwired/stimulus-webpack-helpers": "^1.0.0"
4747
},
4848
"devDependencies": {

packages/stimulus/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
resolved "https://registry.yarnpkg.com/@hotwired/stimulus-webpack-helpers/-/stimulus-webpack-helpers-1.0.0.tgz#6bd7906a4a2b6e1cd8732203b60264f987bd1084"
88
integrity sha512-6oKDmJDSsV+zdlHnF485nneuekY/Zbl669wei4HIiwxUWHhVSU1XIVji4aj+Ws9AXghjTYBS8H5ralB97BVMDw==
99

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

1515
"@rollup/plugin-node-resolve@^13.0.0":
1616
version "13.0.5"

0 commit comments

Comments
 (0)