Skip to content

Commit

Permalink
chore: release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoluoboding committed May 20, 2024
1 parent 4f7eadd commit 0977b7e
Show file tree
Hide file tree
Showing 4 changed files with 1,377 additions and 1,166 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# 0.1.0 (2024-02-25)
## [0.1.1](https://github.com/xiaoluoboding/vue-color-wheel/compare/v0.1.0...v0.1.1) (2024-05-20)


### Features

* add click handle for wheel ([9b6c38e](https://github.com/xiaoluoboding/vue-color-wheel/commit/9b6c38ed1abe2deb933673ca8b44041161e271a4))
* add og image ([33fd37e](https://github.com/xiaoluoboding/vue-color-wheel/commit/33fd37e57d25e0ff2fc4f7c9d19bf04533a947d7))
* extract the component ([3aa2cd5](https://github.com/xiaoluoboding/vue-color-wheel/commit/3aa2cd5f58a611b7af96ea10e226669922c78fa0))



# [0.1.0](https://github.com/xiaoluoboding/vue-color-wheel/compare/e88c856bf6ed72d0b338a903cfaa6060538e6382...v0.1.0) (2024-02-25)


### Bug Fixes
Expand Down
6 changes: 0 additions & 6 deletions components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,7 @@ export {}

declare module 'vue' {
export interface GlobalComponents {
'Carbon:cafe': typeof import('~icons/carbon/cafe')['default']
'Carbon:logoGithub': typeof import('~icons/carbon/logo-github')['default']
'Carbon:logoTwitter': typeof import('~icons/carbon/logo-twitter')['default']
GradientAnimation: typeof import('./src/components/GradientAnimation.vue')['default']
Logo: typeof import('./src/components/Logo.vue')['default']
'Mdi:heart': typeof import('~icons/mdi/heart')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
}
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-color-wheel",
"description": "A Color Wheel Picker for Vue",
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"author": "xiaoluoboding <[email protected]>",
"scripts": {
Expand Down Expand Up @@ -31,27 +31,27 @@
},
"types": "./lib/index.d.ts",
"devDependencies": {
"@iconify/json": "^2.2.177",
"@types/node": "^18.19.14",
"@iconify/json": "^2.2.212",
"@types/node": "^18.19.33",
"@types/web-bluetooth": "^0.0.20",
"@unocss/reset": "^0.55.7",
"@vitejs/plugin-vue": "^4.6.2",
"@vueuse/core": "9.13.0",
"clean-css": "^5.3.3",
"highlight.js": "^11.9.0",
"sass": "^1.70.0",
"sass": "^1.77.2",
"typescript": "^4.9.5",
"unocss": "^0.55.7",
"unplugin-icons": "^0.16.6",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.5.2",
"vue": "^3.4.15",
"vite": "^4.5.3",
"vue": "^3.4.27",
"vue-tsc": "^1.8.27"
},
"dependencies": {
"colord": "^2.9.3",
"gsap": "^3.12.5",
"moveable": "^0.53.0",
"vue-sonner": "^1.0.3"
"vue-sonner": "^1.1.2"
}
}
Loading

0 comments on commit 0977b7e

Please sign in to comment.