Skip to content

Commit 496e560

Browse files
committed
v3.5.2
1 parent e9d3484 commit 496e560

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
stimulus_reflex (3.5.1)
4+
stimulus_reflex (3.5.2)
55
actioncable (>= 5.2, < 8)
66
actionpack (>= 5.2, < 8)
77
actionview (>= 5.2, < 8)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,10 @@ View the [wiki](https://github.com/stimulusreflex/stimulus_reflex/wiki/Editor-Co
141141
1. Update the `cable_ready` dependency version in `stimulus_reflex.gemspec` and `package.json`
142142
1. Make sure that you run `yarn` and `bundle` to pick up the latest.
143143
1. Bump version number at `lib/stimulus_reflex/version.rb`. Pre-release versions use `.preN`
144-
1. Run `rake build` and `yarn build`
144+
1. Run `bundle exec rake build` and `yarn build`
145145
1. Run `bin/standardize`
146146
1. Commit and push changes to GitHub
147-
1. Run `rake release`
147+
1. Run `bundle exec rake release`
148148
1. Run `yarn publish --no-git-tag-version`
149149
1. Yarn will prompt you for the new version. Pre-release versions use `-preN`
150150
1. Commit and push changes to GitHub

lib/stimulus_reflex/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module StimulusReflex
4-
VERSION = "3.5.1"
4+
VERSION = "3.5.2"
55
end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stimulus_reflex",
3-
"version": "3.5.1",
3+
"version": "3.5.2",
44
"description": "Build reactive applications with the Rails tooling you already know and love.",
55
"keywords": [
66
"ruby",

0 commit comments

Comments
 (0)