Skip to content

Commit d33c82a

Browse files
committed
chore(): update version
1 parent 934ec75 commit d33c82a

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
### Unreleased
66

7+
### 2.0.0.beta-0
8+
79
* 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)
810
* Removes support for Paperclip since it has been deprecated. [#450](https://github.com/platanus/activeadmin_addons/pull/450)
911
* Removes support for enumerize [#452](https://github.com/platanus/activeadmin_addons/pull/452)

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ GIT
88
PATH
99
remote: .
1010
specs:
11-
activeadmin_addons (1.10.0)
11+
activeadmin_addons (2.0.0.beta.0)
1212
railties
1313
redcarpet
1414
require_all

lib/activeadmin_addons/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ActiveadminAddons
2-
VERSION = "1.10.0"
2+
VERSION = "2.0.0.beta.0"
33
end

lib/generators/activeadmin_addons/webpacker/webpacker_generator.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def add_stylesheets
1717
end
1818

1919
def install_package
20-
run "yarn add activeadmin_addons"
20+
run "yarn add activeadmin_addons@beta"
2121
end
2222

2323
private

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "activeadmin_addons",
3-
"version": "1.0.0",
3+
"version": "2.0.0-beta.0",
44
"description": "Set of addons to help with the activeadmin ui",
55
"main": "src/all.js",
66
"files": [

0 commit comments

Comments
 (0)