From 90e346bce329ea04c0a72c3a380cf9bed87053c6 Mon Sep 17 00:00:00 2001 From: Thomas von Deyen Date: Wed, 15 Sep 2021 21:33:04 +0200 Subject: [PATCH] Bump version to v5.2.2 - Return only pages from current site in api [#2169](https://github.com/AlchemyCMS/alchemy_cms/pull/2169) ([afdev82](https://github.com/afdev82)) - Improve cache key defaults for menus #2138 [#2160](https://github.com/AlchemyCMS/alchemy_cms/pull/2160) ([oneiros](https://github.com/oneiros)) - generate picture thumbnails only for pictures with convertible format [#2130](https://github.com/AlchemyCMS/alchemy_cms/pull/2130) ([afdev82](https://github.com/afdev82)) - Backport #2114 to v5.2 [#2116](https://github.com/AlchemyCMS/alchemy_cms/pull/2116) ([afdev82](https://github.com/afdev82)) - Add webpacker tasks to Alchemy upgrader [#2115](https://github.com/AlchemyCMS/alchemy_cms/pull/2115) ([dbwinger](https://github.com/dbwinger)) --- CHANGELOG.md | 8 ++++++++ lib/alchemy/version.rb | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3985fcb94c..9b08751731 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 5.2.2 (2021-09-15) + +- Return only pages from current site in api [#2169](https://github.com/AlchemyCMS/alchemy_cms/pull/2169) ([afdev82](https://github.com/afdev82)) +- Improve cache key defaults for menus #2138 [#2160](https://github.com/AlchemyCMS/alchemy_cms/pull/2160) ([oneiros](https://github.com/oneiros)) +- generate picture thumbnails only for pictures with convertible format [#2130](https://github.com/AlchemyCMS/alchemy_cms/pull/2130) ([afdev82](https://github.com/afdev82)) +- Backport #2114 to v5.2 [#2116](https://github.com/AlchemyCMS/alchemy_cms/pull/2116) ([afdev82](https://github.com/afdev82)) +- Add webpacker tasks to Alchemy upgrader [#2115](https://github.com/AlchemyCMS/alchemy_cms/pull/2115) ([dbwinger](https://github.com/dbwinger)) + ## 5.2.1 (2021-05-13) - Fix alchemy:generate:thumbnails task [#2092](https://github.com/AlchemyCMS/alchemy_cms/pull/2092) ([afdev82](https://github.com/afdev82)) diff --git a/lib/alchemy/version.rb b/lib/alchemy/version.rb index 59a20f4238..00f4c08b4c 100644 --- a/lib/alchemy/version.rb +++ b/lib/alchemy/version.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true module Alchemy - VERSION = "5.2.1" + VERSION = "5.2.2" def self.version VERSION diff --git a/package.json b/package.json index 62e0a692e4..382d9463ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@alchemy_cms/admin", - "version": "5.2.1", + "version": "5.2.2", "description": "AlchemyCMS", "browser": "package/admin.js", "files": [