Skip to content

Commit

Permalink
release: v5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrholek committed Jul 26, 2024
1 parent 408f69d commit def1903
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 85 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

Several quick start options are available:

- [Download the latest release](https://github.com/coreui/coreui-vue/archive/v5.0.0.zip)
- [Download the latest release](https://github.com/coreui/coreui-vue/archive/v5.2.0.zip)
- Clone the repo: `git clone https://github.com/coreui/coreui-vue.git`
- Install with [npm](https://www.npmjs.com/): `npm install @coreui/vue`
- Install with [yarn](https://yarnpkg.com/): `yarn add @coreui/vue`
Expand Down Expand Up @@ -134,6 +134,7 @@ import "bootstrap/dist/css/bootstrap.min.css";
- [Vue Progress](https://coreui.io/vue/docs/components/progress.html)
- [Vue Radio](https://coreui.io/vue/docs/forms/radio.html)
- [Vue Range](https://coreui.io/vue/docs/forms/range.html)
- [Vue Rating](https://coreui.io/vue/docs/forms/rating.html)
- [Vue Select](https://coreui.io/vue/docs/forms/select.html)
- [Vue Sidebar](https://coreui.io/vue/docs/components/sidebar.html)
- [Vue Smart Pagination](https://coreui.io/vue/docs/components/smart-pagination.html) **PRO**
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"npmClient": "yarn",
"packages": ["packages/*"],
"version": "5.1.0",
"version": "5.2.0",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
3 changes: 2 additions & 1 deletion packages/coreui-vue/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

Several quick start options are available:

- [Download the latest release](https://github.com/coreui/coreui-vue/archive/v4.4.0.zip)
- [Download the latest release](https://github.com/coreui/coreui-vue/archive/v5.2.0.zip)
- Clone the repo: `git clone https://github.com/coreui/coreui-vue.git`
- Install with [npm](https://www.npmjs.com/): `npm install @coreui/vue`
- Install with [yarn](https://yarnpkg.com/): `yarn add @coreui/vue`
Expand Down Expand Up @@ -134,6 +134,7 @@ import "bootstrap/dist/css/bootstrap.min.css";
- [Vue Progress](https://coreui.io/vue/docs/components/progress.html)
- [Vue Radio](https://coreui.io/vue/docs/forms/radio.html)
- [Vue Range](https://coreui.io/vue/docs/forms/range.html)
- [Vue Rating](https://coreui.io/vue/docs/forms/rating.html)
- [Vue Select](https://coreui.io/vue/docs/forms/select.html)
- [Vue Sidebar](https://coreui.io/vue/docs/components/sidebar.html)
- [Vue Smart Pagination](https://coreui.io/vue/docs/components/smart-pagination.html) **PRO**
Expand Down
2 changes: 1 addition & 1 deletion packages/coreui-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coreui/vue",
"version": "5.1.0",
"version": "5.2.0",
"description": "UI Components Library for Vue.js",
"keywords": [
"vue",
Expand Down
80 changes: 0 additions & 80 deletions packages/docs/README.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coreui/vue-docs",
"version": "5.1.0",
"version": "5.2.0",
"scripts": {
"api": "vue-docgen -c build/docgen.config.js",
"dev": "vuepress dev --clean-cache",
Expand Down

0 comments on commit def1903

Please sign in to comment.