diff --git a/.changeset/chatty-socks-guess.md b/.changeset/chatty-socks-guess.md deleted file mode 100644 index 8cbb61971..000000000 --- a/.changeset/chatty-socks-guess.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@suspensive/react-query-4': patch -'@suspensive/react-query-5': patch -'@suspensive/react': patch ---- - -docs(react-query, react): Update jsdoc link from `en/docs` to `docs` diff --git a/.changeset/thick-cats-marry.md b/.changeset/thick-cats-marry.md deleted file mode 100644 index 3a42f2c40..000000000 --- a/.changeset/thick-cats-marry.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@suspensive/react-query-4': patch -'@suspensive/react': patch ---- - -feat(react, react-query-4): add missing JSDoc for react and react-query-4 diff --git a/.changeset/twenty-rockets-knock.md b/.changeset/twenty-rockets-knock.md deleted file mode 100644 index b9c8f7957..000000000 --- a/.changeset/twenty-rockets-knock.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@suspensive/jotai": patch -"@suspensive/react-query-4": patch -"@suspensive/react-query-5": patch -"@suspensive/react": patch ---- - -fix(*): fix typo in jsdoc diff --git a/.changeset/wild-days-retire.md b/.changeset/wild-days-retire.md deleted file mode 100644 index 2e363ff9b..000000000 --- a/.changeset/wild-days-retire.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@suspensive/react-query-4': patch -'@suspensive/react-query-5': patch -'@suspensive/jotai': patch -'@suspensive/react': patch ---- - -fix(react-query, jotai, react): fix typo in jsdoc diff --git a/packages/jotai/CHANGELOG.md b/packages/jotai/CHANGELOG.md index 5c133fa35..5c4acf7e0 100644 --- a/packages/jotai/CHANGELOG.md +++ b/packages/jotai/CHANGELOG.md @@ -1,5 +1,13 @@ # @suspensive/jotai +## 2.18.6 + +### Patch Changes + +- [#1364](https://github.com/toss/suspensive/pull/1364) [`9db2983`](https://github.com/toss/suspensive/commit/9db298363b0df84225e03e54bbbe950814c55495) Thanks [@kangju2000](https://github.com/kangju2000)! - fix(\*): fix typo in jsdoc + +- [#1364](https://github.com/toss/suspensive/pull/1364) [`9db2983`](https://github.com/toss/suspensive/commit/9db298363b0df84225e03e54bbbe950814c55495) Thanks [@kangju2000](https://github.com/kangju2000)! - fix(react-query, jotai, react): fix typo in jsdoc + ## 2.18.5 ## 2.18.4 diff --git a/packages/jotai/package.json b/packages/jotai/package.json index ab88ed90a..d0c6d880f 100644 --- a/packages/jotai/package.json +++ b/packages/jotai/package.json @@ -1,6 +1,6 @@ { "name": "@suspensive/jotai", - "version": "2.18.5", + "version": "2.18.6", "description": "Suspensive interfaces for jotai", "keywords": [ "suspensive", diff --git a/packages/react-query-4/CHANGELOG.md b/packages/react-query-4/CHANGELOG.md index 2bf382ce3..2023bd0ae 100644 --- a/packages/react-query-4/CHANGELOG.md +++ b/packages/react-query-4/CHANGELOG.md @@ -1,5 +1,20 @@ # @suspensive/react-query-4 +## 2.18.6 + +### Patch Changes + +- [#1368](https://github.com/toss/suspensive/pull/1368) [`30b39d9`](https://github.com/toss/suspensive/commit/30b39d9c6e8ad5cf29316eb318ecd989b8da8aa7) Thanks [@kangju2000](https://github.com/kangju2000)! - docs(react-query, react): Update jsdoc link from `en/docs` to `docs` + +- [#1365](https://github.com/toss/suspensive/pull/1365) [`89c1cd9`](https://github.com/toss/suspensive/commit/89c1cd9028bbdf092cdda24254a56afd003c941f) Thanks [@kangju2000](https://github.com/kangju2000)! - feat(react, react-query-4): add missing JSDoc for react and react-query-4 + +- [#1364](https://github.com/toss/suspensive/pull/1364) [`9db2983`](https://github.com/toss/suspensive/commit/9db298363b0df84225e03e54bbbe950814c55495) Thanks [@kangju2000](https://github.com/kangju2000)! - fix(\*): fix typo in jsdoc + +- [#1364](https://github.com/toss/suspensive/pull/1364) [`9db2983`](https://github.com/toss/suspensive/commit/9db298363b0df84225e03e54bbbe950814c55495) Thanks [@kangju2000](https://github.com/kangju2000)! - fix(react-query, jotai, react): fix typo in jsdoc + +- Updated dependencies [[`30b39d9`](https://github.com/toss/suspensive/commit/30b39d9c6e8ad5cf29316eb318ecd989b8da8aa7), [`89c1cd9`](https://github.com/toss/suspensive/commit/89c1cd9028bbdf092cdda24254a56afd003c941f), [`9db2983`](https://github.com/toss/suspensive/commit/9db298363b0df84225e03e54bbbe950814c55495), [`9db2983`](https://github.com/toss/suspensive/commit/9db298363b0df84225e03e54bbbe950814c55495)]: + - @suspensive/react@2.18.6 + ## 2.18.5 ### Patch Changes diff --git a/packages/react-query-4/package.json b/packages/react-query-4/package.json index 21d63333d..93c2756b5 100644 --- a/packages/react-query-4/package.json +++ b/packages/react-query-4/package.json @@ -1,6 +1,6 @@ { "name": "@suspensive/react-query-4", - "version": "2.18.5", + "version": "2.18.6", "description": "Suspensive interfaces for @tanstack/react-query@4", "keywords": [ "suspensive", @@ -59,7 +59,7 @@ "react": "catalog:react18" }, "peerDependencies": { - "@suspensive/react": "workspace:^2.18.5", + "@suspensive/react": "workspace:^2.18.6", "@tanstack/react-query": "^4", "react": "^18" }, diff --git a/packages/react-query-5/CHANGELOG.md b/packages/react-query-5/CHANGELOG.md index 635b7c2ba..5df7d8cc0 100644 --- a/packages/react-query-5/CHANGELOG.md +++ b/packages/react-query-5/CHANGELOG.md @@ -1,5 +1,18 @@ # @suspensive/react-query-5 +## 2.18.6 + +### Patch Changes + +- [#1368](https://github.com/toss/suspensive/pull/1368) [`30b39d9`](https://github.com/toss/suspensive/commit/30b39d9c6e8ad5cf29316eb318ecd989b8da8aa7) Thanks [@kangju2000](https://github.com/kangju2000)! - docs(react-query, react): Update jsdoc link from `en/docs` to `docs` + +- [#1364](https://github.com/toss/suspensive/pull/1364) [`9db2983`](https://github.com/toss/suspensive/commit/9db298363b0df84225e03e54bbbe950814c55495) Thanks [@kangju2000](https://github.com/kangju2000)! - fix(\*): fix typo in jsdoc + +- [#1364](https://github.com/toss/suspensive/pull/1364) [`9db2983`](https://github.com/toss/suspensive/commit/9db298363b0df84225e03e54bbbe950814c55495) Thanks [@kangju2000](https://github.com/kangju2000)! - fix(react-query, jotai, react): fix typo in jsdoc + +- Updated dependencies [[`30b39d9`](https://github.com/toss/suspensive/commit/30b39d9c6e8ad5cf29316eb318ecd989b8da8aa7), [`89c1cd9`](https://github.com/toss/suspensive/commit/89c1cd9028bbdf092cdda24254a56afd003c941f), [`9db2983`](https://github.com/toss/suspensive/commit/9db298363b0df84225e03e54bbbe950814c55495), [`9db2983`](https://github.com/toss/suspensive/commit/9db298363b0df84225e03e54bbbe950814c55495)]: + - @suspensive/react@2.18.6 + ## 2.18.5 ### Patch Changes diff --git a/packages/react-query-5/package.json b/packages/react-query-5/package.json index adeb797a5..88114a0e0 100644 --- a/packages/react-query-5/package.json +++ b/packages/react-query-5/package.json @@ -1,6 +1,6 @@ { "name": "@suspensive/react-query-5", - "version": "2.18.5", + "version": "2.18.6", "description": "Suspensive interfaces for @tanstack/react-query@5", "keywords": [ "suspensive", @@ -59,7 +59,7 @@ "react": "catalog:react18" }, "peerDependencies": { - "@suspensive/react": "workspace:^2.18.5", + "@suspensive/react": "workspace:^2.18.6", "@tanstack/react-query": "^5", "react": "^18" }, diff --git a/packages/react-query/CHANGELOG.md b/packages/react-query/CHANGELOG.md index c35a9e2c0..a3965036a 100644 --- a/packages/react-query/CHANGELOG.md +++ b/packages/react-query/CHANGELOG.md @@ -1,5 +1,14 @@ # @suspensive/react-query +## 2.18.6 + +### Patch Changes + +- Updated dependencies [[`30b39d9`](https://github.com/toss/suspensive/commit/30b39d9c6e8ad5cf29316eb318ecd989b8da8aa7), [`89c1cd9`](https://github.com/toss/suspensive/commit/89c1cd9028bbdf092cdda24254a56afd003c941f), [`9db2983`](https://github.com/toss/suspensive/commit/9db298363b0df84225e03e54bbbe950814c55495), [`9db2983`](https://github.com/toss/suspensive/commit/9db298363b0df84225e03e54bbbe950814c55495)]: + - @suspensive/react-query-4@2.18.6 + - @suspensive/react-query-5@2.18.6 + - @suspensive/react@2.18.6 + ## 2.18.5 ### Patch Changes diff --git a/packages/react-query/package.json b/packages/react-query/package.json index a98bad571..569a0fcc4 100644 --- a/packages/react-query/package.json +++ b/packages/react-query/package.json @@ -1,6 +1,6 @@ { "name": "@suspensive/react-query", - "version": "2.18.5", + "version": "2.18.6", "description": "Suspensive interfaces for @tanstack/react-query", "keywords": [ "suspensive", @@ -56,8 +56,8 @@ }, "dependencies": { "@commander-js/extra-typings": "^12.1.0", - "@suspensive/react-query-4": "workspace:^2.18.5", - "@suspensive/react-query-5": "workspace:^2.18.5", + "@suspensive/react-query-4": "workspace:^2.18.6", + "@suspensive/react-query-5": "workspace:^2.18.6", "cli-table3": "^0.6.5", "commander": "^12.1.0" }, @@ -71,7 +71,7 @@ "react": "catalog:react18" }, "peerDependencies": { - "@suspensive/react": "workspace:^2.18.5", + "@suspensive/react": "workspace:^2.18.6", "@tanstack/react-query": "^4 || ^5", "react": "^18" }, diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index fe8f31825..138670813 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,17 @@ # @suspensive/react +## 2.18.6 + +### Patch Changes + +- [#1368](https://github.com/toss/suspensive/pull/1368) [`30b39d9`](https://github.com/toss/suspensive/commit/30b39d9c6e8ad5cf29316eb318ecd989b8da8aa7) Thanks [@kangju2000](https://github.com/kangju2000)! - docs(react-query, react): Update jsdoc link from `en/docs` to `docs` + +- [#1365](https://github.com/toss/suspensive/pull/1365) [`89c1cd9`](https://github.com/toss/suspensive/commit/89c1cd9028bbdf092cdda24254a56afd003c941f) Thanks [@kangju2000](https://github.com/kangju2000)! - feat(react, react-query-4): add missing JSDoc for react and react-query-4 + +- [#1364](https://github.com/toss/suspensive/pull/1364) [`9db2983`](https://github.com/toss/suspensive/commit/9db298363b0df84225e03e54bbbe950814c55495) Thanks [@kangju2000](https://github.com/kangju2000)! - fix(\*): fix typo in jsdoc + +- [#1364](https://github.com/toss/suspensive/pull/1364) [`9db2983`](https://github.com/toss/suspensive/commit/9db298363b0df84225e03e54bbbe950814c55495) Thanks [@kangju2000](https://github.com/kangju2000)! - fix(react-query, jotai, react): fix typo in jsdoc + ## 2.18.5 ## 2.18.4 diff --git a/packages/react/package.json b/packages/react/package.json index f9fab01dd..6fed01b25 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@suspensive/react", - "version": "2.18.5", + "version": "2.18.6", "description": "Suspensive interface for react", "keywords": [ "suspensive", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e59d2271a..fb5b63b01 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -704,10 +704,10 @@ importers: specifier: ^12.1.0 version: 12.1.0(commander@12.1.0) '@suspensive/react-query-4': - specifier: workspace:^2.18.5 + specifier: workspace:^2.18.6 version: link:../react-query-4 '@suspensive/react-query-5': - specifier: workspace:^2.18.5 + specifier: workspace:^2.18.6 version: link:../react-query-5 cli-table3: specifier: ^0.6.5