Skip to content

Commit

Permalink
feat: beautify build 💞 (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
willnguyen1312 authored Apr 4, 2024
1 parent 786bf51 commit 6793ebe
Show file tree
Hide file tree
Showing 15 changed files with 28 additions and 14 deletions.
5 changes: 5 additions & 0 deletions .changeset/itchy-pandas-cry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@zoom-image/core": minor
---

feat: beautify build 💞
3 changes: 2 additions & 1 deletion packages/angular/projects/angular/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

### Patch Changes

- Updated dependencies [[`4d5a463`](https://github.com/willnguyen1312/zoom-image/commit/4d5a463a5e688093c659bd8e44ba646c13053b8f)]:
- Updated dependencies
[[`4d5a463`](https://github.com/willnguyen1312/zoom-image/commit/4d5a463a5e688093c659bd8e44ba646c13053b8f)]:
- @zoom-image/core@0.33.3

## 0.2.8
Expand Down
4 changes: 3 additions & 1 deletion packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@

### Patch Changes

- [#278](https://github.com/willnguyen1312/zoom-image/pull/278) [`4d5a463`](https://github.com/willnguyen1312/zoom-image/commit/4d5a463a5e688093c659bd8e44ba646c13053b8f) Thanks [@willnguyen1312](https://github.com/willnguyen1312)! - patch: support multiple module styles 💞
- [#278](https://github.com/willnguyen1312/zoom-image/pull/278)
[`4d5a463`](https://github.com/willnguyen1312/zoom-image/commit/4d5a463a5e688093c659bd8e44ba646c13053b8f) Thanks
[@willnguyen1312](https://github.com/willnguyen1312)! - patch: support multiple module styles 💞

## 0.33.2

Expand Down
2 changes: 1 addition & 1 deletion packages/core/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default defineConfig({
target: "esnext",
format: ["esm", "cjs", "iife"],
sourcemap: true,
minify: true,
minify: false,
globalName: "ZoomImage",
name: "zoom-image",
dts: true,
Expand Down
3 changes: 2 additions & 1 deletion packages/preact/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

### Patch Changes

- Updated dependencies [[`4d5a463`](https://github.com/willnguyen1312/zoom-image/commit/4d5a463a5e688093c659bd8e44ba646c13053b8f)]:
- Updated dependencies
[[`4d5a463`](https://github.com/willnguyen1312/zoom-image/commit/4d5a463a5e688093c659bd8e44ba646c13053b8f)]:
- @zoom-image/core@0.33.3

## 0.3.8
Expand Down
2 changes: 1 addition & 1 deletion packages/preact/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default defineConfig({
target: "esnext",
format: ["esm", "cjs"],
sourcemap: true,
minify: true,
minify: false,
dts: true,
treeshake: true,
})
3 changes: 2 additions & 1 deletion packages/qwik/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

### Patch Changes

- Updated dependencies [[`4d5a463`](https://github.com/willnguyen1312/zoom-image/commit/4d5a463a5e688093c659bd8e44ba646c13053b8f)]:
- Updated dependencies
[[`4d5a463`](https://github.com/willnguyen1312/zoom-image/commit/4d5a463a5e688093c659bd8e44ba646c13053b8f)]:
- @zoom-image/core@0.33.3

## 0.2.8
Expand Down
3 changes: 2 additions & 1 deletion packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

### Patch Changes

- Updated dependencies [[`4d5a463`](https://github.com/willnguyen1312/zoom-image/commit/4d5a463a5e688093c659bd8e44ba646c13053b8f)]:
- Updated dependencies
[[`4d5a463`](https://github.com/willnguyen1312/zoom-image/commit/4d5a463a5e688093c659bd8e44ba646c13053b8f)]:
- @zoom-image/core@0.33.3

## 0.4.8
Expand Down
2 changes: 1 addition & 1 deletion packages/react/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default defineConfig({
target: "esnext",
format: ["esm", "cjs"],
sourcemap: true,
minify: true,
minify: false,
dts: true,
treeshake: true,
})
3 changes: 2 additions & 1 deletion packages/solid/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

### Patch Changes

- Updated dependencies [[`4d5a463`](https://github.com/willnguyen1312/zoom-image/commit/4d5a463a5e688093c659bd8e44ba646c13053b8f)]:
- Updated dependencies
[[`4d5a463`](https://github.com/willnguyen1312/zoom-image/commit/4d5a463a5e688093c659bd8e44ba646c13053b8f)]:
- @zoom-image/core@0.33.3

## 0.2.8
Expand Down
2 changes: 1 addition & 1 deletion packages/solid/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default defineConfig({
target: "esnext",
format: ["esm", "cjs"],
sourcemap: true,
minify: true,
minify: false,
dts: true,
treeshake: true,
})
3 changes: 2 additions & 1 deletion packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

### Patch Changes

- Updated dependencies [[`4d5a463`](https://github.com/willnguyen1312/zoom-image/commit/4d5a463a5e688093c659bd8e44ba646c13053b8f)]:
- Updated dependencies
[[`4d5a463`](https://github.com/willnguyen1312/zoom-image/commit/4d5a463a5e688093c659bd8e44ba646c13053b8f)]:
- @zoom-image/core@0.33.3

## 0.2.8
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default defineConfig({
target: "esnext",
format: ["esm", "cjs"],
sourcemap: true,
minify: true,
minify: false,
dts: true,
treeshake: true,
})
3 changes: 2 additions & 1 deletion packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

### Patch Changes

- Updated dependencies [[`4d5a463`](https://github.com/willnguyen1312/zoom-image/commit/4d5a463a5e688093c659bd8e44ba646c13053b8f)]:
- Updated dependencies
[[`4d5a463`](https://github.com/willnguyen1312/zoom-image/commit/4d5a463a5e688093c659bd8e44ba646c13053b8f)]:
- @zoom-image/core@0.33.3

## 0.2.8
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default defineConfig({
target: "esnext",
format: ["esm", "cjs"],
sourcemap: true,
minify: true,
minify: false,
dts: true,
treeshake: true,
})

0 comments on commit 6793ebe

Please sign in to comment.