Skip to content

Commit a6f5e12

Browse files
committed
2.42.0
1 parent de3f2aa commit a6f5e12

8 files changed

Lines changed: 12 additions & 12 deletions

File tree

CHANGELOG.en-US.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## NEXT_VERSION
3+
## 2.42.0
44

55
### Breaking Changes
66

CHANGELOG.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## NEXT_VERSION
3+
## 2.42.0
44

55
### Breaking Changes
66

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "naive-ui",
3-
"version": "2.41.1",
3+
"version": "2.42.0",
44
"packageManager": "pnpm@9.5.0",
55
"description": "A Vue 3 Component Library. Fairly Complete, Theme Customizable, Uses TypeScript, Fast",
66
"author": "07akioni",

src/anchor/demos/enUS/index.demo-entry.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ scrollto.vue
3636

3737
### AnchorLink Slots
3838

39-
| Name | Parameters | Description | Version |
40-
| ----- | ---------- | ---------------------- | ------------ |
41-
| title | `()` | The title of the link. | NEXT_VERSION |
39+
| Name | Parameters | Description | Version |
40+
| ----- | ---------- | ---------------------- | ------- |
41+
| title | `()` | The title of the link. | 2.42.0 |
4242

4343
### Anchor Methods
4444

src/anchor/demos/zhCN/index.demo-entry.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ max-height-debug.vue
3737

3838
### AnchorLink Slots
3939

40-
| 名称 | 参数 | 说明 | 版本 |
41-
| ----- | ---- | -------- | ------------ |
42-
| title | `()` | 锚点标题 | NEXT_VERSION |
40+
| 名称 | 参数 | 说明 | 版本 |
41+
| ----- | ---- | -------- | ------ |
42+
| title | `()` | 锚点标题 | 2.42.0 |
4343

4444
### Anchor Methods
4545

src/input-otp/demos/enUS/index.demo-entry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pattern.vue
2424
| Name | Type | Type Alais | Default | Description | Version |
2525
| --- | --- | --- | --- | --- | --- |
2626
| allow-input | `(char: string, index: number, currentValue: string[]) => boolean` | `InputOtpAllowInput` | `undefined` | Check the incoming value, if it returns `false`, input will not be accepted. | 2.41.1 |
27-
| block | `boolean` | | `false` | Whether to fit its width to its parent's width. | NEXT_VERSION |
27+
| block | `boolean` | | `false` | Whether to fit its width to its parent's width. | 2.42.0 |
2828
| default-value | `string[]` | | `[]` | Default value. | 2.41.1 |
2929
| disabled | `boolean` | | `false` | Whether the component is disabled. | 2.41.1 |
3030
| gap | `string \| number` | | `undefined` | Gap between different input. If not specified, the default styling would be applied. | 2.41.1 |

src/input-otp/demos/zhCN/index.demo-entry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ rtl-debug.vue
2525
| 名称 | 类型 | 类型别名 | 默认值 | 说明 | 版本 |
2626
| --- | --- | --- | --- | --- | --- |
2727
| allow-input | `(char: string, index: number, currentValue: string[]) => boolean` | `InputOtpAllowInput` | `undefined` | 校验当前的输入是否合法,如果返回 `false` 输入框便不会响应此次的输入 | 2.41.1 |
28-
| block | `boolean` | | `false` | 是否将宽度调整为父元素宽度 | NEXT_VERSION |
28+
| block | `boolean` | | `false` | 是否将宽度调整为父元素宽度 | 2.42.0 |
2929
| default-value | `string[]` | | `[]` | 默认值 | 2.41.1 |
3030
| disabled | `boolean` | | `false` | 是否禁用 | 2.41.1 |
3131
| gap | `string \| number` | | `undefined` | 不同输入框之间的距离,如果不设定将使用默认值 | 2.41.1 |

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default '2.41.1'
1+
export default '2.42.0'

0 commit comments

Comments
 (0)