Skip to content

Commit 1fd45ef

Browse files
committed
release: v5.1.0
1 parent fd9e5e3 commit 1fd45ef

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

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": "5.0.0",
4+
"version": "5.1.0",
55
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
66
}

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

Diff for: packages/docs/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/vue-docs",
3-
"version": "5.0.0",
3+
"version": "5.1.0",
44
"scripts": {
55
"api": "vue-docgen -c build/docgen.config.js",
66
"dev": "vuepress dev --clean-cache",
@@ -19,7 +19,6 @@
1919
"@vuepress/bundler-vite": "2.0.0-rc.12",
2020
"@vuepress/bundler-webpack": "2.0.0-rc.12",
2121
"@vuepress/plugin-active-header-links": "2.0.0-rc.31",
22-
"@vuepress/plugin-back-to-top": "2.0.0-rc.31",
2322
"@vuepress/plugin-git": "2.0.0-rc.31",
2423
"@vuepress/plugin-markdown-container": "2.0.0-rc.30",
2524
"@vuepress/plugin-prismjs": "2.0.0-rc.32",

0 commit comments

Comments
 (0)