We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 60976b0 commit 3e249b6Copy full SHA for 3e249b6
lerna.json
@@ -1,6 +1,6 @@
1
{
2
"npmClient": "yarn",
3
"packages": ["packages/*"],
4
- "version": "4.10.0",
+ "version": "4.10.1",
5
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
6
}
packages/coreui-vue/package.json
"name": "@coreui/vue",
"description": "UI Components Library for Vue.js",
"keywords": [
"vue",
packages/docs/package.json
"name": "@coreui/vue-docs",
"scripts": {
"api": "vue-docgen -c build/docgen.config.js",
"dev": "vuepress dev --clean-cache",
0 commit comments