Skip to content

Commit

Permalink
chore: update versions (#29)
Browse files Browse the repository at this point in the history
* chore: update versions

* 💞

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nam Nguyen <[email protected]>
  • Loading branch information
3 people authored May 4, 2023
1 parent 84c7d1a commit 4894594
Show file tree
Hide file tree
Showing 14 changed files with 81 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-icons-look.md

This file was deleted.

8 changes: 8 additions & 0 deletions examples/preact-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# preact-ts

## 0.0.4

### Patch Changes

- Updated dependencies
[[`84c7d1a`](https://github.com/willnguyen1312/zoom-image/commit/84c7d1a35fc390dac3896f7450e6bf1a27c495ef)]:
- @zoom-image/core@0.0.4

## 0.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/preact-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "preact-ts",
"private": true,
"version": "0.0.3",
"version": "0.0.4",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@zoom-image/core": "^0.0.3",
"@zoom-image/core": "^0.0.4",
"preact": "^10.13.2"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions examples/react-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# react-ts

## 0.0.4

### Patch Changes

- Updated dependencies
[[`84c7d1a`](https://github.com/willnguyen1312/zoom-image/commit/84c7d1a35fc390dac3896f7450e6bf1a27c495ef)]:
- @zoom-image/core@0.0.4

## 0.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/react-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "react-ts",
"private": true,
"version": "0.0.3",
"version": "0.0.4",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@zoom-image/core": "^0.0.3",
"@zoom-image/core": "^0.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
8 changes: 8 additions & 0 deletions examples/svelte-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# svelte-ts

## 0.0.4

### Patch Changes

- Updated dependencies
[[`84c7d1a`](https://github.com/willnguyen1312/zoom-image/commit/84c7d1a35fc390dac3896f7450e6bf1a27c495ef)]:
- @zoom-image/core@0.0.4

## 0.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/svelte-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "svelte-ts",
"private": true,
"version": "0.0.3",
"version": "0.0.4",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -10,7 +10,7 @@
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"dependencies": {
"@zoom-image/core": "^0.0.3"
"@zoom-image/core": "^0.0.4"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.1.1",
Expand Down
8 changes: 8 additions & 0 deletions examples/vanilla-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# vanilla-ts

## 0.0.3

### Patch Changes

- Updated dependencies
[[`84c7d1a`](https://github.com/willnguyen1312/zoom-image/commit/84c7d1a35fc390dac3896f7450e6bf1a27c495ef)]:
- @zoom-image/core@0.0.4

## 0.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/vanilla-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vanilla-ts",
"private": true,
"version": "0.0.2",
"version": "0.0.3",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -14,6 +14,6 @@
"vite": "^4.3.4"
},
"dependencies": {
"@zoom-image/core": "^0.0.3"
"@zoom-image/core": "^0.0.4"
}
}
8 changes: 8 additions & 0 deletions examples/vue-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# vue-ts

## 0.0.4

### Patch Changes

- Updated dependencies
[[`84c7d1a`](https://github.com/willnguyen1312/zoom-image/commit/84c7d1a35fc390dac3896f7450e6bf1a27c495ef)]:
- @zoom-image/core@0.0.4

## 0.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/vue-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-ts",
"version": "0.0.3",
"version": "0.0.4",
"private": true,
"scripts": {
"dev": "vite",
Expand All @@ -11,7 +11,7 @@
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
"@zoom-image/core": "^0.0.3",
"@zoom-image/core": "^0.0.4",
"vue": "^3.2.47"
},
"devDependencies": {
Expand Down
30 changes: 25 additions & 5 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,37 @@
# @zoom-image/core

## 0.0.4

### Patch Changes

- [#24](https://github.com/willnguyen1312/zoom-image/pull/24)
[`983970c`](https://github.com/willnguyen1312/zoom-image/commit/983970c43bba164f77f7f984f9d1cbba0475044f) Thanks
[@willnguyen1312](https://github.com/willnguyen1312)! - Upgrade and rock 🚀
- [#26](https://github.com/willnguyen1312/zoom-image/pull/26)
[`3640741`](https://github.com/willnguyen1312/zoom-image/commit/36407419146dd74c26ca1e4f1fc5178ea7f96921) Thanks
[@willnguyen1312](https://github.com/willnguyen1312)! - Add more frameworks examples 🎉
- [#27](https://github.com/willnguyen1312/zoom-image/pull/27)
[`0d090df`](https://github.com/willnguyen1312/zoom-image/commit/0d090df8a453ee61896fccc89531e510e7d5db96) Thanks
[@willnguyen1312](https://github.com/willnguyen1312)! - Finalize documentation 😊
- [#28](https://github.com/willnguyen1312/zoom-image/pull/28)
[`84c7d1a`](https://github.com/willnguyen1312/zoom-image/commit/84c7d1a35fc390dac3896f7450e6bf1a27c495ef) Thanks
[@willnguyen1312](https://github.com/willnguyen1312)! - Add iife build for CDN hosting

## 0.0.3

### Patch Changes

- [01248b1](https://github.com/willnguyen1312/zoom-image/commit/01248b1): Fix image on wheel 🚀
- [#23](https://github.com/willnguyen1312/zoom-image/pull/23)
[`01248b1`](https://github.com/willnguyen1312/zoom-image/commit/01248b1cf5656480b1e08169ccac3521d5f327c3) Thanks
[@willnguyen1312](https://github.com/willnguyen1312)! - Fix image on wheel 🚀

## 0.0.2

### Patch Changes

- [6f4e371](https://github.com/willnguyen1312/zoom-image/commit/6f4e371): First version of @zoom-image/core. Supported
features:
- [#19](https://github.com/willnguyen1312/zoom-image/pull/19)
[`6f4e371`](https://github.com/willnguyen1312/zoom-image/commit/6f4e371f67ee97f7ea4494b3fd8645860e0b4bec) Thanks
[@willnguyen1312](https://github.com/willnguyen1312)! - First version of @zoom-image/core. Supported features:

- ✅ Zoom on hover
- ✅ Zoom on wheel
- ✅ Zoom on hover
- ✅ Zoom on wheel
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zoom-image/core",
"version": "0.0.3",
"version": "0.0.4",
"description": "A core implementation of zoom image",
"author": "Nam Nguyen <[email protected]>",
"license": "MIT",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4894594

Please sign in to comment.