Skip to content

Commit

Permalink
release: v0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
qq15725 committed Apr 25, 2023
1 parent 3bc045d commit cd57d13
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.5.3](https://github.com/qq15725/veno-ui/compare/v0.5.2...v0.5.3) (2023-04-25)



## [0.5.2](https://github.com/qq15725/veno-ui/compare/v0.5.1...v0.5.2) (2023-04-25)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@veno-ui/monorepo",
"version": "0.5.2",
"version": "0.5.3",
"private": true,
"packageManager": "pnpm@8.2.0",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/api-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@veno-ui/api-generator",
"version": "0.5.2",
"version": "0.5.3",
"description": "Api generator for Veno UI",
"author": "wxm",
"license": "MIT",
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": "docs",
"version": "0.5.2",
"version": "0.5.3",
"private": true,
"scripts": {
"dev": "vite --open",
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@veno-ui/markdown",
"version": "0.5.2",
"version": "0.5.3",
"description": "Markdown renderer for Veno UI",
"author": "wxm",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@veno-ui/utils",
"version": "0.5.2",
"version": "0.5.3",
"description": "Utils for Veno UI",
"author": "wxm",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/veno-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "veno-ui",
"version": "0.5.2",
"version": "0.5.3",
"description": "A Vue 3 UI Library. Uses Composable.",
"author": "wxm",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@veno-ui/vite-plugin-markdown",
"version": "0.5.2",
"version": "0.5.3",
"description": "Vite Markdown Plugin for VenoUI",
"author": "wxm",
"license": "MIT",
Expand Down

1 comment on commit cd57d13

@vercel
Copy link

@vercel vercel bot commented on cd57d13 Apr 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

veno-ui – ./

veno-ui.vercel.app
venojs.com
veno-ui-git-main-qq15725.vercel.app
veno-ui-qq15725.vercel.app

Please sign in to comment.