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.
v3.5.0.rc4
1 parent dd140c3 commit 3de99e4Copy full SHA for 3de99e4
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- stimulus_reflex (3.5.0.rc3)
+ stimulus_reflex (3.5.0.rc4)
5
actioncable (>= 5.2, < 8)
6
actionpack (>= 5.2, < 8)
7
actionview (>= 5.2, < 8)
lib/stimulus_reflex/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module StimulusReflex
- VERSION = "3.5.0.rc3"
+ VERSION = "3.5.0.rc4"
end
package.json
@@ -1,6 +1,6 @@
{
"name": "stimulus_reflex",
- "version": "3.5.0-rc3",
+ "version": "3.5.0-rc4",
"description": "Build reactive applications with the Rails tooling you already know and love.",
"keywords": [
"ruby",
0 commit comments