Skip to content

Commit

Permalink
chore: release 1.5.2 (#2657)
Browse files Browse the repository at this point in the history
* chore: release 1.5.2

* chore: update rollup config
  • Loading branch information
uyarn committed Aug 2, 2023
1 parent 39200be commit 5932335
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ toc: false
docClass: timeline
---

## 🌈 1.5.1 `2023-08-01`
## 🌈 1.5.2 `2023-08-01`
### 🚀 Features
- `Table`:
- 可筛选表格,支持透传 attrs/style/classNames 属性、样式、类名等信息到自定义组件,[issue#2627](https://github.com/Tencent/tdesign-vue/issues/2627) @chaishi ([#2629](https://github.com/Tencent/tdesign-vue/pull/2629))
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tdesign-vue",
"purename": "tdesign",
"version": "1.5.1",
"version": "1.5.2",
"description": "tdesign-vue",
"title": "tdesign-vue",
"keywords": [
Expand Down Expand Up @@ -63,7 +63,7 @@
"lint": "npm run lint:tsc && eslint --ext .vue,.js,.ts,.tsx ./ --max-warnings 0",
"lint:tsc": "tsc --emitDeclarationOnly",
"generate:usage": "node script/generate-usage/index.js",
"test": "npm run test:unit && npm run test:snap",
"test": "npm run test:unit && npm run test:snap",
"test:unit": "vitest run --config vitest.config.js",
"test:update": "vitest run -u && npm run test:snap-update",
"test:unit-dev": "vitest",
Expand Down
4 changes: 2 additions & 2 deletions script/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const getPlugins = ({
}),
ignoreImport({
include: ['src/*/style/*'],
body: 'import "./css.js";',
body: 'import "./style/css.js";',
}),
);
} else if (ignoreLess) {
Expand All @@ -91,7 +91,7 @@ const getPlugins = ({
}),
ignoreImport({
include: ['src/*/style/*'],
body: 'import "./index.js";',
body: 'import "./style/index.js";',
}),
);
}
Expand Down

0 comments on commit 5932335

Please sign in to comment.