Skip to content

Commit d45f8c6

Browse files
committed
release: v0.8.85
1 parent 46d6f24 commit d45f8c6

4 files changed

Lines changed: 21 additions & 4 deletions

File tree

.npmrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
//registry.npmjs.org/:_authToken=${NPM_TOKEN}
2+
13
registry=https://registry.npmmirror.com
24
strict-peer-dependencies=false

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## [0.8.85](https://github.com/WeBankFinTech/fes-design/compare/v0.8.84...v0.8.85) (2026-04-29)
2+
3+
4+
### Bug Fixes
5+
6+
* table multiple=false 时单选框勾选状态不显示 ([#961](https://github.com/WeBankFinTech/fes-design/issues/961)) ([46d6f24](https://github.com/WeBankFinTech/fes-design/commit/46d6f24c9dab2d3d41ffe028969a5be64ea1965c))
7+
* vite8 css 变量处理问题 ([#963](https://github.com/WeBankFinTech/fes-design/issues/963)) ([df12c80](https://github.com/WeBankFinTech/fes-design/commit/df12c800130920d9cc1991677fc3a05d6b625037))
8+
9+
10+
### Features
11+
12+
* include documents in npm package for ai agents ([#960](https://github.com/WeBankFinTech/fes-design/issues/960)) ([3cc476c](https://github.com/WeBankFinTech/fes-design/commit/3cc476c81fb652c7fc3887884d99b46a02de0b74))
13+
14+
15+
116
## [0.8.84](https://github.com/WeBankFinTech/fes-design/compare/v0.8.83...v0.8.84) (2025-11-04)
217

318

components/version/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
const version = '0.8.84';
1+
const version = '0.8.85';
22

33
export default version;

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@fesjs/fes-design",
33
"type": "module",
4-
"version": "0.8.84",
4+
"version": "0.8.85",
55
"packageManager": "pnpm@9.15.2",
66
"description": "fes-design for PC",
77
"author": "winixt",
@@ -56,8 +56,8 @@
5656
"build:style": "node scripts/build-style.js",
5757
"build:type": "node scripts/build-types.js",
5858
"build:icon": "node scripts/build-icon.js",
59-
"build:in-bundle-doc": "docs:build && node script/copyDocs.js",
60-
"build": "build:in-bundle-doc && npm run build:version && npm run build:esm && npm run build:type && cp -rf es/icon . && npm run build:esm-browser && npm run build:umd && npm run build:style && npm run build:icon",
59+
"build:in-bundle-doc": "npm run docs:build && node scripts/copyDocs.cjs",
60+
"build": "npm run build:in-bundle-doc && npm run build:version && npm run build:esm && npm run build:type && cp -rf es/icon . && npm run build:esm-browser && npm run build:umd && npm run build:style && npm run build:icon",
6161
"release": "node scripts/release.js",
6262
"lint-staged": "lint-staged --allow-empty",
6363
"commitlint": "commitlint --config commitlint.config.cjs -e -V",

0 commit comments

Comments
 (0)