From 5adabc30d2a5075f79494c9ebda7288423daa586 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 7 Oct 2021 09:19:20 +0200 Subject: [PATCH] Bump for 3.0.1 --- package.json | 2 +- packages/stimulus/package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e5e0026a..619907c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hotwired/stimulus", - "version": "3.0.0", + "version": "3.0.1", "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 0964aa51..79980aee 100644 --- a/packages/stimulus/package.json +++ b/packages/stimulus/package.json @@ -1,6 +1,6 @@ { "name": "stimulus", - "version": "3.0.0", + "version": "3.0.1", "description": "Stimulus JavaScript framework", "repository": "https://stimulus.hotwired.dev", "author": "Basecamp, LLC", @@ -40,7 +40,7 @@ ], "license": "MIT", "dependencies": { - "@hotwired/stimulus": "^3.0.0", + "@hotwired/stimulus": "^3.0.1", "@hotwired/stimulus-webpack-helpers": "^1.0.0" }, "devDependencies": {