From 496e560d1bd7965e542af5c0a10c0b9a2f68c9e0 Mon Sep 17 00:00:00 2001 From: Marco Roth Date: Fri, 24 May 2024 18:32:08 +0200 Subject: [PATCH] `v3.5.2` --- Gemfile.lock | 2 +- README.md | 4 ++-- lib/stimulus_reflex/version.rb | 2 +- package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 33f759c3..26c64404 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - stimulus_reflex (3.5.1) + stimulus_reflex (3.5.2) actioncable (>= 5.2, < 8) actionpack (>= 5.2, < 8) actionview (>= 5.2, < 8) diff --git a/README.md b/README.md index 72e8ab25..7ca18cfe 100644 --- a/README.md +++ b/README.md @@ -141,10 +141,10 @@ View the [wiki](https://github.com/stimulusreflex/stimulus_reflex/wiki/Editor-Co 1. Update the `cable_ready` dependency version in `stimulus_reflex.gemspec` and `package.json` 1. Make sure that you run `yarn` and `bundle` to pick up the latest. 1. Bump version number at `lib/stimulus_reflex/version.rb`. Pre-release versions use `.preN` -1. Run `rake build` and `yarn build` +1. Run `bundle exec rake build` and `yarn build` 1. Run `bin/standardize` 1. Commit and push changes to GitHub -1. Run `rake release` +1. Run `bundle exec rake release` 1. Run `yarn publish --no-git-tag-version` 1. Yarn will prompt you for the new version. Pre-release versions use `-preN` 1. Commit and push changes to GitHub diff --git a/lib/stimulus_reflex/version.rb b/lib/stimulus_reflex/version.rb index 19ab27a7..a8efebf7 100644 --- a/lib/stimulus_reflex/version.rb +++ b/lib/stimulus_reflex/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module StimulusReflex - VERSION = "3.5.1" + VERSION = "3.5.2" end diff --git a/package.json b/package.json index d2b58d0b..4f7d5736 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stimulus_reflex", - "version": "3.5.1", + "version": "3.5.2", "description": "Build reactive applications with the Rails tooling you already know and love.", "keywords": [ "ruby",