Skip to content

Commit

Permalink
chore: bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ilunglee committed Nov 26, 2021
1 parent ba63150 commit 00e6bd2
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 10 deletions.
19 changes: 13 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,24 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.2.3](https://github.com/CMDBrew/adminterface/compare/v0.2.2...v0.2.3) (2021-11-09)
## [0.3.0](https://github.com/CMDBrew/adminterface/compare/v0.2.3...v0.3.0) (2021-11-26)


#### Build
### Features

* RTL support ([64459e6](https://github.com/CMDBrew/adminterface/commit/64459e61daa62c5ef736a0cc06328874c7f537bc))

## [0.2.3](https://github.com/CMDBrew/adminterface/compare/v0.2.2...v0.2.3) (2021-11-09)


### Build

* **deps:** bump @popperjs/core to v2.10.2 ([f7cb681](https://github.com/CMDBrew/adminterface/commit/f7cb681cd744e83b0702b732acd58b00a63ccc0a))

### [0.2.2](https://github.com/CMDBrew/adminterface/compare/v0.2.1...v0.2.2) (2021-11-03)
## [0.2.2](https://github.com/CMDBrew/adminterface/compare/v0.2.1...v0.2.2) (2021-11-03)


#### Bug Fixes
### Bug Fixes

* add "aria-current": "page" to active nav link ([6cbc538](https://github.com/CMDBrew/adminterface/commit/6cbc538efeee86138450c1cc1aef491bf725a8d8))
* add aria attrs to tabs ([547807b](https://github.com/CMDBrew/adminterface/commit/547807b034bddb1079380729ec5e2209ee409b5c))
Expand All @@ -23,10 +30,10 @@ All notable changes to this project will be documented in this file. See [standa
* remove user-scalable="no" from meta ([bda3b2f](https://github.com/CMDBrew/adminterface/commit/bda3b2fea20de05438f50aa3012529a0feac4792))
* bump Bootstrap to v5.1.3 to address sass parser issues when compiling. See [twbs/bootstrap#35011](https://github.com/twbs/bootstrap/issues/35011) ([46fc25d](https://github.com/CMDBrew/adminterface/commit/46fc25d4682fdf3eb662084d76b4e4360d1913fa))

### [0.2.1](https://github.com/CMDBrew/adminterface/compare/v0.2.0...v0.2.1) (2021-10-29)
## [0.2.1](https://github.com/CMDBrew/adminterface/compare/v0.2.0...v0.2.1) (2021-10-29)


#### Bug Fixes
### Bug Fixes

* fallback value for JSON.parse should be '{}' instead of {} ([727a2ba](https://github.com/CMDBrew/adminterface/commit/727a2bab65145a06428d35408861ad680c08cccd))
* missing thor class for invoke when installing action_text ([e749441](https://github.com/CMDBrew/adminterface/commit/e749441cc9929307899247d09eff3d46943c180f))
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
adminterface (0.2.3)
adminterface (0.3.0)
activeadmin (~> 2.9)
httparty (>= 0.18)
image_processing (~> 1.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/adminterface/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Adminterface
VERSION = "0.2.3"
VERSION = "0.3.0"
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cmdbrew/adminterface",
"version": "0.2.3",
"version": "0.3.0",
"description": "JavaScript dependencies for gem `adminterface`",
"main": "src/base.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ module.exports = {
position: 'left',
activeBaseRegex: `/community/`,
},
{href: '/docs/intro', label: 'v0.2.3 🚧', position: 'right'},
{href: '/docs/intro', label: 'v0.3.0 🚧', position: 'right'},
{
href: 'https://github.com/CMDBrew/adminterface',
position: 'right',
Expand Down

0 comments on commit 00e6bd2

Please sign in to comment.