From 3353b84210ce3e203cddb5a4df3517ff181e5176 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 28 Nov 2022 16:04:44 +0100 Subject: [PATCH] Bump for 3.2.0 --- package.json | 2 +- packages/stimulus/package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a6ac4a6d..bb0b3e06 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hotwired/stimulus", - "version": "3.1.1", + "version": "3.2.0", "license": "MIT", "description": "A modest JavaScript framework for the HTML you already have.", "author": "Basecamp, LLC", diff --git a/packages/stimulus/package.json b/packages/stimulus/package.json index 8d0d36ed..9538c300 100644 --- a/packages/stimulus/package.json +++ b/packages/stimulus/package.json @@ -1,6 +1,6 @@ { "name": "stimulus", - "version": "3.1.1", + "version": "3.2.0", "description": "Stimulus JavaScript framework", "repository": "https://stimulus.hotwired.dev", "author": "Basecamp, LLC", @@ -42,7 +42,7 @@ ], "license": "MIT", "dependencies": { - "@hotwired/stimulus": "^3.1.1", + "@hotwired/stimulus": "^3.2.0", "@hotwired/stimulus-webpack-helpers": "^1.0.0" }, "devDependencies": {