From 0bdeeafffd09123a985b03d1c210d2528af3ddba Mon Sep 17 00:00:00 2001 From: Justin Gordon Date: Wed, 10 Jan 2024 09:06:41 -1000 Subject: [PATCH] Release 3.2.0 --- Gemfile.lock | 2 +- lib/react/rails/version.rb | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 9aed4141c..4583cca96 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - react-rails (3.1.1) + react-rails (3.2.0) babel-transpiler (>= 0.7.0) connection_pool execjs diff --git a/lib/react/rails/version.rb b/lib/react/rails/version.rb index 292568355..01c34b9c3 100644 --- a/lib/react/rails/version.rb +++ b/lib/react/rails/version.rb @@ -4,6 +4,6 @@ module React module Rails # If you change this, make sure to update VERSIONS.md # and republish the UJS by updating package.json and `bundle exec rake ujs:publish` - VERSION = "3.1.1" + VERSION = "3.2.0" end end diff --git a/package.json b/package.json index 80c999db5..c82c33051 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react_ujs", - "version": "3.1.1", + "version": "3.2.0", "description": "Rails UJS for the react-rails gem", "repository": "reactjs/react-rails", "main": "react_ujs/index.js",