Skip to content

Commit 23edeba

Browse files
authored
release: 0.7.7 (#808)
1 parent 2f26261 commit 23edeba

File tree

6 files changed

+18
-10
lines changed

6 files changed

+18
-10
lines changed

packages/adapter-rslib/package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rstest/adapter-rslib",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "Rstest adapter for rslib configuration",
55
"type": "module",
66
"main": "dist/index.js",
@@ -44,5 +44,13 @@
4444
},
4545
"publishConfig": {
4646
"access": "public"
47+
},
48+
"bugs": {
49+
"url": "https://github.com/web-infra-dev/rstest/issues"
50+
},
51+
"repository": {
52+
"type": "git",
53+
"url": "https://github.com/web-infra-dev/rstest",
54+
"directory": "packages/adapter-rslib"
4755
}
4856
}

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rstest/core",
3-
"version": "0.7.6",
3+
"version": "0.7.7",
44
"description": "The Rsbuild-based test tool.",
55
"bugs": {
66
"url": "https://github.com/web-infra-dev/rstest/issues"

packages/coverage-istanbul/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rstest/coverage-istanbul",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"type": "module",
55
"description": "Istanbul coverage provider for Rstest",
66
"author": "Travis Zhang<https://github.com/travzhang>",

packages/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"displayName": "Rstest",
55
"publisher": "rstack",
66
"description": "VS Code extension for Rstest",
7-
"version": "0.7.6",
7+
"version": "0.7.7",
88
"private": true,
99
"license": "MIT",
1010
"repository": {

website/docs/en/guide/integration/rslib.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To add Rstest to an existing project, follow the [Quick Start](/guide/start/quic
2020

2121
## Reuse Rslib config
2222

23-
`@rstest/adapter-rslib` is an official adapter that allows Rstest to automatically inherit configuration from your existing Rslib config file. This ensures your test environment matches your build configuration without duplication.
23+
[@rstest/adapter-rslib](https://www.npmjs.com/package/@rstest/adapter-rslib) is an official adapter that allows Rstest to automatically inherit configuration from your existing Rslib config file. This ensures your test environment matches your build configuration without duplication.
2424

2525
### Install adapter
2626

@@ -58,7 +58,7 @@ export default defineConfig({
5858
});
5959
```
6060

61-
See the `@rstest/adapter-rslib` docs for advanced options.
61+
See the [`@rstest/adapter-rslib` documentation](https://www.npmjs.com/package/@rstest/adapter-rslib) for advanced options.
6262

6363
### Configuration mapping
6464

@@ -96,6 +96,6 @@ export default defineConfig({
9696

9797
## Related documentation
9898

99-
- [Adapter documentation](https://www.npmjs.com/package/@rstest/adapter-rslib)
99+
- [`@rstest/adapter-rslib` documentation](https://www.npmjs.com/package/@rstest/adapter-rslib)
100100
- [Rslib configuration overview](https://rslib.rs/config)
101101
- [Rstest configuration overview](/config/)

website/docs/zh/guide/integration/rslib.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ npx create-rslib --template react-ts --tools rstest --dir my-project
2020

2121
## 复用 Rslib 配置
2222

23-
`@rstest/adapter-rslib` 是 Rstest 官方提供的适配器,允许 Rstest 自动继承现有 Rslib 配置文件中的配置。这样可以确保测试环境与构建配置一致,避免重复配置。
23+
[@rstest/adapter-rslib](https://www.npmjs.com/package/@rstest/adapter-rslib) 是 Rstest 官方提供的适配器,允许 Rstest 自动继承现有 Rslib 配置文件中的配置。这样可以确保测试环境与构建配置一致,避免重复配置。
2424

2525
### 安装适配器
2626

@@ -58,7 +58,7 @@ export default defineConfig({
5858
});
5959
```
6060

61-
更多高级选项请参考 `@rstest/adapter-rslib` 文档。
61+
更多高级选项请参考 [`@rstest/adapter-rslib` 文档](https://www.npmjs.com/package/@rstest/adapter-rslib)
6262

6363
### 配置映射
6464

@@ -96,6 +96,6 @@ export default defineConfig({
9696

9797
## 相关文档
9898

99-
- [适配器文档](https://www.npmjs.com/package/@rstest/adapter-rslib)
99+
- [`@rstest/adapter-rslib` 文档](https://www.npmjs.com/package/@rstest/adapter-rslib)
100100
- [Rslib 配置概览](https://rslib.rs/config)
101101
- [Rstest 配置概览](/config/)

0 commit comments

Comments
 (0)