Skip to content

Commit 792fdc5

Browse files
authored
Merge pull request #56 from Harhao/changeset-release/master
chore: 修正演示模版文件引入问题处理
2 parents d4ebf39 + e8d8fb9 commit 792fdc5

21 files changed

Lines changed: 71 additions & 45 deletions

File tree

packages/bundlekit-cli-mcp/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @bundlekit/cli-mcp
22

3+
## 0.1.17
4+
5+
### Patch Changes
6+
7+
- @bundlekit/cli@0.0.22
8+
39
## 0.1.16
410

511
### Patch Changes

packages/bundlekit-cli-mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bundlekit/cli-mcp",
3-
"version": "0.1.16",
3+
"version": "0.1.17",
44
"description": "BundleKit CLI 的 MCP 服务器,暴露项目创建和插件管理工具",
55
"type": "module",
66
"main": "./dist/index.mjs",

packages/bundlekit-cli/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @bundlekit/cli
22

3+
## 0.0.22
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [8a8e52f]
8+
- @bundlekit/plugin-angular@0.0.5
9+
- @bundlekit/plugin-svelte@0.0.5
10+
- @bundlekit/plugin-react@0.0.16
11+
- @bundlekit/plugin-vue@0.0.16
12+
313
## 0.0.21
414

515
### Patch Changes

packages/bundlekit-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bundlekit/cli",
3-
"version": "0.0.21",
3+
"version": "0.0.22",
44
"description": "a cli tool serve for generate frontend project",
55
"type": "module",
66
"main": "./dist/index.mjs",

packages/bundlekit-plugin-angular/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @bundlekit/plugin-angular
22

3+
## 0.0.5
4+
5+
### Patch Changes
6+
7+
- 8a8e52f: 修正演示模版文件引入问题处理
8+
39
## 0.0.4
410

511
### Patch Changes

packages/bundlekit-plugin-angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bundlekit/plugin-angular",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "Angular plugin for bundlekit - provides Angular 17+ standalone build support and project templates (SPA / SSR / MPA)",
55
"main": "./index.ts",
66
"type": "module",

packages/bundlekit-plugin-angular/templates/template-angular-js/src/app/app.component.js.ejs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,17 @@ import { Component } from "@angular/core";
3434
🚀 Clicked {{ count }} times
3535
</button>
3636
<div class="links">
37-
<a href="https://bundlekit.dev" target="_blank" rel="noreferrer" class="link">
37+
<a href="https://bundlekit.harhao.workers.dev/" target="_blank" rel="noreferrer" class="link">
3838
📖 Documentation
3939
</a>
40-
<a href="https://github.com/nicepkg/bundlekit" target="_blank" rel="noreferrer" class="link">
40+
<a href="https://github.com/Harhao/bundlekit" target="_blank" rel="noreferrer" class="link">
4141
⭐ GitHub
4242
</a>
4343
</div>
4444
</div>
4545
<p class="footer">
4646
Built with
47-
<a href="https://bundlekit.dev" target="_blank" rel="noreferrer" class="footer-link">
47+
<a href="https://bundlekit.harhao.workers.dev/" target="_blank" rel="noreferrer" class="footer-link">
4848
BundleKit
4949
</a>
5050
</p>

packages/bundlekit-plugin-angular/templates/template-angular-ts/src/app/app.component.ts.ejs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,17 @@ import { Component } from "@angular/core";
3434
🚀 Clicked {{ count }} times
3535
</button>
3636
<div class="links">
37-
<a href="https://bundlekit.dev" target="_blank" rel="noreferrer" class="link">
37+
<a href="https://bundlekit.harhao.workers.dev/" target="_blank" rel="noreferrer" class="link">
3838
📖 Documentation
3939
</a>
40-
<a href="https://github.com/nicepkg/bundlekit" target="_blank" rel="noreferrer" class="link">
40+
<a href="https://github.com/Harhao/bundlekit" target="_blank" rel="noreferrer" class="link">
4141
⭐ GitHub
4242
</a>
4343
</div>
4444
</div>
4545
<p class="footer">
4646
Built with
47-
<a href="https://bundlekit.dev" target="_blank" rel="noreferrer" class="footer-link">
47+
<a href="https://bundlekit.harhao.workers.dev/" target="_blank" rel="noreferrer" class="footer-link">
4848
BundleKit
4949
</a>
5050
</p>

packages/bundlekit-plugin-react/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @bundlekit/plugin-react
22

3+
## 0.0.16
4+
5+
### Patch Changes
6+
7+
- 8a8e52f: 修正演示模版文件引入问题处理
8+
39
## 0.0.15
410

511
### Patch Changes

packages/bundlekit-plugin-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bundlekit/plugin-react",
3-
"version": "0.0.15",
3+
"version": "0.0.16",
44
"description": "React plugin for bundlekit - provides React build support and project templates",
55
"main": "./index.ts",
66
"type": "module",

0 commit comments

Comments
 (0)