Skip to content

Commit a9fca48

Browse files
committed
release: v4.8.1
1 parent bfd1ece commit a9fca48

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
Several quick start options are available:
4848

49-
- [Download the latest release](https://github.com/coreui/coreui-vue/archive/v4.8.0.zip)
49+
- [Download the latest release](https://github.com/coreui/coreui-vue/archive/v4.8.1.zip)
5050
- Clone the repo: `git clone https://github.com/coreui/coreui-vue.git`
5151
- Install with [npm](https://www.npmjs.com/): `npm install @coreui/vue`
5252
- Install with [yarn](https://yarnpkg.com/): `yarn add @coreui/vue`

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"packages/*"
55
],
66
"useWorkspaces": true,
7-
"version": "4.8.0"
7+
"version": "4.8.1"
88
}

packages/coreui-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/vue",
3-
"version": "4.8.0",
3+
"version": "4.8.1",
44
"description": "UI Components Library for Vue.js",
55
"keywords": [
66
"vue",

packages/coreui-vue/src/components/form/CFormCheck.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const CFormCheck = defineComponent({
7272
/**
7373
* Put checkboxes or radios on the opposite side.
7474
*
75-
* @sinve 4.8.0
75+
* @since 4.8.0
7676
*/
7777
reverse: Boolean,
7878
/**

packages/coreui-vue/src/components/form/CFormSwitch.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const CFormSwitch = defineComponent({
2525
/**
2626
* Put checkboxes or radios on the opposite side.
2727
*
28-
* @sinve 4.8.0
28+
* @since 4.8.0
2929
*/
3030
reverse: Boolean,
3131
/**

packages/docs/api/form/CFormCheck.api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import CFormCheck from '@coreui/vue/src/components/form/CFormCheck'
2121
| **invalid** | Set component validation state to invalid. | boolean | - | - |
2222
| **label** | The element represents a caption for a component. | string | - | - |
2323
| **model-value** | The default name for a value passed using v-model. | boolean\|string | - | - |
24-
| **reverse** | Put checkboxes or radios on the opposite side.<br/>`@sinve` 4.8.0 | boolean | - | - |
24+
| **reverse** | Put checkboxes or radios on the opposite side.<br/>`@since` 4.8.0 | boolean | - | - |
2525
| **tooltip-feedback** <br><div class="badge bg-primary">4.3.0+</div> | Display validation feedback in a styled tooltip. | boolean | - | - |
2626
| **type** | Specifies the type of component. | string | `'checkbox'`, `'radio'` | 'checkbox' |
2727
| **valid** | Set component validation state to valid. | boolean | - | - |

packages/docs/api/form/CFormSwitch.api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import CFormSwitch from '@coreui/vue/src/components/form/CFormSwitch'
1414
| **invalid** | Set component validation state to invalid. | boolean | - | - |
1515
| **label** | The element represents a caption for a component. | string | - | - |
1616
| **model-value** | The default name for a value passed using v-model. | boolean\|string | - | - |
17-
| **reverse** | Put checkboxes or radios on the opposite side.<br/>`@sinve` 4.8.0 | boolean | - | - |
17+
| **reverse** | Put checkboxes or radios on the opposite side.<br/>`@since` 4.8.0 | boolean | - | - |
1818
| **size** | Size the component large or extra large. Works only with `switch`. | string | `'lg' \| 'xl'` | - |
1919
| **type** | Specifies the type of component. | string | `'checkbox'`, `'radio'` | 'checkbox' |
2020
| **valid** | Set component validation state to valid. | boolean | - | - |

packages/docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/vue-docs",
3-
"version": "4.8.0",
3+
"version": "4.8.1",
44
"scripts": {
55
"api": "vue-docgen -c build/docgen.config.js",
66
"dev": "vuepress dev --clean-cache",

0 commit comments

Comments
 (0)