Skip to content

Commit

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

### Minor Changes

- 36e57de: feat(image): add `LoadClient`, update `load` can return
image, export all public apis of @fepack/image in @fepack/react-image

## @fepack/[email protected]

### Minor Changes

- 36e57de: feat(image): add `LoadClient`, update `load` can return
image, export all public apis of @fepack/image in @fepack/react-image

### Patch Changes

-   Updated dependencies [36e57de]
    -   @fepack/[email protected]

## @fepack/[email protected]

### Patch Changes

-   Updated dependencies [36e57de]
    -   @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 24, 2023
1 parent 36e57de commit f75c65b
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 15 deletions.
6 changes: 0 additions & 6 deletions .changeset/brave-timers-lick.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.0

### Minor Changes

- 36e57de: feat(image): add `LoadClient`, update `load` can return image, export all public apis of @fepack/image in @fepack/react-image

## 0.1.0

### Minor 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.1.0",
"version": "0.2.0",
"description": "Image preloader for fepack",
"keywords": [
"fepack",
Expand Down
11 changes: 11 additions & 0 deletions packages/react-image/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @fepack/react-image

## 0.2.0

### Minor Changes

- 36e57de: feat(image): add `LoadClient`, update `load` can return image, export all public apis of @fepack/image in @fepack/react-image

### Patch Changes

- Updated dependencies [36e57de]
- @fepack/image@0.2.0

## 0.0.2

### 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.0.2",
"version": "0.2.0",
"license": "MIT",
"author": {
"name": "Jonghyeon Ko",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

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

7 changes: 7 additions & 0 deletions websites/demo-react-image-next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @fepack/demo-react-image-next

## 0.0.3

### Patch Changes

- Updated dependencies [36e57de]
- @fepack/react-image@0.2.0

## 0.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions websites/demo-react-image-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fepack/demo-react-image-next",
"version": "0.0.2",
"version": "0.0.3",
"private": true,
"scripts": {
"build": "next build",
Expand All @@ -12,7 +12,7 @@
"dependencies": {
"@emotion/react": "^11.10.8",
"@emotion/styled": "^11.10.8",
"@fepack/react-image": "workspace:0.0.2",
"@fepack/react-image": "workspace:0.2.0",
"@jsxcss/emotion": "^1.3.9",
"@suspensive/react": "1.14.1",
"next": "^13.4.4",
Expand Down

0 comments on commit f75c65b

Please sign in to comment.