Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdef1903

Browse files
committed
release: v5.2.0
1 parent408f69d commitdef1903

File tree

6 files changed

+7
-85
lines changed

6 files changed

+7
-85
lines changed

‎README.md

Lines changed: 2 additions & 1 deletion
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/v5.0.0.zip)
49+
-[Download the latest release](https://github.com/coreui/coreui-vue/archive/v5.2.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`
@@ -134,6 +134,7 @@ import "bootstrap/dist/css/bootstrap.min.css";
134134
-[Vue Progress](https://coreui.io/vue/docs/components/progress.html)
135135
-[Vue Radio](https://coreui.io/vue/docs/forms/radio.html)
136136
-[Vue Range](https://coreui.io/vue/docs/forms/range.html)
137+
-[Vue Rating](https://coreui.io/vue/docs/forms/rating.html)
137138
-[Vue Select](https://coreui.io/vue/docs/forms/select.html)
138139
-[Vue Sidebar](https://coreui.io/vue/docs/components/sidebar.html)
139140
-[Vue Smart Pagination](https://coreui.io/vue/docs/components/smart-pagination.html)**PRO**

‎lerna.json

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

‎packages/coreui-vue/README.md

Lines changed: 2 additions & 1 deletion
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/v5.2.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`
@@ -134,6 +134,7 @@ import "bootstrap/dist/css/bootstrap.min.css";
134134
-[Vue Progress](https://coreui.io/vue/docs/components/progress.html)
135135
-[Vue Radio](https://coreui.io/vue/docs/forms/radio.html)
136136
-[Vue Range](https://coreui.io/vue/docs/forms/range.html)
137+
-[Vue Rating](https://coreui.io/vue/docs/forms/rating.html)
137138
-[Vue Select](https://coreui.io/vue/docs/forms/select.html)
138139
-[Vue Sidebar](https://coreui.io/vue/docs/components/sidebar.html)
139140
-[Vue Smart Pagination](https://coreui.io/vue/docs/components/smart-pagination.html)**PRO**

‎packages/coreui-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"@coreui/vue",
3-
"version":"5.1.0",
3+
"version":"5.2.0",
44
"description":"UI Components Library for Vue.js",
55
"keywords": [
66
"vue",

‎packages/docs/README.md

Lines changed: 0 additions & 80 deletions
This file was deleted.

‎packages/docs/package.json

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp