Skip to content

Commit

Permalink
chore: build [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Javey committed Nov 20, 2024
1 parent 265ca9b commit e3c450a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/input/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {Dialog} from '../dialog';
import { Component } from 'intact';

describe('Input', () => {
// afterEach(() => {unmount()});
afterEach(() => {unmount()});

it('basic test', async () => {
const [instance, element] = mount(BasicDemo);
Expand Down
4 changes: 2 additions & 2 deletions index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* @king-design v3.4.5
* @king-design v3.5.0-beta.0
*
* Copyright (c) Kingsoft Cloud
* Released under the MIT License
Expand Down Expand Up @@ -69,6 +69,6 @@ export * from './components/upload';
export * from './components/view';
export * from './components/wave';

export const version = '3.4.5';
export const version = '3.5.0-beta.0';

/* generate end */

0 comments on commit e3c450a

Please sign in to comment.