From c391c34d37535dcc1f883241624d7a133035dcee Mon Sep 17 00:00:00 2001 From: Bram Jetten Date: Sun, 22 Aug 2021 20:04:52 +0200 Subject: [PATCH] Updated to v2.3.5 (#794) --- CHANGELOG.md | 3 +++ Gemfile.lock | 2 +- lib/spina/version.rb | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c19a3a0b..bae731ee2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## 2.2 +### 2.3.5 (August 22nd, 2021) +* Changed to esm-compatible build of Trix to fix bug in Firefox + ### 2.3.4 (August 17th, 2021) * Updated importmap and importmap-rails to 0.2.7 * Updated turbo-rails and stimulus-rails diff --git a/Gemfile.lock b/Gemfile.lock index dc1ef3386..eb91d9d30 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - spina (2.3.4) + spina (2.3.5) ancestry attr_json babosa diff --git a/lib/spina/version.rb b/lib/spina/version.rb index 463b00bc2..1e4d17c85 100644 --- a/lib/spina/version.rb +++ b/lib/spina/version.rb @@ -1,3 +1,3 @@ module Spina - VERSION = "2.3.4" + VERSION = "2.3.5" end