Skip to content

Commit

Permalink
release: 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
zzxming committed Aug 9, 2024
1 parent 26daeb8 commit 3d454bd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions global.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ declare module '@vue/runtime-core' {
CdxOnlyChild: (typeof import('cdx-component'))['CdxOnlyChild'];
CdxOverlay: (typeof import('cdx-component'))['CdxOverlay'];
CdxPullRefresh: (typeof import('cdx-component'))['CdxPullRefresh'];
CdxResize: (typeof import('cdx-component'))['CdxResize'];
CdxTextEllipsis: (typeof import('cdx-component'))['CdxTextEllipsis'];
CdxTextHighlight: (typeof import('cdx-component'))['CdxTextHighlight'];
CdxTooltip: (typeof import('cdx-component'))['CdxTooltip'];
Expand Down
2 changes: 1 addition & 1 deletion packages/cdx-component/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cdx-component",
"type": "module",
"version": "0.0.8-beta.3",
"version": "0.0.9",
"description": "A Component Library for Vue 3",
"repository": { "type": "git", "url": "git+https://github.com/zzxming/cdx-component" },
"keywords": ["component", "ui", "vue"],
Expand Down
2 changes: 1 addition & 1 deletion packages/cdx-component/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '0.0.8-beta.3';
export const version = '0.0.9';
1 change: 1 addition & 0 deletions types/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ declare module '@vue/runtime-core' {
CdxOnlyChild: (typeof import('../packages/cdx-component'))['CdxOnlyChild'];
CdxOverlay: (typeof import('../packages/cdx-component'))['CdxOverlay'];
CdxPullRefresh: (typeof import('../packages/cdx-component'))['CdxPullRefresh'];
CdxResize: (typeof import('../packages/cdx-component'))['CdxResize'];
CdxTextEllipsis: (typeof import('../packages/cdx-component'))['CdxTextEllipsis'];
CdxTextHighlight: (typeof import('../packages/cdx-component'))['CdxTextHighlight'];
CdxTooltip: (typeof import('../packages/cdx-component'))['CdxTooltip'];
Expand Down

0 comments on commit 3d454bd

Please sign in to comment.