Skip to content

Commit

Permalink
Prepare version 9.2.2 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mvz committed Mar 21, 2021
1 parent e2a4437 commit 4fd0de4
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,11 @@

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

## 9.2.2 / 2021-03-21

* Fix the `publify:textile_to_markdown` task. This task failed on feedback and
pages.

## 9.2.1 / 2021-03-20

This release updates dependencies due to security issues.
Expand Down
4 changes: 4 additions & 0 deletions publify_amazon_sidebar/CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## 9.2.2 / 2021-03-21

* No changes

## 9.2.1 / 2021-03-20

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

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

## 9.2.2 / 2021-03-21

* No changes

## 9.2.1 / 2021-03-20

* 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.1"
VERSION = "9.2.2"
end
4 changes: 4 additions & 0 deletions publify_textfilter_code/CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## 9.2.2 / 2021-03-21

* No changes

## 9.2.1 / 2021-03-20

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

module PublifyTextfilterCode
VERSION = "9.2.1"
VERSION = "9.2.2"
end

0 comments on commit 4fd0de4

Please sign in to comment.