File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11PATH
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 )
Original file line number Diff line number Diff line change @@ -141,10 +141,10 @@ View the [wiki](https://github.com/stimulusreflex/stimulus_reflex/wiki/Editor-Co
1411411 . Update the ` cable_ready ` dependency version in ` stimulus_reflex.gemspec ` and ` package.json `
1421421 . Make sure that you run ` yarn ` and ` bundle ` to pick up the latest.
1431431 . 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 `
1451451 . Run ` bin/standardize `
1461461 . Commit and push changes to GitHub
147- 1 . Run ` rake release `
147+ 1 . Run ` bundle exec rake release`
1481481 . Run ` yarn publish --no-git-tag-version `
1491491 . Yarn will prompt you for the new version. Pre-release versions use ` -preN `
1501501 . Commit and push changes to GitHub
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module StimulusReflex
4- VERSION = "3.5.1 "
4+ VERSION = "3.5.2 "
55end
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments