Skip to content

Commit

Permalink
chore: version packages (#1164)
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
## @suspensive/react@2.12.0

### Minor Changes

- [#1160](#1160)
[`1e5256d`](1e5256d)
Thanks [@manudeli](https://github.com/manudeli)! - feat(react): add
DefaultProps, DefaultPropsProvider and deprecate Suspensive,
SuspensiveProvider

### Patch Changes

-   Updated dependencies \[]:
    -   @suspensive/utils@2.12.0

## @suspensive/cache@0.3.2

### Patch Changes

-   Updated dependencies \[]:
    -   @suspensive/utils@2.12.0

## @suspensive/jotai@0.0.10

### Patch Changes

-   Updated dependencies \[]:
    -   @suspensive/utils@2.12.0

## @suspensive/react-image@0.0.24

### Patch Changes

-   Updated dependencies \[]:
    -   @suspensive/utils@2.12.0

## @suspensive/react-native@0.0.2

### Patch Changes

-   Updated dependencies \[]:
    -   @suspensive/utils@2.12.0

## @suspensive/react-query@2.12.0

### Patch Changes

- Updated dependencies
\[[`1e5256d`](1e5256d)]:
    -   @suspensive/react@2.12.0
    -   @suspensive/react-query-4@2.12.0
    -   @suspensive/react-query-5@2.12.0
    -   @suspensive/utils@2.12.0

## @suspensive/react-query-4@2.12.0

### Patch Changes

- Updated dependencies
\[[`1e5256d`](1e5256d)]:
    -   @suspensive/react@2.12.0
    -   @suspensive/utils@2.12.0

## @suspensive/react-query-5@2.12.0

### Patch Changes

- Updated dependencies
\[[`1e5256d`](1e5256d)]:
    -   @suspensive/react@2.12.0
    -   @suspensive/utils@2.12.0

## @suspensive/utils@2.12.0



## @suspensive/react-native-playground@1.0.2

### Patch Changes

-   Updated dependencies \[]:
    -   @suspensive/react-native@0.0.2

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Jonghyeon Ko <jonghyeon@toss.im>
Co-authored-by: GwanSik Kim <39869096+gwansikk@users.noreply.github.com>
Co-authored-by: 김석진(poki) <102217654+SEOKKAMONI@users.noreply.github.com>
Co-authored-by: Juhyeok Kang <23312485+kangju2000@users.noreply.github.com>
Co-authored-by: 김동희 <31029000+bigsaigon333@users.noreply.github.com>
  • Loading branch information
7 people authored Jul 30, 2024
1 parent 1e5256d commit 8073197
Show file tree
Hide file tree
Showing 22 changed files with 91 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/odd-hornets-hide.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/react-native-playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @suspensive/react-native-playground

## 1.0.2

### Patch Changes

- Updated dependencies []:
- @suspensive/react-native@0.0.2

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/react-native-playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@suspensive/react-native-playground",
"version": "1.0.1",
"version": "1.0.2",
"private": true,
"main": "index.js",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @suspensive/cache

## 0.3.2

### Patch Changes

- Updated dependencies []:
- @suspensive/utils@2.12.0

## 0.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@suspensive/cache",
"version": "0.3.1",
"version": "0.3.2",
"description": "Useful interfaces for React Suspense",
"keywords": [
"suspensive",
Expand Down
7 changes: 7 additions & 0 deletions packages/jotai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @suspensive/jotai

## 0.0.10

### Patch Changes

- Updated dependencies []:
- @suspensive/utils@2.12.0

## 0.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/jotai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@suspensive/jotai",
"version": "0.0.9",
"version": "0.0.10",
"description": "Useful helpers for jotai with suspense",
"keywords": [
"suspensive",
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 @@
# @suspensive/react-image

## 0.0.24

### Patch Changes

- Updated dependencies []:
- @suspensive/utils@2.12.0

## 0.0.23

### 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": "@suspensive/react-image",
"version": "0.0.23",
"version": "0.0.24",
"description": "Useful image interfaces for React Suspense",
"keywords": [
"suspensive",
Expand Down
7 changes: 7 additions & 0 deletions packages/react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @suspensive/react-native

## 0.0.2

### Patch Changes

- Updated dependencies []:
- @suspensive/utils@2.12.0

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@suspensive/react-native",
"version": "0.0.1",
"version": "0.0.2",
"description": "Useful interfaces for React Suspense",
"keywords": [
"suspensive",
Expand Down
8 changes: 8 additions & 0 deletions packages/react-query-4/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @suspensive/react-query-4

## 2.12.0

### Patch Changes

- Updated dependencies [[`1e5256d`](https://github.com/toss/suspensive/commit/1e5256d7ee91c77164cec0c9b14830927aa6da7d)]:
- @suspensive/react@2.12.0
- @suspensive/utils@2.12.0

## 2.11.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-query-4/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@suspensive/react-query-4",
"version": "2.11.0",
"version": "2.12.0",
"description": "Useful helpers for @tanstack/react-query@4 with suspense",
"keywords": [
"suspensive",
Expand Down Expand Up @@ -65,7 +65,7 @@
"react-dom": "^18.3.1"
},
"peerDependencies": {
"@suspensive/react": "workspace:^2.11.0",
"@suspensive/react": "workspace:^2.12.0",
"@tanstack/react-query": "^4",
"react": "^18"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/react-query-5/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @suspensive/react-query-5

## 2.12.0

### Patch Changes

- Updated dependencies [[`1e5256d`](https://github.com/toss/suspensive/commit/1e5256d7ee91c77164cec0c9b14830927aa6da7d)]:
- @suspensive/react@2.12.0
- @suspensive/utils@2.12.0

## 2.11.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-query-5/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@suspensive/react-query-5",
"version": "2.11.0",
"version": "2.12.0",
"description": "Useful helpers for @tanstack/react-query@5 with suspense",
"keywords": [
"suspensive",
Expand Down Expand Up @@ -65,7 +65,7 @@
"react-dom": "^18.3.1"
},
"peerDependencies": {
"@suspensive/react": "workspace:^2.11.0",
"@suspensive/react": "workspace:^2.12.0",
"@tanstack/react-query": "^5",
"react": "^18"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/react-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @suspensive/react-query

## 2.12.0

### Patch Changes

- Updated dependencies [[`1e5256d`](https://github.com/toss/suspensive/commit/1e5256d7ee91c77164cec0c9b14830927aa6da7d)]:
- @suspensive/react@2.12.0
- @suspensive/react-query-4@2.12.0
- @suspensive/react-query-5@2.12.0
- @suspensive/utils@2.12.0

## 2.11.0

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/react-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@suspensive/react-query",
"version": "2.11.0",
"version": "2.12.0",
"description": "Useful helpers for @tanstack/react-query with suspense",
"keywords": [
"suspensive",
Expand Down Expand Up @@ -57,8 +57,8 @@
},
"dependencies": {
"@commander-js/extra-typings": "^12.1.0",
"@suspensive/react-query-4": "workspace:^2.11.0",
"@suspensive/react-query-5": "workspace:^2.11.0",
"@suspensive/react-query-4": "workspace:^2.12.0",
"@suspensive/react-query-5": "workspace:^2.12.0",
"@suspensive/utils": "workspace:*",
"cli-table3": "^0.6.5",
"commander": "^12.1.0"
Expand All @@ -75,7 +75,7 @@
"react-dom": "^18.3.1"
},
"peerDependencies": {
"@suspensive/react": "workspace:^2.11.0",
"@suspensive/react": "workspace:^2.12.0",
"@tanstack/react-query": "^4 || ^5",
"react": "^18"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @suspensive/react

## 2.12.0

### Minor Changes

- [#1160](https://github.com/toss/suspensive/pull/1160) [`1e5256d`](https://github.com/toss/suspensive/commit/1e5256d7ee91c77164cec0c9b14830927aa6da7d) Thanks [@manudeli](https://github.com/manudeli)! - feat(react): add DefaultProps, DefaultPropsProvider and deprecate Suspensive, SuspensiveProvider

### Patch Changes

- Updated dependencies []:
- @suspensive/utils@2.12.0

## 2.11.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@suspensive/react",
"version": "2.11.0",
"version": "2.12.0",
"description": "Useful interfaces for React Suspense",
"keywords": [
"suspensive",
Expand Down
2 changes: 2 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @suspensive/utils

## 2.12.0

## 2.11.0

## 2.10.0
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@suspensive/utils",
"version": "2.11.0",
"version": "2.12.0",
"description": "Useful interfaces for React Suspense",
"keywords": [
"suspensive",
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.

0 comments on commit 8073197

Please sign in to comment.