Skip to content

Commit

Permalink
release: v5.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrholek committed Oct 29, 2024
1 parent 1c3a395 commit 741c27b
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

Several quick start options are available:

- [Download the latest release](https://github.com/coreui/coreui-vue/archive/v5.4.0.zip)
- [Download the latest release](https://github.com/coreui/coreui-vue/archive/v5.4.1.zip)
- Clone the repo: `git clone https://github.com/coreui/coreui-vue.git`
- Install with [npm](https://www.npmjs.com/): `npm install @coreui/vue`
- Install with [yarn](https://yarnpkg.com/): `yarn add @coreui/vue`
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"npmClient": "yarn",
"packages": ["packages/*"],
"version": "5.4.0",
"version": "5.4.1",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
2 changes: 1 addition & 1 deletion packages/coreui-vue/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

Several quick start options are available:

- [Download the latest release](https://github.com/coreui/coreui-vue/archive/v5.4.0.zip)
- [Download the latest release](https://github.com/coreui/coreui-vue/archive/v5.4.1.zip)
- Clone the repo: `git clone https://github.com/coreui/coreui-vue.git`
- Install with [npm](https://www.npmjs.com/): `npm install @coreui/vue`
- Install with [yarn](https://yarnpkg.com/): `yarn add @coreui/vue`
Expand Down
2 changes: 1 addition & 1 deletion packages/coreui-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coreui/vue",
"version": "5.4.0",
"version": "5.4.1",
"description": "UI Components Library for Vue.js",
"keywords": [
"vue",
Expand Down
8 changes: 5 additions & 3 deletions packages/docs/api/nav/CNavItem.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import CNavItem from '@coreui/vue/src/components/nav/CNavItem'

#### Props

| Prop name | Description | Type | Values | Default |
| --------- | --------------------------------------------------------------------------------------- | ------ | ------ | ------- |
| **as** | Component used for the root node. Either a string to use a HTML element or a component. | string | - | 'li' |
| Prop name | Description | Type | Values | Default |
| ------------ | --------------------------------------------------------------------------------------- | ------- | ------ | ------- |
| **active** | Toggle the active state for the component. | boolean | - | - |
| **as** | Component used for the root node. Either a string to use a HTML element or a component. | string | - | 'li' |
| **disabled** | Toggle the disabled state for the component. | boolean | - | - |
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coreui/vue-docs",
"version": "5.4.0",
"version": "5.4.1",
"scripts": {
"api": "vue-docgen -c build/docgen.config.js",
"dev": "vuepress dev --clean-cache",
Expand Down

0 comments on commit 741c27b

Please sign in to comment.