Skip to content

Commit

Permalink
chore: release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoluoboding committed Feb 25, 2024
1 parent a22a987 commit d74930c
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 32 deletions.
19 changes: 17 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
## 0.0.1 (2023-08-23)
# 0.1.0 (2024-02-25)


### Bug Fixes

* fixed the offset ([a33af69](https://github.com/xiaoluoboding/vue-color-wheel/commit/a33af69d8af5e74fe9acfe69a3a82cd66a40d656))


### Features

- first commit ([cb2cead](https://github.com/xiaoluoboding/vue-color-wheel/commit/cb2cead6930a9537a6888bde354d776e65133dec))
* add docs ([a22a987](https://github.com/xiaoluoboding/vue-color-wheel/commit/a22a987cfc59a743066bd66ee917bdb9e9ec197f))
* add gradient mesh ([286001f](https://github.com/xiaoluoboding/vue-color-wheel/commit/286001fc939d692a887eff6a48114bead90a9c87))
* add monochromatic type ([e88c856](https://github.com/xiaoluoboding/vue-color-wheel/commit/e88c856bf6ed72d0b338a903cfaa6060538e6382))
* **core:** add click handle on tracker ([ad658a4](https://github.com/xiaoluoboding/vue-color-wheel/commit/ad658a4103f7436b805121b0eba9f1d154afb0c0))
* **core:** add showBrightness api ([77fa327](https://github.com/xiaoluoboding/vue-color-wheel/commit/77fa3272c4a1fa3be855f74b194576d43dad45a9))
* **core:** finish brightness wheel ([a5601dd](https://github.com/xiaoluoboding/vue-color-wheel/commit/a5601dd775828d90cfc53f9a74d1dced55d723d1))
* **core:** support brightness wheel ([1359bb3](https://github.com/xiaoluoboding/vue-color-wheel/commit/1359bb3af733583bfc2c575387354029b39cadfe))



2 changes: 0 additions & 2 deletions components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ declare module 'vue' {
'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']
'Carbon:moon': typeof import('~icons/carbon/moon')['default']
'Carbon:sun': typeof import('~icons/carbon/sun')['default']
Logo: typeof import('./src/components/Logo.vue')['default']
'Mdi:heart': typeof import('~icons/mdi/heart')['default']
RouterLink: typeof import('vue-router')['RouterLink']
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
"devDependencies": {
"@iconify/json": "^2.2.177",
"@types/node": "^18.19.14",
"@types/web-bluetooth": "^0.0.20",
"@unocss/reset": "^0.55.7",
"@vitejs/plugin-vue": "^4.6.2",
"@vueuse/components": "^10.7.2",
"@vueuse/core": "^10.7.2",
"@vueuse/core": "9.13.0",
"clean-css": "^5.3.3",
"highlight.js": "^11.9.0",
"sass": "^1.70.0",
Expand Down
43 changes: 18 additions & 25 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"emitDeclarationOnly": true,
"outDir": "lib",
"moduleResolution": "Node",
"baseUrl": "./"
"baseUrl": "./",
"types": ["web-bluetooth", "node"]
},
"vueCompilerOptions": {
"skipTemplateCodegen": true
Expand Down

0 comments on commit d74930c

Please sign in to comment.