Skip to content

Commit 51a4ceb

Browse files
committedNov 10, 2022
release: v4.5.0
1 parent 384cd5b commit 51a4ceb

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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.4.0.zip)
49+
- [Download the latest release](https://github.com/coreui/coreui-vue/archive/v4.5.0.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.4.0"
7+
"version": "4.5.0"
88
}

‎packages/coreui-vue/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/vue",
3-
"version": "4.4.0",
3+
"version": "4.5.0",
44
"description": "UI Components Library for Vue.js",
55
"keywords": [
66
"vue",
@@ -34,7 +34,7 @@
3434
"build": "rollup -c"
3535
},
3636
"config": {
37-
"version_short": "4.4"
37+
"version_short": "4.5"
3838
},
3939
"devDependencies": {
4040
"@popperjs/core": "^2.11.6",

‎packages/docs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@coreui/vue-docs",
3-
"version": "4.4.0",
3+
"version": "4.5.0",
44
"config": {
5-
"version_short": "4.4"
5+
"version_short": "4.5"
66
},
77
"scripts": {
88
"api": "vue-docgen -c build/docgen.config.js",

0 commit comments

Comments
 (0)
Please sign in to comment.