Skip to content

Commit

Permalink
Prepare version 9.2.3 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mvz committed May 22, 2021
1 parent 524044f commit e6611f2
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@

See the changelogs for the individual engines for more details for releases 9.0 and up

## 9.2.3 / 2021-05-22

* Bump Rails dependency to 5.2.6

## 9.2.2 / 2021-03-21

* Fix the `publify:textile_to_markdown` task. This task failed on feedback and
Expand Down
4 changes: 4 additions & 0 deletions publify_amazon_sidebar/CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## 9.2.3 / 2021-05-22

* Depend on `publify_core` gem to set Rails dependency

## 9.2.2 / 2021-03-21

* No changes
Expand Down
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module PublifyAmazonSidebar
VERSION = "9.2.2"
VERSION = "9.2.3"
end
2 changes: 1 addition & 1 deletion publify_amazon_sidebar/publify_amazon_sidebar.gemspec
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |s|

s.files = File.open("Manifest.txt").readlines.map(&:chomp)

s.add_dependency "publify_core", "~> 9.2.2"
s.add_dependency "publify_core", "~> 9.2.3"

s.add_development_dependency "rspec-rails", "~> 4.0"
s.add_development_dependency "simplecov", "~> 0.18.5"
Expand Down
5 changes: 5 additions & 0 deletions publify_core/CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog

## 9.2.3 / 2021-05-22

* Bump Rails dependency to 5.2.6
* Replace mimemagic with marcel

## 9.2.2 / 2021-03-21

* No changes
Expand Down
2 changes: 1 addition & 1 deletion publify_core/lib/publify_core/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module PublifyCore
VERSION = "9.2.2"
VERSION = "9.2.3"
end
4 changes: 4 additions & 0 deletions publify_textfilter_code/CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## 9.2.3 / 2021-05-22

* Depend on `publify_core` gem to set Rails dependency

## 9.2.2 / 2021-03-21

* No changes
Expand Down
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module PublifyTextfilterCode
VERSION = "9.2.2"
VERSION = "9.2.3"
end
2 changes: 1 addition & 1 deletion publify_textfilter_code/publify_textfilter_code.gemspec
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |s|

s.add_dependency "coderay", "~> 1.1.0"
s.add_dependency "htmlentities", "~> 4.3"
s.add_dependency "publify_core", "~> 9.2.2"
s.add_dependency "publify_core", "~> 9.2.3"

s.add_development_dependency "rspec-rails", "~> 4.0"
s.add_development_dependency "simplecov", "~> 0.18.5"
Expand Down

0 comments on commit e6611f2

Please sign in to comment.