Skip to content

Commit

Permalink
chore(): update version
Browse files Browse the repository at this point in the history
  • Loading branch information
gmq committed Mar 20, 2023
1 parent 934ec75 commit d33c82a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).

### Unreleased

### 2.0.0.beta-0

* Replaces [Select2](https://select2.org/) with [Slim Select](https://slimselectjs.com/) to make it easier to work with newer bundlers like esbuild [#448](https://github.com/platanus/activeadmin_addons/pull/448)
* Removes support for Paperclip since it has been deprecated. [#450](https://github.com/platanus/activeadmin_addons/pull/450)
* Removes support for enumerize [#452](https://github.com/platanus/activeadmin_addons/pull/452)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ GIT
PATH
remote: .
specs:
activeadmin_addons (1.10.0)
activeadmin_addons (2.0.0.beta.0)
railties
redcarpet
require_all
Expand Down
2 changes: 1 addition & 1 deletion lib/activeadmin_addons/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ActiveadminAddons
VERSION = "1.10.0"
VERSION = "2.0.0.beta.0"
end
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def add_stylesheets
end

def install_package
run "yarn add activeadmin_addons"
run "yarn add activeadmin_addons@beta"
end

private
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": "activeadmin_addons",
"version": "1.0.0",
"version": "2.0.0-beta.0",
"description": "Set of addons to help with the activeadmin ui",
"main": "src/all.js",
"files": [
Expand Down

0 comments on commit d33c82a

Please sign in to comment.