Skip to content

Commit

Permalink
2.40.3
Browse files Browse the repository at this point in the history
  • Loading branch information
07akioni committed Dec 1, 2024
1 parent 3a0773f commit c58f97e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "naive-ui",
"version": "2.40.2",
"version": "2.40.3",
"packageManager": "[email protected]",
"description": "A Vue 3 Component Library. Fairly Complete, Theme Customizable, Uses TypeScript, Fast",
"author": "07akioni",
Expand Down
4 changes: 2 additions & 2 deletions src/marquee/tests/Marquee.spec.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { mount } from '@vue/test-utils'
import { NMarqueue } from '../index'
import { NMarquee } from '../index'

describe('n-marquee', () => {
it('should work with import on demand', () => {
mount(NMarqueue)
mount(NMarquee)
})
})
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '2.40.2'
export default '2.40.3'
2 changes: 1 addition & 1 deletion volar.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ declare module 'vue' {
NVirtualList: (typeof import('naive-ui'))['NVirtualList']
NWatermark: (typeof import('naive-ui'))['NWatermark']
NHighlight: (typeof import('naive-ui'))['NHighlight']
NMarqueue: (typeof import('naive-ui'))['NMarqueue']
NMarquee: (typeof import('naive-ui'))['NMarquee']
}
}
export {}

0 comments on commit c58f97e

Please sign in to comment.