From c3afddef94c990becde25ecd785fab2db7ceee77 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 02:55:43 +0900 Subject: [PATCH] chore: version packages (#36) This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @fepack/image@0.0.10 ### Patch Changes - 585291a: test: unit tests for the 'load' Function Co-authored-by: Chung-il Jung Co-authored-by: Jonghyeon Ko --- .changeset/silly-drinks-ring.md | 5 ----- packages/image/CHANGELOG.md | 6 ++++++ packages/image/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/silly-drinks-ring.md diff --git a/.changeset/silly-drinks-ring.md b/.changeset/silly-drinks-ring.md deleted file mode 100644 index 9885cc6..0000000 --- a/.changeset/silly-drinks-ring.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@fepack/image": patch ---- - -test: unit tests for the 'load' Function diff --git a/packages/image/CHANGELOG.md b/packages/image/CHANGELOG.md index 9ef875c..3796b22 100644 --- a/packages/image/CHANGELOG.md +++ b/packages/image/CHANGELOG.md @@ -1,5 +1,11 @@ # @fepack/image +## 0.0.10 + +### Patch Changes + +- 585291a: test: unit tests for the 'load' Function + ## 0.0.9 ### Patch Changes diff --git a/packages/image/package.json b/packages/image/package.json index 21fa17e..5ae3112 100644 --- a/packages/image/package.json +++ b/packages/image/package.json @@ -1,6 +1,6 @@ { "name": "@fepack/image", - "version": "0.0.9", + "version": "0.0.10", "description": "Image preloader for fepack", "keywords": [ "fepack",