Skip to content

Commit

Permalink
Bump version to v6.0.0-b5
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdeyen committed Aug 27, 2021
1 parent 01c55fb commit a76c9e0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 6.0.0-b5 (2021-08-27)

- Remove spec that tests default data store value [#2184](https://github.com/AlchemyCMS/alchemy_cms/pull/2184) ([tvdeyen](https://github.com/tvdeyen))
- Remove data store accessor from ingredient base class [#2183](https://github.com/AlchemyCMS/alchemy_cms/pull/2183) ([tvdeyen](https://github.com/tvdeyen))

## 6.0.0-b4 (2021-08-27)

- Load custom Tinymce config for ingredients [#2182](https://github.com/AlchemyCMS/alchemy_cms/pull/2182) ([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 = "6.0.0-b4"
VERSION = "6.0.0-b5"

def self.version
VERSION
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alchemy_cms/admin",
"version": "6.0.0-b4",
"version": "6.0.0-b5",
"description": "AlchemyCMS",
"browser": "package/admin.js",
"files": [
Expand Down

0 comments on commit a76c9e0

Please sign in to comment.