From b43144a5154bbe1d5379dc4d1d8d0a4c61878f1b Mon Sep 17 00:00:00 2001 From: Jonghyeon Ko Date: Fri, 11 Oct 2024 23:17:42 +0900 Subject: [PATCH] chore: version packages (#1305) 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.17.3 ### Patch Changes - [#1302](https://github.com/toss/suspensive/pull/1302) [`5044c94`](https://github.com/toss/suspensive/commit/5044c949ca5294ca453ba4b2983d526c8b5123d9) Thanks [@dayongkr](https://github.com/dayongkr)! - refactor(react): use direct `undefined` comparison for fallback in `` and `` ## @suspensive/react-query@2.17.3 ### Patch Changes - Updated dependencies \[[`5044c94`](https://github.com/toss/suspensive/commit/5044c949ca5294ca453ba4b2983d526c8b5123d9)]: - @suspensive/react@2.17.3 - @suspensive/react-query-4@2.17.3 - @suspensive/react-query-5@2.17.3 ## @suspensive/react-query-4@2.17.3 ### Patch Changes - Updated dependencies \[[`5044c94`](https://github.com/toss/suspensive/commit/5044c949ca5294ca453ba4b2983d526c8b5123d9)]: - @suspensive/react@2.17.3 ## @suspensive/react-query-5@2.17.3 ### Patch Changes - Updated dependencies \[[`5044c94`](https://github.com/toss/suspensive/commit/5044c949ca5294ca453ba4b2983d526c8b5123d9)]: - @suspensive/react@2.17.3 ## @suspensive/jotai@2.17.3 --- .changeset/flat-eagles-train.md | 5 ---- packages/jotai/CHANGELOG.md | 2 ++ packages/jotai/package.json | 2 +- packages/react-query-4/CHANGELOG.md | 7 ++++++ packages/react-query-4/package.json | 4 +-- packages/react-query-5/CHANGELOG.md | 7 ++++++ packages/react-query-5/package.json | 4 +-- packages/react-query/CHANGELOG.md | 9 +++++++ packages/react-query/package.json | 8 +++--- packages/react/CHANGELOG.md | 6 +++++ packages/react/package.json | 2 +- pnpm-lock.yaml | 39 ++--------------------------- 12 files changed, 43 insertions(+), 52 deletions(-) delete mode 100644 .changeset/flat-eagles-train.md diff --git a/.changeset/flat-eagles-train.md b/.changeset/flat-eagles-train.md deleted file mode 100644 index c84653021..000000000 --- a/.changeset/flat-eagles-train.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@suspensive/react": patch ---- - -refactor(react): use direct `undefined` comparison for fallback in `` and `` diff --git a/packages/jotai/CHANGELOG.md b/packages/jotai/CHANGELOG.md index 8977ddd7a..750256e7f 100644 --- a/packages/jotai/CHANGELOG.md +++ b/packages/jotai/CHANGELOG.md @@ -1,5 +1,7 @@ # @suspensive/jotai +## 2.17.3 + ## 2.17.2 ### Patch Changes diff --git a/packages/jotai/package.json b/packages/jotai/package.json index 5fe3d5219..39044dfd8 100644 --- a/packages/jotai/package.json +++ b/packages/jotai/package.json @@ -1,6 +1,6 @@ { "name": "@suspensive/jotai", - "version": "2.17.2", + "version": "2.17.3", "description": "Suspensive interfaces for jotai", "keywords": [ "suspensive", diff --git a/packages/react-query-4/CHANGELOG.md b/packages/react-query-4/CHANGELOG.md index faa8e5dbe..672765de1 100644 --- a/packages/react-query-4/CHANGELOG.md +++ b/packages/react-query-4/CHANGELOG.md @@ -1,5 +1,12 @@ # @suspensive/react-query-4 +## 2.17.3 + +### Patch Changes + +- Updated dependencies [[`5044c94`](https://github.com/toss/suspensive/commit/5044c949ca5294ca453ba4b2983d526c8b5123d9)]: + - @suspensive/react@2.17.3 + ## 2.17.2 ### Patch Changes diff --git a/packages/react-query-4/package.json b/packages/react-query-4/package.json index 47a8b7f72..746ef259e 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.17.2", + "version": "2.17.3", "description": "Suspensive interfaces for @tanstack/react-query@4", "keywords": [ "suspensive", @@ -59,7 +59,7 @@ "react": "catalog:react18" }, "peerDependencies": { - "@suspensive/react": "workspace:^2.17.2", + "@suspensive/react": "workspace:^2.17.3", "@tanstack/react-query": "^4", "react": "^18" }, diff --git a/packages/react-query-5/CHANGELOG.md b/packages/react-query-5/CHANGELOG.md index a0ef687c0..c9ba6d498 100644 --- a/packages/react-query-5/CHANGELOG.md +++ b/packages/react-query-5/CHANGELOG.md @@ -1,5 +1,12 @@ # @suspensive/react-query-5 +## 2.17.3 + +### Patch Changes + +- Updated dependencies [[`5044c94`](https://github.com/toss/suspensive/commit/5044c949ca5294ca453ba4b2983d526c8b5123d9)]: + - @suspensive/react@2.17.3 + ## 2.17.2 ### Patch Changes diff --git a/packages/react-query-5/package.json b/packages/react-query-5/package.json index 6662c8bc2..95af4909e 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.17.2", + "version": "2.17.3", "description": "Suspensive interfaces for @tanstack/react-query@5", "keywords": [ "suspensive", @@ -59,7 +59,7 @@ "react": "catalog:react18" }, "peerDependencies": { - "@suspensive/react": "workspace:^2.17.2", + "@suspensive/react": "workspace:^2.17.3", "@tanstack/react-query": "^5", "react": "^18" }, diff --git a/packages/react-query/CHANGELOG.md b/packages/react-query/CHANGELOG.md index caff0a1a2..b14ca7d65 100644 --- a/packages/react-query/CHANGELOG.md +++ b/packages/react-query/CHANGELOG.md @@ -1,5 +1,14 @@ # @suspensive/react-query +## 2.17.3 + +### Patch Changes + +- Updated dependencies [[`5044c94`](https://github.com/toss/suspensive/commit/5044c949ca5294ca453ba4b2983d526c8b5123d9)]: + - @suspensive/react@2.17.3 + - @suspensive/react-query-4@2.17.3 + - @suspensive/react-query-5@2.17.3 + ## 2.17.2 ### Patch Changes diff --git a/packages/react-query/package.json b/packages/react-query/package.json index ce76e34a3..352c9a01c 100644 --- a/packages/react-query/package.json +++ b/packages/react-query/package.json @@ -1,6 +1,6 @@ { "name": "@suspensive/react-query", - "version": "2.17.2", + "version": "2.17.3", "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.17.2", - "@suspensive/react-query-5": "workspace:^2.17.2", + "@suspensive/react-query-4": "workspace:^2.17.3", + "@suspensive/react-query-5": "workspace:^2.17.3", "cli-table3": "^0.6.5", "commander": "^12.1.0" }, @@ -71,7 +71,7 @@ "react": "catalog:react18" }, "peerDependencies": { - "@suspensive/react": "workspace:^2.17.2", + "@suspensive/react": "workspace:^2.17.3", "@tanstack/react-query": "^4 || ^5", "react": "^18" }, diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 21e06262c..7c84f8b95 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,11 @@ # @suspensive/react +## 2.17.3 + +### Patch Changes + +- [#1302](https://github.com/toss/suspensive/pull/1302) [`5044c94`](https://github.com/toss/suspensive/commit/5044c949ca5294ca453ba4b2983d526c8b5123d9) Thanks [@dayongkr](https://github.com/dayongkr)! - refactor(react): use direct `undefined` comparison for fallback in `` and `` + ## 2.17.2 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 21c21f3d9..bcf9e04d9 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@suspensive/react", - "version": "2.17.2", + "version": "2.17.3", "description": "Suspensive interface for react", "keywords": [ "suspensive", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0cbb866ad..8d817a48b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -617,10 +617,10 @@ importers: specifier: ^12.1.0 version: 12.1.0(commander@12.1.0) '@suspensive/react-query-4': - specifier: workspace:^2.17.2 + specifier: workspace:^2.17.3 version: link:../react-query-4 '@suspensive/react-query-5': - specifier: workspace:^2.17.2 + specifier: workspace:^2.17.3 version: link:../react-query-5 cli-table3: specifier: ^0.6.5 @@ -2523,79 +2523,67 @@ packages: resolution: {integrity: sha512-9B+taZ8DlyyqzZQnoeIvDVR/2F4EbMepXMc/NdVbkzsJbzkUjhXv/70GQJ7tdLA4YJgNP25zukcxpX2/SueNrA==} cpu: [arm64] os: [linux] - libc: [glibc] '@img/sharp-libvips-linux-arm@1.0.5': resolution: {integrity: sha512-gvcC4ACAOPRNATg/ov8/MnbxFDJqf/pDePbBnuBDcjsI8PssmjoKMAz4LtLaVi+OnSb5FK/yIOamqDwGmXW32g==} cpu: [arm] os: [linux] - libc: [glibc] '@img/sharp-libvips-linux-s390x@1.0.4': resolution: {integrity: sha512-u7Wz6ntiSSgGSGcjZ55im6uvTrOxSIS8/dgoVMoiGE9I6JAfU50yH5BoDlYA1tcuGS7g/QNtetJnxA6QEsCVTA==} cpu: [s390x] os: [linux] - libc: [glibc] '@img/sharp-libvips-linux-x64@1.0.4': resolution: {integrity: sha512-MmWmQ3iPFZr0Iev+BAgVMb3ZyC4KeFc3jFxnNbEPas60e1cIfevbtuyf9nDGIzOaW9PdnDciJm+wFFaTlj5xYw==} cpu: [x64] os: [linux] - libc: [glibc] '@img/sharp-libvips-linuxmusl-arm64@1.0.4': resolution: {integrity: sha512-9Ti+BbTYDcsbp4wfYib8Ctm1ilkugkA/uscUn6UXK1ldpC1JjiXbLfFZtRlBhjPZ5o1NCLiDbg8fhUPKStHoTA==} cpu: [arm64] os: [linux] - libc: [musl] '@img/sharp-libvips-linuxmusl-x64@1.0.4': resolution: {integrity: sha512-viYN1KX9m+/hGkJtvYYp+CCLgnJXwiQB39damAO7WMdKWlIhmYTfHjwSbQeUK/20vY154mwezd9HflVFM1wVSw==} cpu: [x64] os: [linux] - libc: [musl] '@img/sharp-linux-arm64@0.33.5': resolution: {integrity: sha512-JMVv+AMRyGOHtO1RFBiJy/MBsgz0x4AWrT6QoEVVTyh1E39TrCUpTRI7mx9VksGX4awWASxqCYLCV4wBZHAYxA==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [arm64] os: [linux] - libc: [glibc] '@img/sharp-linux-arm@0.33.5': resolution: {integrity: sha512-JTS1eldqZbJxjvKaAkxhZmBqPRGmxgu+qFKSInv8moZ2AmT5Yib3EQ1c6gp493HvrvV8QgdOXdyaIBrhvFhBMQ==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [arm] os: [linux] - libc: [glibc] '@img/sharp-linux-s390x@0.33.5': resolution: {integrity: sha512-y/5PCd+mP4CA/sPDKl2961b+C9d+vPAveS33s6Z3zfASk2j5upL6fXVPZi7ztePZ5CuH+1kW8JtvxgbuXHRa4Q==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [s390x] os: [linux] - libc: [glibc] '@img/sharp-linux-x64@0.33.5': resolution: {integrity: sha512-opC+Ok5pRNAzuvq1AG0ar+1owsu842/Ab+4qvU879ippJBHvyY5n2mxF1izXqkPYlGuP/M556uh53jRLJmzTWA==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [x64] os: [linux] - libc: [glibc] '@img/sharp-linuxmusl-arm64@0.33.5': resolution: {integrity: sha512-XrHMZwGQGvJg2V/oRSUfSAfjfPxO+4DkiRh6p2AFjLQztWUuY/o8Mq0eMQVIY7HJ1CDQUJlxGGZRw1a5bqmd1g==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [arm64] os: [linux] - libc: [musl] '@img/sharp-linuxmusl-x64@0.33.5': resolution: {integrity: sha512-WT+d/cgqKkkKySYmqoZ8y3pxx7lx9vVejxW/W4DOFMYVSkErR+w7mf2u8m/y4+xHe7yY9DAXQMWQhpnMuFfScw==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [x64] os: [linux] - libc: [musl] '@img/sharp-wasm32@0.33.5': resolution: {integrity: sha512-ykUW4LVGaMcU9lu9thv85CbRMAwfeadCJHRsg2GmeRa/cJxsVY9Rbd57JcMxBkKHag5U/x7TSBpScF4U8ElVzg==} @@ -2828,42 +2816,36 @@ packages: engines: {node: '>= 10'} cpu: [arm64] os: [linux] - libc: [glibc] '@napi-rs/simple-git-linux-arm64-musl@0.1.17': resolution: {integrity: sha512-PRdVIEvgdIuJhDvdneO3X7XfZwujU7MOyymwK3kR1RMJPlbwzxdQBA86am/jEkBP7d8Cx8RbREzJ6y/2hAHKOQ==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - libc: [musl] '@napi-rs/simple-git-linux-powerpc64le-gnu@0.1.17': resolution: {integrity: sha512-afbfsJMpQjtdLP3BRGj/hKpRqymxw2Lt+dmyoRej0zKxZnuPrws3Fi85RyYsT/6Tq0hSUAMeh5UtxGAOH3q8gA==} engines: {node: '>= 10'} cpu: [powerpc64le] os: [linux] - libc: [glibc] '@napi-rs/simple-git-linux-s390x-gnu@0.1.17': resolution: {integrity: sha512-qTgRIUsU+b7RMls+Ji4xlDYq0rsUuNBpzVgb991UPnzrhFWFFkCtyk6I6tJqMtRfg7Vgn1stCghFEQiHmpqkew==} engines: {node: '>= 10'} cpu: [s390x] os: [linux] - libc: [glibc] '@napi-rs/simple-git-linux-x64-gnu@0.1.17': resolution: {integrity: sha512-xHlyUDJhjPUCR07JGrvMfLg5XSRVDsxgpo6B6zYQOSMcVgM7fjvyWNMBe508r4eD5YZKZyBPfSJUc5Ls9ToJNQ==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - libc: [glibc] '@napi-rs/simple-git-linux-x64-musl@0.1.17': resolution: {integrity: sha512-eaTr+WPeiuEegduE3O7VzHhHftGXmX1pzzILoOTbbdmeEuH1BHnGAr35XTu+1lUHUqE2JHef3d3PgBHeh844hA==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - libc: [musl] '@napi-rs/simple-git-win32-arm64-msvc@0.1.17': resolution: {integrity: sha512-v1F72stOCjapCd0Ha928m8X8i/IPhPQIXbYEGX0MEmaaAzbAJ3PTSSFpb0rFLShXaDFA2Wuw/jzlkPLESPdKVQ==} @@ -2904,28 +2886,24 @@ packages: engines: {node: '>= 10'} cpu: [arm64] os: [linux] - libc: [glibc] '@next/swc-linux-arm64-musl@14.2.15': resolution: {integrity: sha512-k5xf/tg1FBv/M4CMd8S+JL3uV9BnnRmoe7F+GWC3DxkTCD9aewFRH1s5rJ1zkzDa+Do4zyN8qD0N8c84Hu96FQ==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - libc: [musl] '@next/swc-linux-x64-gnu@14.2.15': resolution: {integrity: sha512-kE6q38hbrRbKEkkVn62reLXhThLRh6/TvgSP56GkFNhU22TbIrQDEMrO7j0IcQHcew2wfykq8lZyHFabz0oBrA==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - libc: [glibc] '@next/swc-linux-x64-musl@14.2.15': resolution: {integrity: sha512-PZ5YE9ouy/IdO7QVJeIcyLn/Rc4ml9M2G4y3kCM9MNf1YKvFY4heg3pVa/jQbMro+tP6yc4G2o9LjAz1zxD7tQ==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - libc: [musl] '@next/swc-win32-arm64-msvc@14.2.15': resolution: {integrity: sha512-2raR16703kBvYEQD9HNLyb0/394yfqzmIeyp2nDzcPV4yPjqNUG3ohX6jX00WryXz6s1FXpVhsCo3i+g4RUX+g==} @@ -3162,55 +3140,46 @@ packages: resolution: {integrity: sha512-ztRJJMiE8nnU1YFcdbd9BcH6bGWG1z+jP+IPW2oDUAPxPjo9dverIOyXz76m6IPA6udEL12reYeLojzW2cYL7w==} cpu: [arm] os: [linux] - libc: [glibc] '@rollup/rollup-linux-arm-musleabihf@4.21.2': resolution: {integrity: sha512-flOcGHDZajGKYpLV0JNc0VFH361M7rnV1ee+NTeC/BQQ1/0pllYcFmxpagltANYt8FYf9+kL6RSk80Ziwyhr7w==} cpu: [arm] os: [linux] - libc: [musl] '@rollup/rollup-linux-arm64-gnu@4.21.2': resolution: {integrity: sha512-69CF19Kp3TdMopyteO/LJbWufOzqqXzkrv4L2sP8kfMaAQ6iwky7NoXTp7bD6/irKgknDKM0P9E/1l5XxVQAhw==} cpu: [arm64] os: [linux] - libc: [glibc] '@rollup/rollup-linux-arm64-musl@4.21.2': resolution: {integrity: sha512-48pD/fJkTiHAZTnZwR0VzHrao70/4MlzJrq0ZsILjLW/Ab/1XlVUStYyGt7tdyIiVSlGZbnliqmult/QGA2O2w==} cpu: [arm64] os: [linux] - libc: [musl] '@rollup/rollup-linux-powerpc64le-gnu@4.21.2': resolution: {integrity: sha512-cZdyuInj0ofc7mAQpKcPR2a2iu4YM4FQfuUzCVA2u4HI95lCwzjoPtdWjdpDKyHxI0UO82bLDoOaLfpZ/wviyQ==} cpu: [ppc64] os: [linux] - libc: [glibc] '@rollup/rollup-linux-riscv64-gnu@4.21.2': resolution: {integrity: sha512-RL56JMT6NwQ0lXIQmMIWr1SW28z4E4pOhRRNqwWZeXpRlykRIlEpSWdsgNWJbYBEWD84eocjSGDu/XxbYeCmwg==} cpu: [riscv64] os: [linux] - libc: [glibc] '@rollup/rollup-linux-s390x-gnu@4.21.2': resolution: {integrity: sha512-PMxkrWS9z38bCr3rWvDFVGD6sFeZJw4iQlhrup7ReGmfn7Oukrr/zweLhYX6v2/8J6Cep9IEA/SmjXjCmSbrMQ==} cpu: [s390x] os: [linux] - libc: [glibc] '@rollup/rollup-linux-x64-gnu@4.21.2': resolution: {integrity: sha512-B90tYAUoLhU22olrafY3JQCFLnT3NglazdwkHyxNDYF/zAxJt5fJUB/yBoWFoIQ7SQj+KLe3iL4BhOMa9fzgpw==} cpu: [x64] os: [linux] - libc: [glibc] '@rollup/rollup-linux-x64-musl@4.21.2': resolution: {integrity: sha512-7twFizNXudESmC9oneLGIUmoHiiLppz/Xs5uJQ4ShvE6234K0VB1/aJYU3f/4g7PhssLGKBVCC37uRkkOi8wjg==} cpu: [x64] os: [linux] - libc: [musl] '@rollup/rollup-win32-arm64-msvc@4.21.2': resolution: {integrity: sha512-9rRero0E7qTeYf6+rFh3AErTNU1VCQg2mn7CQcI44vNUWM9Ze7MSRS/9RFuSsox+vstRt97+x3sOhEey024FRQ==} @@ -7562,28 +7531,24 @@ packages: engines: {node: '>= 12.0.0'} cpu: [arm64] os: [linux] - libc: [glibc] lightningcss-linux-arm64-musl@1.19.0: resolution: {integrity: sha512-vSCKO7SDnZaFN9zEloKSZM5/kC5gbzUjoJQ43BvUpyTFUX7ACs/mDfl2Eq6fdz2+uWhUh7vf92c4EaaP4udEtA==} engines: {node: '>= 12.0.0'} cpu: [arm64] os: [linux] - libc: [musl] lightningcss-linux-x64-gnu@1.19.0: resolution: {integrity: sha512-0AFQKvVzXf9byrXUq9z0anMGLdZJS+XSDqidyijI5njIwj6MdbvX2UZK/c4FfNmeRa2N/8ngTffoIuOUit5eIQ==} engines: {node: '>= 12.0.0'} cpu: [x64] os: [linux] - libc: [glibc] lightningcss-linux-x64-musl@1.19.0: resolution: {integrity: sha512-SJoM8CLPt6ECCgSuWe+g0qo8dqQYVcPiW2s19dxkmSI5+Uu1GIRzyKA0b7QqmEXolA+oSJhQqCmJpzjY4CuZAg==} engines: {node: '>= 12.0.0'} cpu: [x64] os: [linux] - libc: [musl] lightningcss-win32-x64-msvc@1.19.0: resolution: {integrity: sha512-C+VuUTeSUOAaBZZOPT7Etn/agx/MatzJzGRkeV+zEABmPuntv1zihncsi+AyGmjkkzq3wVedEy7h0/4S84mUtg==}