Skip to content

Commit

Permalink
chore: update versions (#125)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored May 21, 2023
1 parent 2b2fc92 commit 90d3b29
Show file tree
Hide file tree
Showing 5 changed files with 81 additions and 80 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilly-bulldogs-rule.md

This file was deleted.

135 changes: 67 additions & 68 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,42 @@
# @zoom-image/core

## 0.14.0

### Minor Changes

- [#124](https://github.com/willnguyen1312/zoom-image/pull/124)
[`2b2fc92`](https://github.com/willnguyen1312/zoom-image/commit/2b2fc92b1e01f0b8859583d06b833c4e02a97617) Thanks
[@willnguyen1312](https://github.com/willnguyen1312)! - Clean up remove event listener usage 🧹

## 0.13.0

### Minor Changes

- [`7561641`](https://github.com/willnguyen1312/zoom-image/commit/7561641036d1c7d7115132402792429a662e861a)
Thanks [@willnguyen1312](https://github.com/willnguyen1312)! - Add immutability and cut down
bundle size 🚀
- [`7561641`](https://github.com/willnguyen1312/zoom-image/commit/7561641036d1c7d7115132402792429a662e861a) Thanks
[@willnguyen1312](https://github.com/willnguyen1312)! - Add immutability and cut down bundle size 🚀

## 0.12.0

### Minor Changes

- [#113](https://github.com/willnguyen1312/zoom-image/pull/113)
[`b7ba701`](https://github.com/willnguyen1312/zoom-image/commit/b7ba701ecc2accf90142798987896052eb7fbec2)
Thanks [@willnguyen1312](https://github.com/willnguyen1312)! - Expose more internal types to
client code
[`b7ba701`](https://github.com/willnguyen1312/zoom-image/commit/b7ba701ecc2accf90142798987896052eb7fbec2) Thanks
[@willnguyen1312](https://github.com/willnguyen1312)! - Expose more internal types to client code

## 0.11.1

### Patch Changes

- [`9c8b1de`](https://github.com/willnguyen1312/zoom-image/commit/9c8b1de883a72bcb1b294d24b80be2c1d7844cd9)
Thanks [@willnguyen1312](https://github.com/willnguyen1312)! - fix package dependencies 💞
- [`9c8b1de`](https://github.com/willnguyen1312/zoom-image/commit/9c8b1de883a72bcb1b294d24b80be2c1d7844cd9) Thanks
[@willnguyen1312](https://github.com/willnguyen1312)! - fix package dependencies 💞

## 0.11.0

### Minor Changes

- [#102](https://github.com/willnguyen1312/zoom-image/pull/102)
[`77beb52`](https://github.com/willnguyen1312/zoom-image/commit/77beb52e7bbcf676cb0f7b38e0157a940061a09c)
Thanks [@willnguyen1312](https://github.com/willnguyen1312)! - Changes:
[`77beb52`](https://github.com/willnguyen1312/zoom-image/commit/77beb52e7bbcf676cb0f7b38e0157a940061a09c) Thanks
[@willnguyen1312](https://github.com/willnguyen1312)! - Changes:

✅ Refactor internal store
✅ Restructure codebase into monorepos to onboard libraries adapters
Expand All @@ -40,55 +46,52 @@
### Minor Changes

- [#99](https://github.com/willnguyen1312/zoom-image/pull/99)
[`2768637`](https://github.com/willnguyen1312/zoom-image/commit/2768637ed909733c78a560ff665c93895902f94b)
Thanks [@willnguyen1312](https://github.com/willnguyen1312)! - optimize normal store setState
mechanism 🎢
[`2768637`](https://github.com/willnguyen1312/zoom-image/commit/2768637ed909733c78a560ff665c93895902f94b) Thanks
[@willnguyen1312](https://github.com/willnguyen1312)! - optimize normal store setState mechanism 🎢

- [#99](https://github.com/willnguyen1312/zoom-image/pull/99)
[`2768637`](https://github.com/willnguyen1312/zoom-image/commit/2768637ed909733c78a560ff665c93895902f94b)
Thanks [@willnguyen1312](https://github.com/willnguyen1312)! - Optimize rendering mechanism 🚀
[`2768637`](https://github.com/willnguyen1312/zoom-image/commit/2768637ed909733c78a560ff665c93895902f94b) Thanks
[@willnguyen1312](https://github.com/willnguyen1312)! - Optimize rendering mechanism 🚀

## 0.9.0

### Minor Changes

- [#97](https://github.com/willnguyen1312/zoom-image/pull/97)
[`06d3f28`](https://github.com/willnguyen1312/zoom-image/commit/06d3f28df65fde9f35203c8ca601653301293de9)
Thanks [@willnguyen1312](https://github.com/willnguyen1312)! - Optimize rendering mechanism 🚀
[`06d3f28`](https://github.com/willnguyen1312/zoom-image/commit/06d3f28df65fde9f35203c8ca601653301293de9) Thanks
[@willnguyen1312](https://github.com/willnguyen1312)! - Optimize rendering mechanism 🚀

## 0.8.1

### Patch Changes

- [#94](https://github.com/willnguyen1312/zoom-image/pull/94)
[`8a51fff`](https://github.com/willnguyen1312/zoom-image/commit/8a51fffc4a1120f7d14ba6f84e67f5349d29c535)
Thanks [@willnguyen1312](https://github.com/willnguyen1312)! - fix zoom wheel on update
currentZoom property 💞
[`8a51fff`](https://github.com/willnguyen1312/zoom-image/commit/8a51fffc4a1120f7d14ba6f84e67f5349d29c535) Thanks
[@willnguyen1312](https://github.com/willnguyen1312)! - fix zoom wheel on update currentZoom property 💞

## 0.8.0

### Minor Changes

- [#91](https://github.com/willnguyen1312/zoom-image/pull/91)
[`90334cb`](https://github.com/willnguyen1312/zoom-image/commit/90334cbb6abede817f11f4d7c532e7ffef1219e1)
Thanks [@willnguyen1312](https://github.com/willnguyen1312)! - Expose currentZoom property in
wheel zoom 🎉
[`90334cb`](https://github.com/willnguyen1312/zoom-image/commit/90334cbb6abede817f11f4d7c532e7ffef1219e1) Thanks
[@willnguyen1312](https://github.com/willnguyen1312)! - Expose currentZoom property in wheel zoom 🎉

## 0.7.0

### Minor Changes

- [#84](https://github.com/willnguyen1312/zoom-image/pull/84)
[`5809c27`](https://github.com/willnguyen1312/zoom-image/commit/5809c271c098a9a59fa449a98c7a408d6e1c5744)
Thanks [@willnguyen1312](https://github.com/willnguyen1312)! - Add crop image utility 💞
[`5809c27`](https://github.com/willnguyen1312/zoom-image/commit/5809c271c098a9a59fa449a98c7a408d6e1c5744) Thanks
[@willnguyen1312](https://github.com/willnguyen1312)! - Add crop image utility 💞

## 0.6.0

### Minor Changes

- [#77](https://github.com/willnguyen1312/zoom-image/pull/77)
[`eefd40d`](https://github.com/willnguyen1312/zoom-image/commit/eefd40d312095c07d6ee75939961112f23cfae81)
Thanks [@willnguyen1312](https://github.com/willnguyen1312)! - Changes:
[`eefd40d`](https://github.com/willnguyen1312/zoom-image/commit/eefd40d312095c07d6ee75939961112f23cfae81) Thanks
[@willnguyen1312](https://github.com/willnguyen1312)! - Changes:

✅ Refactor image cache usage
✅ Add test coverage for image cache
Expand All @@ -98,42 +101,40 @@
### Minor Changes

- [#75](https://github.com/willnguyen1312/zoom-image/pull/75)
[`3896ef9`](https://github.com/willnguyen1312/zoom-image/commit/3896ef941f00d42f52a50d939f2e2b016f69835d)
Thanks [@willnguyen1312](https://github.com/willnguyen1312)! - Add support for zooming image on
click
[`3896ef9`](https://github.com/willnguyen1312/zoom-image/commit/3896ef941f00d42f52a50d939f2e2b016f69835d) Thanks
[@willnguyen1312](https://github.com/willnguyen1312)! - Add support for zooming image on click

## 0.4.2

### Patch Changes

- [#73](https://github.com/willnguyen1312/zoom-image/pull/73)
[`7bfb6a1`](https://github.com/willnguyen1312/zoom-image/commit/7bfb6a15103e522109db9a606c2c24659b5e3875)
Thanks [@willnguyen1312](https://github.com/willnguyen1312)! - Fix zoom image on move
[`7bfb6a1`](https://github.com/willnguyen1312/zoom-image/commit/7bfb6a15103e522109db9a606c2c24659b5e3875) Thanks
[@willnguyen1312](https://github.com/willnguyen1312)! - Fix zoom image on move

## 0.4.1

### Patch Changes

- [#71](https://github.com/willnguyen1312/zoom-image/pull/71)
[`d228668`](https://github.com/willnguyen1312/zoom-image/commit/d228668036f6b613b9345502133dccda46e3e431)
Thanks [@willnguyen1312](https://github.com/willnguyen1312)! - Fix zoom image on wheel when
pointer leave
[`d228668`](https://github.com/willnguyen1312/zoom-image/commit/d228668036f6b613b9345502133dccda46e3e431) Thanks
[@willnguyen1312](https://github.com/willnguyen1312)! - Fix zoom image on wheel when pointer leave

## 0.4.0

### Minor Changes

- [#68](https://github.com/willnguyen1312/zoom-image/pull/68)
[`875fd07`](https://github.com/willnguyen1312/zoom-image/commit/875fd07bf05e87896edd0fc8a7fce36e719d4349)
Thanks [@willnguyen1312](https://github.com/willnguyen1312)! - Add image caching mechanism 💞
[`875fd07`](https://github.com/willnguyen1312/zoom-image/commit/875fd07bf05e87896edd0fc8a7fce36e719d4349) Thanks
[@willnguyen1312](https://github.com/willnguyen1312)! - Add image caching mechanism 💞

## 0.3.0

### Minor Changes

- [#65](https://github.com/willnguyen1312/zoom-image/pull/65)
[`35e1a70`](https://github.com/willnguyen1312/zoom-image/commit/35e1a706aa38f96863807611c88dd2bc797a7ae9)
Thanks [@willnguyen1312](https://github.com/willnguyen1312)!
[`35e1a70`](https://github.com/willnguyen1312/zoom-image/commit/35e1a706aa38f96863807611c88dd2bc797a7ae9) Thanks
[@willnguyen1312](https://github.com/willnguyen1312)!

- Add zoomed image status
- Migrate background-size to image
Expand All @@ -144,86 +145,84 @@
### Patch Changes

- [#51](https://github.com/willnguyen1312/zoom-image/pull/51)
[`4d36a06`](https://github.com/willnguyen1312/zoom-image/commit/4d36a06dde76286f5a40205be5f2d45614cbc4f2)
Thanks [@willnguyen1312](https://github.com/willnguyen1312)! - Fix zoom image on hover 🥳
[`4d36a06`](https://github.com/willnguyen1312/zoom-image/commit/4d36a06dde76286f5a40205be5f2d45614cbc4f2) Thanks
[@willnguyen1312](https://github.com/willnguyen1312)! - Fix zoom image on hover 🥳

## 0.2.0

### Minor Changes

- [#44](https://github.com/willnguyen1312/zoom-image/pull/44)
[`2fe07ad`](https://github.com/willnguyen1312/zoom-image/commit/2fe07ad332eb615b7ce1b655dfc0a041a1f752aa)
Thanks [@willnguyen1312](https://github.com/willnguyen1312)! - Add support for zooming image on
move
[`2fe07ad`](https://github.com/willnguyen1312/zoom-image/commit/2fe07ad332eb615b7ce1b655dfc0a041a1f752aa) Thanks
[@willnguyen1312](https://github.com/willnguyen1312)! - Add support for zooming image on move

## 0.1.0

### Minor Changes

- [#37](https://github.com/willnguyen1312/zoom-image/pull/37)
[`fcbc00f`](https://github.com/willnguyen1312/zoom-image/commit/fcbc00f83828262d9127fea7d3e64a6d1f6ca745)
Thanks [@willnguyen1312](https://github.com/willnguyen1312)! - Add zoom calculation utilities 🚀
[`fcbc00f`](https://github.com/willnguyen1312/zoom-image/commit/fcbc00f83828262d9127fea7d3e64a6d1f6ca745) Thanks
[@willnguyen1312](https://github.com/willnguyen1312)! - Add zoom calculation utilities 🚀

### Patch Changes

- [#35](https://github.com/willnguyen1312/zoom-image/pull/35)
[`f25238c`](https://github.com/willnguyen1312/zoom-image/commit/f25238c9eb2880df4d560a504e4ffa3c87e95a11)
Thanks [@willnguyen1312](https://github.com/willnguyen1312)! - Add Vitest
[`f25238c`](https://github.com/willnguyen1312/zoom-image/commit/f25238c9eb2880df4d560a504e4ffa3c87e95a11) Thanks
[@willnguyen1312](https://github.com/willnguyen1312)! - Add Vitest

## 0.0.6

### Patch Changes

- [#34](https://github.com/willnguyen1312/zoom-image/pull/34)
[`3e122f2`](https://github.com/willnguyen1312/zoom-image/commit/3e122f2b02dc809adac66adf848184d1c9535818)
Thanks [@willnguyen1312](https://github.com/willnguyen1312)! - Add qwik example
[`3e122f2`](https://github.com/willnguyen1312/zoom-image/commit/3e122f2b02dc809adac66adf848184d1c9535818) Thanks
[@willnguyen1312](https://github.com/willnguyen1312)! - Add qwik example

- [#32](https://github.com/willnguyen1312/zoom-image/pull/32)
[`cdd5975`](https://github.com/willnguyen1312/zoom-image/commit/cdd5975b96a55591eb5e6da4a51a5f6369761b30)
Thanks [@willnguyen1312](https://github.com/willnguyen1312)! - Add solid example
[`cdd5975`](https://github.com/willnguyen1312/zoom-image/commit/cdd5975b96a55591eb5e6da4a51a5f6369761b30) Thanks
[@willnguyen1312](https://github.com/willnguyen1312)! - Add solid example

## 0.0.5

### Patch Changes

- [#30](https://github.com/willnguyen1312/zoom-image/pull/30)
[`5eb9d2b`](https://github.com/willnguyen1312/zoom-image/commit/5eb9d2ba3f4c39155d5dcfd07c3cd2e5cff57c60)
Thanks [@willnguyen1312](https://github.com/willnguyen1312)! - Integrate Algolia DocSearch, update
docs and createZoomImageWheel signature
[`5eb9d2b`](https://github.com/willnguyen1312/zoom-image/commit/5eb9d2ba3f4c39155d5dcfd07c3cd2e5cff57c60) Thanks
[@willnguyen1312](https://github.com/willnguyen1312)! - Integrate Algolia DocSearch, update docs and
createZoomImageWheel signature

## 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 🚀
[`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 🎉
[`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 😊
[`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
[`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

- [#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 🚀
[`01248b1`](https://github.com/willnguyen1312/zoom-image/commit/01248b1cf5656480b1e08169ccac3521d5f327c3) Thanks
[@willnguyen1312](https://github.com/willnguyen1312)! - Fix image on wheel 🚀

## 0.0.2

### Patch Changes

- [#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:
[`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
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.13.0",
"version": "0.14.0",
"description": "A core implementation of zoom image",
"author": "Nam Nguyen <[email protected]>",
"license": "MIT",
Expand Down
17 changes: 12 additions & 5 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,24 @@
# @zoom-image/react

## 0.2.1

### Patch Changes

- Updated dependencies
[[`2b2fc92`](https://github.com/willnguyen1312/zoom-image/commit/2b2fc92b1e01f0b8859583d06b833c4e02a97617)]:
- @zoom-image/core@0.14.0

## 0.2.0

### Minor Changes

- [`97d7afe`](https://github.com/willnguyen1312/zoom-image/commit/97d7afe3713ca6f122e46f9749cf0aaa79b75a9e)
Thanks [@willnguyen1312](https://github.com/willnguyen1312)! - Update @zoom-image/core dependency
🎉
- [`97d7afe`](https://github.com/willnguyen1312/zoom-image/commit/97d7afe3713ca6f122e46f9749cf0aaa79b75a9e) Thanks
[@willnguyen1312](https://github.com/willnguyen1312)! - Update @zoom-image/core dependency 🎉

## 0.1.0

### Minor Changes

- [#115](https://github.com/willnguyen1312/zoom-image/pull/115)
[`333f925`](https://github.com/willnguyen1312/zoom-image/commit/333f925800c11d11ad69e08fa8208a599a68a708)
Thanks [@willnguyen1312](https://github.com/willnguyen1312)! - Clean up package 🧹
[`333f925`](https://github.com/willnguyen1312/zoom-image/commit/333f925800c11d11ad69e08fa8208a599a68a708) Thanks
[@willnguyen1312](https://github.com/willnguyen1312)! - Clean up package 🧹
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zoom-image/react",
"version": "0.2.0",
"version": "0.2.1",
"description": "Adapter of zoom image core for React",
"author": "Nam Nguyen <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 90d3b29

Please sign in to comment.