Skip to content

Commit

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

- 470671a: fix(react-image): dependency @fepack/image version definitely
    -   @fepack/[email protected]

## @fepack/[email protected]



## @fepack/[email protected]

### Patch Changes

-   Updated dependencies [470671a]
    -   @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 470671a commit e82ef57
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/honest-boats-smile.md

This file was deleted.

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

## 0.2.1

## 0.2.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.2.0",
"version": "0.2.1",
"description": "Image preloader for fepack",
"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.1

### Patch Changes

- 470671a: fix(react-image): dependency @fepack/image version definitely
- @fepack/image@0.2.1

## 0.2.0

### Minor 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.0",
"version": "0.2.1",
"license": "MIT",
"author": {
"name": "Jonghyeon Ko",
Expand Down Expand Up @@ -37,7 +37,7 @@
"type:check": "tsc --noEmit"
},
"dependencies": {
"@fepack/image": "workspace:0.2.0"
"@fepack/image": "workspace:0.2.1"
},
"devDependencies": {
"@fepack/eslint-config": "workspace:^",
Expand Down
12 changes: 6 additions & 6 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.4

### Patch Changes

- Updated dependencies [470671a]
- @fepack/react-image@0.2.1

## 0.0.3

### 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.3",
"version": "0.0.4",
"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.2.0",
"@fepack/react-image": "workspace:0.2.1",
"@jsxcss/emotion": "^1.3.9",
"@suspensive/react": "1.14.1",
"next": "^13.4.4",
Expand Down

0 comments on commit e82ef57

Please sign in to comment.