Skip to content

Commit

Permalink
release: v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrholek committed May 30, 2024
1 parent fd9e5e3 commit 1fd45ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
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.0.0",
"version": "5.1.0",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
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.0.0",
"version": "5.1.0",
"description": "UI Components Library for Vue.js",
"keywords": [
"vue",
Expand Down
3 changes: 1 addition & 2 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coreui/vue-docs",
"version": "5.0.0",
"version": "5.1.0",
"scripts": {
"api": "vue-docgen -c build/docgen.config.js",
"dev": "vuepress dev --clean-cache",
Expand All @@ -19,7 +19,6 @@
"@vuepress/bundler-vite": "2.0.0-rc.12",
"@vuepress/bundler-webpack": "2.0.0-rc.12",
"@vuepress/plugin-active-header-links": "2.0.0-rc.31",
"@vuepress/plugin-back-to-top": "2.0.0-rc.31",
"@vuepress/plugin-git": "2.0.0-rc.31",
"@vuepress/plugin-markdown-container": "2.0.0-rc.30",
"@vuepress/plugin-prismjs": "2.0.0-rc.32",
Expand Down

0 comments on commit 1fd45ef

Please sign in to comment.