From 65cf92d5ec17e75a146cd15ee73a6f3e3bac8510 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 18 Jul 2024 17:11:20 +0000 Subject: [PATCH] chore: version packages --- .changeset/orange-readers-build.md | 5 ----- 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 | 13 ++++++++++++ packages/react-query/package.json | 8 +++---- packages/react/CHANGELOG.md | 2 ++ packages/react/package.json | 2 +- pnpm-lock.yaml | 33 ++--------------------------- 10 files changed, 40 insertions(+), 45 deletions(-) delete mode 100644 .changeset/orange-readers-build.md diff --git a/.changeset/orange-readers-build.md b/.changeset/orange-readers-build.md deleted file mode 100644 index 0527ed4b8..000000000 --- a/.changeset/orange-readers-build.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@suspensive/react-query": minor ---- - -feat(react-query): cli status result as table diff --git a/packages/react-query-4/CHANGELOG.md b/packages/react-query-4/CHANGELOG.md index 2bb9acbc4..4130f7caa 100644 --- a/packages/react-query-4/CHANGELOG.md +++ b/packages/react-query-4/CHANGELOG.md @@ -1,5 +1,12 @@ # @suspensive/react-query-4 +## 2.8.0 + +### Patch Changes + +- Updated dependencies []: + - @suspensive/react@2.8.0 + ## 2.7.0 ### Minor Changes diff --git a/packages/react-query-4/package.json b/packages/react-query-4/package.json index d0f402949..e0cf812f7 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.7.0", + "version": "2.8.0", "description": "Useful helpers for @tanstack/react-query@4 with suspense", "keywords": [ "suspensive", @@ -63,7 +63,7 @@ "react-dom": "^18.3.1" }, "peerDependencies": { - "@suspensive/react": "workspace:^2.7.0", + "@suspensive/react": "workspace:^2.8.0", "@tanstack/react-query": "^4", "react": "^18" }, diff --git a/packages/react-query-5/CHANGELOG.md b/packages/react-query-5/CHANGELOG.md index 7fed93758..e83c3bd2a 100644 --- a/packages/react-query-5/CHANGELOG.md +++ b/packages/react-query-5/CHANGELOG.md @@ -1,5 +1,12 @@ # @suspensive/react-query-5 +## 2.8.0 + +### Patch Changes + +- Updated dependencies []: + - @suspensive/react@2.8.0 + ## 2.7.0 ### Minor Changes diff --git a/packages/react-query-5/package.json b/packages/react-query-5/package.json index a2adf1c2d..3bec33ee6 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.7.0", + "version": "2.8.0", "description": "Useful helpers for @tanstack/react-query@5 with suspense", "keywords": [ "suspensive", @@ -63,7 +63,7 @@ "react-dom": "^18.3.1" }, "peerDependencies": { - "@suspensive/react": "workspace:^2.7.0", + "@suspensive/react": "workspace:^2.8.0", "@tanstack/react-query": "^5", "react": "^18" }, diff --git a/packages/react-query/CHANGELOG.md b/packages/react-query/CHANGELOG.md index 916ef6cc9..94b9594cc 100644 --- a/packages/react-query/CHANGELOG.md +++ b/packages/react-query/CHANGELOG.md @@ -1,5 +1,18 @@ # @suspensive/react-query +## 2.8.0 + +### Minor Changes + +- [#1100](https://github.com/toss/suspensive/pull/1100) [`8dcd88f`](https://github.com/toss/suspensive/commit/8dcd88f3770e0f0276bce8d40d06020511270ced) Thanks [@gwansikk](https://github.com/gwansikk)! - feat(react-query): cli status result as table + +### Patch Changes + +- Updated dependencies []: + - @suspensive/react@2.8.0 + - @suspensive/react-query-4@2.8.0 + - @suspensive/react-query-5@2.8.0 + ## 2.7.0 ### Minor Changes diff --git a/packages/react-query/package.json b/packages/react-query/package.json index 2431bb427..17b948903 100644 --- a/packages/react-query/package.json +++ b/packages/react-query/package.json @@ -1,6 +1,6 @@ { "name": "@suspensive/react-query", - "version": "2.7.0", + "version": "2.8.0", "description": "Useful helpers for @tanstack/react-query with suspense", "keywords": [ "suspensive", @@ -57,8 +57,8 @@ }, "dependencies": { "@commander-js/extra-typings": "^12.1.0", - "@suspensive/react-query-4": "workspace:^2.7.0", - "@suspensive/react-query-5": "workspace:^2.7.0", + "@suspensive/react-query-4": "workspace:^2.8.0", + "@suspensive/react-query-5": "workspace:^2.8.0", "cli-table3": "^0.6.5", "commander": "^12.1.0" }, @@ -75,7 +75,7 @@ "react-dom": "^18.3.1" }, "peerDependencies": { - "@suspensive/react": "workspace:^2.7.0", + "@suspensive/react": "workspace:^2.8.0", "@tanstack/react-query": "^4 || ^5", "react": "^18" }, diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 662330c91..852efadb1 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,7 @@ # @suspensive/react +## 2.8.0 + ## 2.7.0 ## 2.6.2 diff --git a/packages/react/package.json b/packages/react/package.json index 4434a4af6..0ffa4a810 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@suspensive/react", - "version": "2.7.0", + "version": "2.8.0", "description": "Useful interfaces for React Suspense", "keywords": [ "suspensive", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 138a9eaac..f7d6e21ca 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -484,10 +484,10 @@ importers: specifier: ^12.1.0 version: 12.1.0(commander@12.1.0) '@suspensive/react-query-4': - specifier: workspace:^2.7.0 + specifier: workspace:^2.8.0 version: link:../react-query-4 '@suspensive/react-query-5': - specifier: workspace:^2.7.0 + specifier: workspace:^2.8.0 version: link:../react-query-5 cli-table3: specifier: ^0.6.5 @@ -1439,84 +1439,72 @@ packages: engines: {glibc: '>=2.26', npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} cpu: [arm64] os: [linux] - libc: [glibc] '@img/sharp-libvips-linux-arm@1.0.2': resolution: {integrity: sha512-iLWCvrKgeFoglQxdEwzu1eQV04o8YeYGFXtfWU26Zr2wWT3q3MTzC+QTCO3ZQfWd3doKHT4Pm2kRmLbupT+sZw==} engines: {glibc: '>=2.28', npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} cpu: [arm] os: [linux] - libc: [glibc] '@img/sharp-libvips-linux-s390x@1.0.2': resolution: {integrity: sha512-cmhQ1J4qVhfmS6szYW7RT+gLJq9dH2i4maq+qyXayUSn9/3iY2ZeWpbAgSpSVbV2E1JUL2Gg7pwnYQ1h8rQIog==} engines: {glibc: '>=2.28', npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} cpu: [s390x] os: [linux] - libc: [glibc] '@img/sharp-libvips-linux-x64@1.0.2': resolution: {integrity: sha512-E441q4Qdb+7yuyiADVi5J+44x8ctlrqn8XgkDTwr4qPJzWkaHwD489iZ4nGDgcuya4iMN3ULV6NwbhRZJ9Z7SQ==} engines: {glibc: '>=2.26', npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} cpu: [x64] os: [linux] - libc: [glibc] '@img/sharp-libvips-linuxmusl-arm64@1.0.2': resolution: {integrity: sha512-3CAkndNpYUrlDqkCM5qhksfE+qSIREVpyoeHIU6jd48SJZViAmznoQQLAv4hVXF7xyUB9zf+G++e2v1ABjCbEQ==} engines: {musl: '>=1.2.2', npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} cpu: [arm64] os: [linux] - libc: [musl] '@img/sharp-libvips-linuxmusl-x64@1.0.2': resolution: {integrity: sha512-VI94Q6khIHqHWNOh6LLdm9s2Ry4zdjWJwH56WoiJU7NTeDwyApdZZ8c+SADC8OH98KWNQXnE01UdJ9CSfZvwZw==} engines: {musl: '>=1.2.2', npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} cpu: [x64] os: [linux] - libc: [musl] '@img/sharp-linux-arm64@0.33.4': resolution: {integrity: sha512-2800clwVg1ZQtxwSoTlHvtm9ObgAax7V6MTAB/hDT945Tfyy3hVkmiHpeLPCKYqYR1Gcmv1uDZ3a4OFwkdBL7Q==} engines: {glibc: '>=2.26', node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} cpu: [arm64] os: [linux] - libc: [glibc] '@img/sharp-linux-arm@0.33.4': resolution: {integrity: sha512-RUgBD1c0+gCYZGCCe6mMdTiOFS0Zc/XrN0fYd6hISIKcDUbAW5NtSQW9g/powkrXYm6Vzwd6y+fqmExDuCdHNQ==} engines: {glibc: '>=2.28', node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} cpu: [arm] os: [linux] - libc: [glibc] '@img/sharp-linux-s390x@0.33.4': resolution: {integrity: sha512-h3RAL3siQoyzSoH36tUeS0PDmb5wINKGYzcLB5C6DIiAn2F3udeFAum+gj8IbA/82+8RGCTn7XW8WTFnqag4tQ==} engines: {glibc: '>=2.31', node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} cpu: [s390x] os: [linux] - libc: [glibc] '@img/sharp-linux-x64@0.33.4': resolution: {integrity: sha512-GoR++s0XW9DGVi8SUGQ/U4AeIzLdNjHka6jidVwapQ/JebGVQIpi52OdyxCNVRE++n1FCLzjDovJNozif7w/Aw==} engines: {glibc: '>=2.26', node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} cpu: [x64] os: [linux] - libc: [glibc] '@img/sharp-linuxmusl-arm64@0.33.4': resolution: {integrity: sha512-nhr1yC3BlVrKDTl6cO12gTpXMl4ITBUZieehFvMntlCXFzH2bvKG76tBL2Y/OqhupZt81pR7R+Q5YhJxW0rGgQ==} engines: {musl: '>=1.2.2', node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} cpu: [arm64] os: [linux] - libc: [musl] '@img/sharp-linuxmusl-x64@0.33.4': resolution: {integrity: sha512-uCPTku0zwqDmZEOi4ILyGdmW76tH7dm8kKlOIV1XC5cLyJ71ENAAqarOHQh0RLfpIpbV5KOpXzdU6XkJtS0daw==} engines: {musl: '>=1.2.2', node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'} cpu: [x64] os: [linux] - libc: [musl] '@img/sharp-wasm32@0.33.4': resolution: {integrity: sha512-Bmmauh4sXUsUqkleQahpdNXKvo+wa1V9KhT2pDA4VJGKwnKMJXiSTGphn0gnJrlooda0QxCtXc6RX1XAU6hMnQ==} @@ -1652,28 +1640,24 @@ packages: engines: {node: '>= 10'} cpu: [arm64] os: [linux] - libc: [glibc] '@napi-rs/simple-git-linux-arm64-musl@0.1.9': resolution: {integrity: sha512-KQozUoNXrxrB8k741ncWXSiMbjl1AGBGfZV21PANzUM8wH4Yem2bg3kfglYS/QIx3udspsT35I9abu49n7D1/w==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - libc: [musl] '@napi-rs/simple-git-linux-x64-gnu@0.1.9': resolution: {integrity: sha512-O/Niui5mnHPcK3iYC3ui8wgERtJWsQ3Y74W/09t0bL/3dgzGMl4oQt0qTj9dWCsnoGsIEYHPzwCBp/2vqYp/pw==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - libc: [glibc] '@napi-rs/simple-git-linux-x64-musl@0.1.9': resolution: {integrity: sha512-L9n+e8Wn3hKr3RsIdY8GaB+ry4xZ4BaGwyKExgoB8nDGQuRUY9oP6p0WA4hWfJvJnU1H6hvo36a5UFPReyBO7A==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - libc: [musl] '@napi-rs/simple-git-win32-arm64-msvc@0.1.9': resolution: {integrity: sha512-Z6Ja/SZK+lMvRWaxj7wjnvSbAsGrH006sqZo8P8nxKUdZfkVvoCaAWr1r0cfkk2Z3aijLLtD+vKeXGlUPH6gGQ==} @@ -1714,28 +1698,24 @@ packages: engines: {node: '>= 10'} cpu: [arm64] os: [linux] - libc: [glibc] '@next/swc-linux-arm64-musl@14.2.3': resolution: {integrity: sha512-0D4/oMM2Y9Ta3nGuCcQN8jjJjmDPYpHX9OJzqk42NZGJocU2MqhBq5tWkJrUQOQY9N+In9xOdymzapM09GeiZw==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - libc: [musl] '@next/swc-linux-x64-gnu@14.2.3': resolution: {integrity: sha512-ENPiNnBNDInBLyUU5ii8PMQh+4XLr4pG51tOp6aJ9xqFQ2iRI6IH0Ds2yJkAzNV1CfyagcyzPfROMViS2wOZ9w==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - libc: [glibc] '@next/swc-linux-x64-musl@14.2.3': resolution: {integrity: sha512-BTAbq0LnCbF5MtoM7I/9UeUu/8ZBY0i8SFjUMCbPDOLv+un67e2JgyN4pmgfXBwy/I+RHu8q+k+MCkDN6P9ViQ==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - libc: [musl] '@next/swc-win32-arm64-msvc@14.2.3': resolution: {integrity: sha512-AEHIw/dhAMLNFJFJIJIyOFDzrzI5bAjI9J26gbO5xhAKHYTZ9Or04BesFPXiAYXDNdrwTP2dQceYA4dL1geu8A==} @@ -1838,55 +1818,46 @@ packages: resolution: {integrity: sha512-C/zbRYRXFjWvz9Z4haRxcTdnkPt1BtCkz+7RtBSuNmKzMzp3ZxdM28Mpccn6pt28/UWUCTXa+b0Mx1k3g6NOMA==} cpu: [arm] os: [linux] - libc: [glibc] '@rollup/rollup-linux-arm-musleabihf@4.18.0': resolution: {integrity: sha512-l3m9ewPgjQSXrUMHg93vt0hYCGnrMOcUpTz6FLtbwljo2HluS4zTXFy2571YQbisTnfTKPZ01u/ukJdQTLGh9A==} cpu: [arm] os: [linux] - libc: [musl] '@rollup/rollup-linux-arm64-gnu@4.18.0': resolution: {integrity: sha512-rJ5D47d8WD7J+7STKdCUAgmQk49xuFrRi9pZkWoRD1UeSMakbcepWXPF8ycChBoAqs1pb2wzvbY6Q33WmN2ftw==} cpu: [arm64] os: [linux] - libc: [glibc] '@rollup/rollup-linux-arm64-musl@4.18.0': resolution: {integrity: sha512-be6Yx37b24ZwxQ+wOQXXLZqpq4jTckJhtGlWGZs68TgdKXJgw54lUUoFYrg6Zs/kjzAQwEwYbp8JxZVzZLRepQ==} cpu: [arm64] os: [linux] - libc: [musl] '@rollup/rollup-linux-powerpc64le-gnu@4.18.0': resolution: {integrity: sha512-hNVMQK+qrA9Todu9+wqrXOHxFiD5YmdEi3paj6vP02Kx1hjd2LLYR2eaN7DsEshg09+9uzWi2W18MJDlG0cxJA==} cpu: [ppc64] os: [linux] - libc: [glibc] '@rollup/rollup-linux-riscv64-gnu@4.18.0': resolution: {integrity: sha512-ROCM7i+m1NfdrsmvwSzoxp9HFtmKGHEqu5NNDiZWQtXLA8S5HBCkVvKAxJ8U+CVctHwV2Gb5VUaK7UAkzhDjlg==} cpu: [riscv64] os: [linux] - libc: [glibc] '@rollup/rollup-linux-s390x-gnu@4.18.0': resolution: {integrity: sha512-0UyyRHyDN42QL+NbqevXIIUnKA47A+45WyasO+y2bGJ1mhQrfrtXUpTxCOrfxCR4esV3/RLYyucGVPiUsO8xjg==} cpu: [s390x] os: [linux] - libc: [glibc] '@rollup/rollup-linux-x64-gnu@4.18.0': resolution: {integrity: sha512-xuglR2rBVHA5UsI8h8UbX4VJ470PtGCf5Vpswh7p2ukaqBGFTnsfzxUBetoWBWymHMxbIG0Cmx7Y9qDZzr648w==} cpu: [x64] os: [linux] - libc: [glibc] '@rollup/rollup-linux-x64-musl@4.18.0': resolution: {integrity: sha512-LKaqQL9osY/ir2geuLVvRRs+utWUNilzdE90TpyoX0eNqPzWjRm14oMEE+YLve4k/NAqCdPkGYDaDF5Sw+xBfg==} cpu: [x64] os: [linux] - libc: [musl] '@rollup/rollup-win32-arm64-msvc@4.18.0': resolution: {integrity: sha512-7J6TkZQFGo9qBKH0pk2cEVSRhJbL6MtfWxth7Y5YmZs57Pi+4x6c2dStAUvaQkHQLnEQv1jzBUW43GvZW8OFqA==}