Skip to content

Commit fc4fc28

Browse files
committed
release: v4.1.1
1 parent c9c0ff0 commit fc4fc28

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
@@ -43,7 +43,7 @@
4343

4444
Several quick start options are available:
4545

46-
- [Download the latest release](https://github.com/coreui/coreui-vue/archive/v4.1.0.zip)
46+
- [Download the latest release](https://github.com/coreui/coreui-vue/archive/v4.1.1.zip)
4747
- Clone the repo: `git clone https://github.com/coreui/coreui-vue.git`
4848
- Install with [npm](https://www.npmjs.com/): `npm install @coreui/vue`
4949
- Install with [yarn](https://yarnpkg.com/): `yarn add @coreui/vue`

Diff for: 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.1.0"
7+
"version": "4.1.1"
88
}

Diff for: packages/coreui-vue/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
Several quick start options are available:
4545

46-
- [Download the latest release](https://github.com/coreui/coreui-vue/archive/v4.1.0.zip)
46+
- [Download the latest release](https://github.com/coreui/coreui-vue/archive/v4.1.1.zip)
4747
- Clone the repo: `git clone https://github.com/coreui/coreui-vue.git`
4848
- Install with [npm](https://www.npmjs.com/): `npm install @coreui/vue`
4949
- 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.1.0",
3+
"version": "4.1.1",
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.1.0",
3+
"version": "4.1.1",
44
"config": {
55
"version_short": "4.1"
66
},

0 commit comments

Comments
 (0)