Skip to content

Commit 02bf4b3

Browse files
committed
release: v4.10.2
1 parent e85bb99 commit 02bf4b3

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Diff for: 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.9.0.zip)
49+
- [Download the latest release](https://github.com/coreui/coreui-vue/archive/v4.10.2.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`

Diff for: lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"npmClient": "yarn",
33
"packages": ["packages/*"],
4-
"version": "4.10.1",
4+
"version": "4.10.2",
55
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
66
}

Diff for: packages/coreui-vue/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.4.0.zip)
49+
- [Download the latest release](https://github.com/coreui/coreui-vue/archive/v4.10.2.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`

Diff for: 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.10.1",
3+
"version": "4.10.2",
44
"description": "UI Components Library for Vue.js",
55
"keywords": [
66
"vue",

Diff for: 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.10.1",
3+
"version": "4.10.2",
44
"scripts": {
55
"api": "vue-docgen -c build/docgen.config.js",
66
"dev": "vuepress dev --clean-cache",

0 commit comments

Comments
 (0)