Skip to content

Commit

Permalink
Merge pull request #454 from platanus/v2.0.0.beta.0
Browse files Browse the repository at this point in the history
V2.0.0.beta.0
  • Loading branch information
gmq committed Mar 20, 2023
2 parents aff03fb + d33c82a commit e462235
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 13 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,13 @@ 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)
* Removes support for the Sprockets installation of ActiveAdmin [#451](https://github.com/platanus/activeadmin_addons/pull/452)

### 1.10.0

#### Added
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
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
@@ -1,3 +1,3 @@
module ActiveadminAddons
VERSION = "1.10.0"
VERSION = "2.0.0.beta.0"
end
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
4 changes: 2 additions & 2 deletions package.json
@@ -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 All @@ -21,6 +21,6 @@
"jquery-datetimepicker": "^2.5.21",
"lodash.merge": "^4.6.2",
"script-loader": "^0.7.2",
"slim-select": "https://github.com/platanus/slim-select#b23791ceb150e73b9209b9978c56261347c510ed"
"slim-select": "^2.4.5"
}
}
12 changes: 4 additions & 8 deletions yarn.lock
Expand Up @@ -1077,14 +1077,10 @@ side-channel@^1.0.4:
get-intrinsic "^1.0.2"
object-inspect "^1.9.0"

slash@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==

"slim-select@https://github.com/platanus/slim-select#b23791ceb150e73b9209b9978c56261347c510ed":
version "2.4.4"
resolved "https://github.com/platanus/slim-select#b23791ceb150e73b9209b9978c56261347c510ed"
slim-select@^2.4.5:
version "2.4.5"
resolved "https://registry.yarnpkg.com/slim-select/-/slim-select-2.4.5.tgz#7453d9469c4ce6d6121608a8e384561e62057382"
integrity sha512-64plTJiYwJJqvOQrf3Ty8BvgC3GbNPlGelT7AdhLZ8Ax0z7hxyhHHc5Mfhp1BUVkDSt0+gTpRZH2McIrjia68Q==

string.prototype.trimend@^1.0.5:
version "1.0.6"
Expand Down

0 comments on commit e462235

Please sign in to comment.