From 57946b97e2a42e9fb8e434eb4a487c491e7fcba1 Mon Sep 17 00:00:00 2001 From: Bram Jetten Date: Wed, 25 Dec 2019 13:00:57 +0100 Subject: [PATCH] Update Spina to v1.1.3 (#507) --- CHANGELOG.md | 4 ++++ Gemfile.lock | 8 ++++---- lib/spina/version.rb | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a4b0bf55..2a9f23cef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## 1.1 +### 1.1.3 (December 25, 2019) + +* Added missing icons to Trix editor + ### 1.1.2 (December 20, 2019) * Change Spina's admin font to Metropolis diff --git a/Gemfile.lock b/Gemfile.lock index 5130953ef..9304e115a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - spina (1.1.2) + spina (1.1.3) ancestry bcrypt breadcrumbs_on_rails @@ -171,7 +171,7 @@ GEM nio4r (2.5.2) nokogiri (1.10.7) mini_portile2 (~> 2.4.0) - pg (1.1.4) + pg (1.2.0) pry (0.12.2) coderay (~> 1.1.0) method_source (~> 0.9.0) @@ -213,7 +213,7 @@ GEM rake (>= 0.8.7) thor (>= 0.20.3, < 2.0) rake (13.0.1) - request_store (1.4.1) + request_store (1.5.0) rack (>= 1.4) ruby-progressbar (1.10.1) ruby_parser (3.14.1) @@ -248,7 +248,7 @@ GEM turbolinks (5.2.1) turbolinks-source (~> 5.2) turbolinks-source (5.2.0) - tzinfo (1.2.5) + tzinfo (1.2.6) thread_safe (~> 0.1) websocket-driver (0.7.1) websocket-extensions (>= 0.1.0) diff --git a/lib/spina/version.rb b/lib/spina/version.rb index 6ec4f6177..513a71057 100644 --- a/lib/spina/version.rb +++ b/lib/spina/version.rb @@ -1,3 +1,3 @@ module Spina - VERSION = "1.1.2" + VERSION = "1.1.3" end