Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
hemengke1997 committed May 10, 2024
1 parent 4131ab3 commit 540f38a
Show file tree
Hide file tree
Showing 6 changed files with 278 additions and 53 deletions.
6 changes: 6 additions & 0 deletions packages/istanbul-widget/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# istanbul-widget

## 1.5.3

### Patch Changes

- type fix

## 1.5.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/istanbul-widget/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "istanbul-widget",
"version": "1.5.2",
"version": "1.5.3",
"type": "module",
"files": [
"components.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/vite-plugin-istanbul-widget/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# vite-plugin-istanbul-widget

## 1.5.4

### Patch Changes

- astro3 and windows support
- Updated dependencies
- istanbul-widget@1.5.3

## 1.5.3

### Patch Changes
Expand Down
18 changes: 13 additions & 5 deletions packages/vite-plugin-istanbul-widget/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-istanbul-widget",
"version": "1.5.3",
"version": "1.5.4",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand All @@ -26,17 +26,25 @@
"dev": "tsup --watch",
"build": "tsup"
},
"peerDependencies": {
"astro": "^3 || ^4",
"vite": "^4 || ^5"
},
"peerDependenciesMeta": {
"astro": {
"optional": true
}
},
"dependencies": {
"@minko-fe/lodash-pro": "^0.3.0",
"istanbul-widget": "workspace:*",
"slash": "^5.1.0",
"vite-plugin-istanbul": "^6.0.0"
"slash": "^5.1.0"
},
"devDependencies": {
"@types/node": "^20.11.30",
"@types/serialize-javascript": "^5.0.4",
"astro": "^4.7.0",
"serialize-javascript": "^6.0.2",
"vite": "^5.0.8"
"vite": "^5.0.8",
"vite-plugin-istanbul": "^6.0.0"
}
}
1 change: 1 addition & 0 deletions packages/vite-plugin-istanbul-widget/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export const tsup = defineConfig((option) => [
dts: true,
target: 'node16',
format: ['cjs', 'esm'],
external: ['vite'],
platform: 'node',
splitting: false,
treeshake: true,
Expand Down
Loading

0 comments on commit 540f38a

Please sign in to comment.