Skip to content

Commit

Permalink
release: v4.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrholek committed Sep 20, 2023
1 parent 60976b0 commit 3e249b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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": "4.10.0",
"version": "4.10.1",
"$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": "4.10.0",
"version": "4.10.1",
"description": "UI Components Library for Vue.js",
"keywords": [
"vue",
Expand Down
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": "4.10.0",
"version": "4.10.1",
"scripts": {
"api": "vue-docgen -c build/docgen.config.js",
"dev": "vuepress dev --clean-cache",
Expand Down

0 comments on commit 3e249b6

Please sign in to comment.