diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 7d5c2dca..4ecc1af6 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.4.16" + ".": "1.4.17" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 611fe5d4..0790a958 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.4.17](https://github.com/tatsutakein/tatsutakein.jp/compare/v1.4.16...v1.4.17) (2024-12-06) + + +### Bug Fixes + +* **deps:** update dependency @tanstack/react-query to v5.61.0 ([#1147](https://github.com/tatsutakein/tatsutakein.jp/issues/1147)) ([d19e7f0](https://github.com/tatsutakein/tatsutakein.jp/commit/d19e7f00146afc3cfe558d86bff0e4452c1ca5b4)) +* **deps:** update dependency @tanstack/react-query to v5.61.5 ([#1154](https://github.com/tatsutakein/tatsutakein.jp/issues/1154)) ([65d2c86](https://github.com/tatsutakein/tatsutakein.jp/commit/65d2c862baf69df2b071523313326680577020ec)) +* **deps:** update dependency @tanstack/react-query to v5.62.1 ([#1165](https://github.com/tatsutakein/tatsutakein.jp/issues/1165)) ([287cab2](https://github.com/tatsutakein/tatsutakein.jp/commit/287cab227beed32e2cec4a4aa12d647f96ae29d8)) +* **deps:** update dependency @trpc/server to v11.0.0-rc.648 ([#1155](https://github.com/tatsutakein/tatsutakein.jp/issues/1155)) ([4b8c2fc](https://github.com/tatsutakein/tatsutakein.jp/commit/4b8c2fc0a5f74cff10625ad2d2c78236e365ee4d)) +* **deps:** update dependency eslint-config-turbo to v2.3.3 ([#1156](https://github.com/tatsutakein/tatsutakein.jp/issues/1156)) ([c6e83c4](https://github.com/tatsutakein/tatsutakein.jp/commit/c6e83c46ea86df1fc140032e57070bd2ba2b3999)) +* **deps:** update dependency markdown-to-jsx to v7.7.0 ([#1148](https://github.com/tatsutakein/tatsutakein.jp/issues/1148)) ([b01295f](https://github.com/tatsutakein/tatsutakein.jp/commit/b01295fd36217e342beab1dafb24e0ac7e14dd20)) +* **deps:** update eslint ([#1166](https://github.com/tatsutakein/tatsutakein.jp/issues/1166)) ([09b33c9](https://github.com/tatsutakein/tatsutakein.jp/commit/09b33c914491df1f9b656f8198f490af0f23ae94)) +* **deps:** update eslint to v8.16.0 ([#1161](https://github.com/tatsutakein/tatsutakein.jp/issues/1161)) ([2a135c3](https://github.com/tatsutakein/tatsutakein.jp/commit/2a135c3bf36e81253edba33f8c7a644d028389ca)) +* **deps:** update ui components ([#1157](https://github.com/tatsutakein/tatsutakein.jp/issues/1157)) ([e54f200](https://github.com/tatsutakein/tatsutakein.jp/commit/e54f20092620bff593da5471a835ebb1a3335185)) + ## [1.4.16](https://github.com/tatsutakein/tatsutakein.jp/compare/v1.4.15...v1.4.16) (2024-11-23) diff --git a/package.json b/package.json index 7981baf9..dff3b2f3 100644 --- a/package.json +++ b/package.json @@ -37,5 +37,5 @@ "packages/*", "tooling/*" ], - "version": "1.4.16" + "version": "1.4.17" }