Skip to content

Commit

Permalink
chore: version packages (#66)
Browse files Browse the repository at this point in the history
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/[email protected]

### Patch Changes

- a9d5fff: fix(react-image): change Load to return loaded
HTMLImageElement

## @fepack/[email protected]

### Patch Changes

- a9d5fff: fix(react-image): change Load to return loaded
HTMLImageElement
-   Updated dependencies [a9d5fff]
    -   @fepack/[email protected]

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 22, 2023
1 parent fc09248 commit 264a474
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/khaki-trees-try.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-trains-speak.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/image/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @fepack/image

## 0.2.6

### Patch Changes

- a9d5fff: fix(react-image): change Load to return loaded HTMLImageElement

## 0.2.5

## 0.2.4
Expand Down
2 changes: 1 addition & 1 deletion packages/image/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fepack/image",
"version": "0.2.5",
"version": "0.2.6",
"description": "easy image control",
"keywords": [
"fepack",
Expand Down
8 changes: 8 additions & 0 deletions packages/react-image/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @fepack/react-image

## 0.2.6

### Patch Changes

- a9d5fff: fix(react-image): change Load to return loaded HTMLImageElement
- Updated dependencies [a9d5fff]
- @fepack/image@0.2.6

## 0.2.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-image/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fepack/react-image",
"version": "0.2.5",
"version": "0.2.6",
"description": "easy image control for React",
"keywords": [
"fepack",
Expand Down

0 comments on commit 264a474

Please sign in to comment.