stimulus_reflex
Advanced tools
Comparing version 3.5.1 to 3.5.2
@@ -948,3 +948,3 @@ import { Controller } from "@hotwired/stimulus"; | ||
var version = "3.5.1"; | ||
var version = "3.5.2"; | ||
@@ -951,0 +951,0 @@ var description = "Build reactive applications with the Rails tooling you already know and love."; |
@@ -872,3 +872,3 @@ (function(global, factory) { | ||
var name = "stimulus_reflex"; | ||
var version = "3.5.1"; | ||
var version = "3.5.2"; | ||
var description = "Build reactive applications with the Rails tooling you already know and love."; | ||
@@ -875,0 +875,0 @@ var keywords = [ "ruby", "rails", "websockets", "actioncable", "turbolinks", "reactive", "cable", "ujs", "ssr", "stimulus", "reflex", "stimulus_reflex", "dom", "morphdom" ]; |
{ | ||
"name": "stimulus_reflex", | ||
"version": "3.5.1", | ||
"version": "3.5.2", | ||
"description": "Build reactive applications with the Rails tooling you already know and love.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -144,6 +144,6 @@ <p align="center"> | ||
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` | ||
@@ -150,0 +150,0 @@ 1. Yarn will prompt you for the new version. Pre-release versions use `-preN` |
263864