Skip to content

Commit

Permalink
chore: releae V1.6.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nonzzz committed Jul 14, 2022
1 parent 34f79c0 commit 555506c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fect-ui/vue",
"version": "1.6.0-rc.0",
"version": "1.6.0-rc.1",
"description": "Minimalist UI components built on Vue",
"main": "dist/cjs/index.cjs.js",
"module": "dist/esm/index.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const version = '1.6.0-rc.0'
const version = '1.6.0-rc.1'

import { App } from 'vue'

Expand Down

0 comments on commit 555506c

Please sign in to comment.