Skip to content

Commit

Permalink
Bump version to v7.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdeyen committed Jun 3, 2024
1 parent ec8de7e commit 87205af
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 7.2.1 (2024-06-03)

- Add name attribute to Preview IFrame [#2908](https://github.com/AlchemyCMS/alchemy_cms/pull/2908) ([mamhoff](https://github.com/mamhoff))
- [js] Update all development Yarn dependencies (2024-05-30) [#2907](https://github.com/AlchemyCMS/alchemy_cms/pull/2907) ([depfu](https://github.com/apps/depfu))
- fix(HeadlineEditor): Add css class for any level option [#2905](https://github.com/AlchemyCMS/alchemy_cms/pull/2905) ([tvdeyen](https://github.com/tvdeyen))
- [js] Update @shoelace-style/shoelace 2.15.0 → 2.15.1 (patch) [#2903](https://github.com/AlchemyCMS/alchemy_cms/pull/2903) ([depfu](https://github.com/apps/depfu))

## 7.2.0 (2024-05-28)

- Remove responders gem [#2901](https://github.com/AlchemyCMS/alchemy_cms/pull/2901) ([tvdeyen](https://github.com/tvdeyen))
Expand Down
2 changes: 1 addition & 1 deletion lib/alchemy/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Alchemy
VERSION = "7.2.0"
VERSION = "7.2.1"

def self.version
VERSION
Expand Down

0 comments on commit 87205af

Please sign in to comment.