From 457abe579b8b2c74c7af2ea32a920319735aad81 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 19:27:54 -0300 Subject: [PATCH] chore: update versions (#328) Co-authored-by: github-actions[bot] --- .changeset/eleven-dots-try.md | 5 ----- packages/angular/projects/angular/CHANGELOG.md | 8 ++++++++ packages/angular/projects/angular/package.json | 2 +- packages/core/CHANGELOG.md | 8 ++++++++ packages/core/package.json | 2 +- packages/preact/CHANGELOG.md | 8 ++++++++ packages/preact/package.json | 2 +- packages/qwik/CHANGELOG.md | 8 ++++++++ packages/qwik/package.json | 2 +- packages/react/CHANGELOG.md | 8 ++++++++ packages/react/package.json | 2 +- packages/solid/CHANGELOG.md | 8 ++++++++ packages/solid/package.json | 2 +- packages/svelte/CHANGELOG.md | 8 ++++++++ packages/svelte/package.json | 2 +- packages/vue/CHANGELOG.md | 8 ++++++++ packages/vue/package.json | 2 +- 17 files changed, 72 insertions(+), 13 deletions(-) delete mode 100644 .changeset/eleven-dots-try.md diff --git a/.changeset/eleven-dots-try.md b/.changeset/eleven-dots-try.md deleted file mode 100644 index f3ad4add..00000000 --- a/.changeset/eleven-dots-try.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@zoom-image/core": minor ---- - -feat: add className option to zoom image move ✨ diff --git a/packages/angular/projects/angular/CHANGELOG.md b/packages/angular/projects/angular/CHANGELOG.md index 7861dc9b..f2d5f858 100644 --- a/packages/angular/projects/angular/CHANGELOG.md +++ b/packages/angular/projects/angular/CHANGELOG.md @@ -1,5 +1,13 @@ # @zoom-image/angular +## 0.2.24 + +### Patch Changes + +- Updated dependencies + [[`416a0be`](https://github.com/willnguyen1312/zoom-image/commit/416a0be3124340c79bdde48b17d2f915ea0e36ed)]: + - @zoom-image/core@0.39.0 + ## 0.2.23 ### Patch Changes diff --git a/packages/angular/projects/angular/package.json b/packages/angular/projects/angular/package.json index bdf3edee..13e2e7af 100644 --- a/packages/angular/projects/angular/package.json +++ b/packages/angular/projects/angular/package.json @@ -1,6 +1,6 @@ { "name": "@zoom-image/angular", - "version": "0.2.23", + "version": "0.2.24", "peerDependencies": { "@angular/common": "^16.0.0 || ^17.0.0 || ^18.0.0", "@angular/core": "^16.0.0 || ^17.0.0 || ^18.0.0" diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 95b5d9d0..61f5ce17 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,13 @@ # @zoom-image/core +## 0.39.0 + +### Minor Changes + +- [#327](https://github.com/willnguyen1312/zoom-image/pull/327) + [`416a0be`](https://github.com/willnguyen1312/zoom-image/commit/416a0be3124340c79bdde48b17d2f915ea0e36ed) Thanks + [@willnguyen1312](https://github.com/willnguyen1312)! - feat: add className option to zoom image move ✨ + ## 0.38.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index 041de2e5..48e0467b 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@zoom-image/core", - "version": "0.38.0", + "version": "0.39.0", "description": "A core implementation of zoom image", "author": "Nam Nguyen ", "license": "MIT", diff --git a/packages/preact/CHANGELOG.md b/packages/preact/CHANGELOG.md index dbee3f6d..9bbcd4b3 100644 --- a/packages/preact/CHANGELOG.md +++ b/packages/preact/CHANGELOG.md @@ -1,5 +1,13 @@ # @zoom-image/preact +## 0.3.23 + +### Patch Changes + +- Updated dependencies + [[`416a0be`](https://github.com/willnguyen1312/zoom-image/commit/416a0be3124340c79bdde48b17d2f915ea0e36ed)]: + - @zoom-image/core@0.39.0 + ## 0.3.22 ### Patch Changes diff --git a/packages/preact/package.json b/packages/preact/package.json index c8546668..5635dd10 100644 --- a/packages/preact/package.json +++ b/packages/preact/package.json @@ -1,6 +1,6 @@ { "name": "@zoom-image/preact", - "version": "0.3.22", + "version": "0.3.23", "description": "Adapter of zoom image core for Preact", "author": "Nam Nguyen ", "license": "MIT", diff --git a/packages/qwik/CHANGELOG.md b/packages/qwik/CHANGELOG.md index 4a3219f2..04f23544 100644 --- a/packages/qwik/CHANGELOG.md +++ b/packages/qwik/CHANGELOG.md @@ -1,5 +1,13 @@ # @zoom-image/qwik +## 0.2.23 + +### Patch Changes + +- Updated dependencies + [[`416a0be`](https://github.com/willnguyen1312/zoom-image/commit/416a0be3124340c79bdde48b17d2f915ea0e36ed)]: + - @zoom-image/core@0.39.0 + ## 0.2.22 ### Patch Changes diff --git a/packages/qwik/package.json b/packages/qwik/package.json index c56bff17..db5682c2 100644 --- a/packages/qwik/package.json +++ b/packages/qwik/package.json @@ -1,6 +1,6 @@ { "name": "@zoom-image/qwik", - "version": "0.2.22", + "version": "0.2.23", "description": "Adapter of zoom image core for Qwik", "author": "Nam Nguyen ", "license": "MIT", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index b690abeb..5231d42b 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,13 @@ # @zoom-image/react +## 0.5.1 + +### Patch Changes + +- Updated dependencies + [[`416a0be`](https://github.com/willnguyen1312/zoom-image/commit/416a0be3124340c79bdde48b17d2f915ea0e36ed)]: + - @zoom-image/core@0.39.0 + ## 0.5.0 ### Minor Changes diff --git a/packages/react/package.json b/packages/react/package.json index e8394c3b..087d3fa4 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@zoom-image/react", - "version": "0.5.0", + "version": "0.5.1", "description": "Adapter of zoom image core for React", "author": "Nam Nguyen ", "license": "MIT", diff --git a/packages/solid/CHANGELOG.md b/packages/solid/CHANGELOG.md index 4b6aa1af..159cdad1 100644 --- a/packages/solid/CHANGELOG.md +++ b/packages/solid/CHANGELOG.md @@ -1,5 +1,13 @@ # @zoom-image/solid +## 0.2.23 + +### Patch Changes + +- Updated dependencies + [[`416a0be`](https://github.com/willnguyen1312/zoom-image/commit/416a0be3124340c79bdde48b17d2f915ea0e36ed)]: + - @zoom-image/core@0.39.0 + ## 0.2.22 ### Patch Changes diff --git a/packages/solid/package.json b/packages/solid/package.json index 6e6833ea..de11d9d3 100644 --- a/packages/solid/package.json +++ b/packages/solid/package.json @@ -1,6 +1,6 @@ { "name": "@zoom-image/solid", - "version": "0.2.22", + "version": "0.2.23", "description": "Adapter of zoom image core for Solid", "author": "Nam Nguyen ", "license": "MIT", diff --git a/packages/svelte/CHANGELOG.md b/packages/svelte/CHANGELOG.md index 8883f012..12cac580 100644 --- a/packages/svelte/CHANGELOG.md +++ b/packages/svelte/CHANGELOG.md @@ -1,5 +1,13 @@ # @zoom-image/svelte +## 0.2.23 + +### Patch Changes + +- Updated dependencies + [[`416a0be`](https://github.com/willnguyen1312/zoom-image/commit/416a0be3124340c79bdde48b17d2f915ea0e36ed)]: + - @zoom-image/core@0.39.0 + ## 0.2.22 ### Patch Changes diff --git a/packages/svelte/package.json b/packages/svelte/package.json index dd41eaf9..9b92d21a 100644 --- a/packages/svelte/package.json +++ b/packages/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@zoom-image/svelte", - "version": "0.2.22", + "version": "0.2.23", "description": "Adapter of zoom image core for Svelte", "author": "Nam Nguyen ", "license": "MIT", diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index 02eda93a..389b652b 100644 --- a/packages/vue/CHANGELOG.md +++ b/packages/vue/CHANGELOG.md @@ -1,5 +1,13 @@ # @zoom-image/vue +## 0.2.23 + +### Patch Changes + +- Updated dependencies + [[`416a0be`](https://github.com/willnguyen1312/zoom-image/commit/416a0be3124340c79bdde48b17d2f915ea0e36ed)]: + - @zoom-image/core@0.39.0 + ## 0.2.22 ### Patch Changes diff --git a/packages/vue/package.json b/packages/vue/package.json index ed74b9d2..a7460697 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@zoom-image/vue", - "version": "0.2.22", + "version": "0.2.23", "description": "Adapter of zoom image core for Vue", "author": "Nam Nguyen ", "license": "MIT",