Skip to content

Commit

Permalink
fix(marquee): marquee is not exported with correct name
Browse files Browse the repository at this point in the history
  • Loading branch information
07akioni committed Dec 1, 2024
1 parent 9a2d034 commit 3a0773f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.en-US.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## 2.40.3

`2024-12-02`

- Fix marquee is not exported with correct name.

## 2.40.2

`2024-11-26`
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## 2.40.3

`2024-12-02`

- 修复 marquee 没有被用正确的名字导出

## 2.40.2

`2024-11-26`
Expand Down
2 changes: 1 addition & 1 deletion src/marquee/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export { default as NMarqueue } from './src/Marquee'
export { default as NMarquee } from './src/Marquee'
export type * from './src/public-types'

0 comments on commit 3a0773f

Please sign in to comment.