Skip to content

Commit

Permalink
chore: version packages (#55)
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

-   3aa772e: refactor(image): JSDoc Annotations Update

## @fepack/[email protected]

### Patch Changes

-   Updated dependencies [3aa772e]
    -   @fepack/[email protected]

Co-authored-by: Chung-il Jung <[email protected]>
Co-authored-by: Jonghyeon Ko <[email protected]>
  • Loading branch information
3 people authored Sep 26, 2023
1 parent 3aa772e commit fe3581e
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/red-llamas-protect.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.4

### Patch Changes

- 3aa772e: refactor(image): JSDoc Annotations Update

## 0.2.3

### Patch Changes
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.3",
"version": "0.2.4",
"description": "easy image control",
"keywords": [
"fepack",
Expand Down
7 changes: 7 additions & 0 deletions packages/react-image/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @fepack/react-image

## 0.2.4

### Patch Changes

- Updated dependencies [3aa772e]
- @fepack/image@0.2.4

## 0.2.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.3",
"version": "0.2.4",
"description": "easy image control for React",
"keywords": [
"fepack",
Expand Down Expand Up @@ -47,7 +47,7 @@
"type:check": "tsc --noEmit"
},
"dependencies": {
"@fepack/image": "workspace:0.2.3"
"@fepack/image": "workspace:0.2.4"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion websites/demo-react-image-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@emotion/react": "^11.10.8",
"@emotion/styled": "^11.10.8",
"@fepack/react-image": "workspace:0.2.3",
"@fepack/react-image": "workspace:0.2.4",
"@jsxcss/emotion": "^1.3.9",
"@suspensive/react": "1.14.1",
"next": "^13.4.4",
Expand Down

0 comments on commit fe3581e

Please sign in to comment.