Skip to content

Commit

Permalink
Prepare version 9.2.7 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mvz committed Feb 7, 2022
1 parent fe92675 commit be5f46b
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,12 @@

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

## 9.2.7 / 2022-02-07

This release fixes a security issue:

* Fix setting the article password from the Admin [#1044](https://github.com/publify/publify/pull/1044)

## 9.2.6 / 2022-01-07

This release fixes a minor security issue:
Expand Down
9 changes: 7 additions & 2 deletions publify_amazon_sidebar/CHANGELOG.md
@@ -1,16 +1,21 @@
# Changelog

## 9.2.7 / 2022-02-07

* Depend on `publify_core` 9.2.7

## 9.2.6 / 2022-01-07

* No changes
* Depend on `publify_core` 9.2.6

## 9.2.5 / 2021-10-11

* No changes
* Depend on `publify_core` 9.2.5

## 9.2.4 / 2021-10-02

* Drop support for Ruby 2.4 since it is incompatible with nokogiri 1.12.5
* Depend on `publify_core` 9.2.4

## 9.2.3 / 2021-05-22

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

module PublifyAmazonSidebar
VERSION = "9.2.6"
VERSION = "9.2.7"
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.6"
s.add_dependency "publify_core", "~> 9.2.7"

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

## 9.2.7 / 2022-02-07

* Fix setting the article password from the Admin [#1044](https://github.com/publify/publify/pull/1044)

## 9.2.6 / 2022-01-07

* Add documentation about use of the media library
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.6"
VERSION = "9.2.7"
end
7 changes: 6 additions & 1 deletion publify_textfilter_code/CHANGELOG.md
@@ -1,8 +1,12 @@
# Changelog

## 9.2.7 / 2022-02-07

* Depend on `publify_core` 9.2.7

## 9.2.6 / 2022-01-07

* No changes
* Depend on `publify_core` 9.2.6

## 9.2.5 / 2021-10-11

Expand All @@ -11,6 +15,7 @@
## 9.2.4 / 2021-10-02

* Drop support for Ruby 2.4 since it is incompatible with nokogiri 1.12.5
* Depend on `publify_core` 9.2.5

## 9.2.3 / 2021-05-22

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

module PublifyTextfilterCode
VERSION = "9.2.6"
VERSION = "9.2.7"
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.6"
s.add_dependency "publify_core", "~> 9.2.7"

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

0 comments on commit be5f46b

Please sign in to comment.