diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c62ed8..9ace6c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## [3.0.0] 2022-06-24 + +- Renamed components name prefix from Vsud to Soft. + ## [2.0.0] 2022-03-30 ### Bug fixing diff --git a/README.md b/README.md index 3a39152..b5eed66 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # [Vue Soft UI Dashboard](http://demos.creative-tim.com/vue-soft-ui-dashboard/?ref=readme-vsud) [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&logo=twitter)](https://twitter.com/intent/tweet?url=https://www.creative-tim.com/product/vue-soft-ui-dashboard&text=Check%20Vue%20Soft%20UI%20Dashboard%20made%20by%20@CreativeTim%20#webdesign%20#dashboard%20#softdesign%20#vue%20https://www.creative-tim.com/product/vue-soft-ui-dashboard) -![version](https://img.shields.io/badge/version-2.0.0-blue.svg) [![GitHub issues open](https://img.shields.io/github/issues/creativetimofficial/vue-soft-ui-dashboard.svg)](https://github.com/creativetimofficial/vue-soft-ui-dashboard/issues?q=is%3Aopen+is%3Aissue) [![GitHub issues closed](https://img.shields.io/github/issues-closed-raw/creativetimofficial/vue-soft-ui-dashboard.svg)](https://github.com/creativetimofficial/vue-soft-ui-dashboard/issues?q=is%3Aissue+is%3Aclosed) +![version](https://img.shields.io/badge/version-3.0.0-blue.svg) [![GitHub issues open](https://img.shields.io/github/issues/creativetimofficial/vue-soft-ui-dashboard.svg)](https://github.com/creativetimofficial/vue-soft-ui-dashboard/issues?q=is%3Aopen+is%3Aissue) [![GitHub issues closed](https://img.shields.io/github/issues-closed-raw/creativetimofficial/vue-soft-ui-dashboard.svg)](https://github.com/creativetimofficial/vue-soft-ui-dashboard/issues?q=is%3Aissue+is%3Aclosed) ![Image](https://s3.amazonaws.com/creativetim_bucket/products/591/original/vue-soft-ui-dashboard.jpg) diff --git a/package.json b/package.json index ec80880..7a11be2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-soft-ui-dashboard", - "version": "2.0.0", + "version": "3.0.0", "private": true, "author": "Creative Tim", "license": "SEE LICENSE IN ", diff --git a/public/index.html b/public/index.html index 551f40b..a421ee4 100644 --- a/public/index.html +++ b/public/index.html @@ -1,6 +1,6 @@