|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [v1.0.4](https://github.com/swfz/tools/compare/v1.0.3...v1.0.4) - 2023-07-18 |
| 4 | +- chore(deps): update nextjs monorepo to v13.1.5 by @renovate in https://github.com/swfz/tools/pull/385 |
| 5 | +- chore(deps): update dependency eslint-plugin-tailwindcss to v3.8.2 by @renovate in https://github.com/swfz/tools/pull/386 |
| 6 | +- chore(deps): update dependency eslint to v8.32.0 by @renovate in https://github.com/swfz/tools/pull/382 |
| 7 | +- fix(deps): update dependency @primer/octicons-react to v17.11.1 by @renovate in https://github.com/swfz/tools/pull/387 |
| 8 | +- chore(deps): update storybook monorepo to v6.5.16 by @renovate in https://github.com/swfz/tools/pull/389 |
| 9 | +- fix(deps): update dependency @vercel/og to v0.1.0 by @renovate in https://github.com/swfz/tools/pull/396 |
| 10 | +- chore(deps): update dependency eslint to v8.33.0 by @renovate in https://github.com/swfz/tools/pull/391 |
| 11 | +- refactor: エクスポートしている型定義を別ファイルに切り出した by @ytkg in https://github.com/swfz/tools/pull/399 |
| 12 | +- chore(deps): update dependency tailwindcss to v3.2.6 by @renovate in https://github.com/swfz/tools/pull/398 |
| 13 | +- chore(deps): update dependency eslint-plugin-tailwindcss to v3.8.3 by @renovate in https://github.com/swfz/tools/pull/393 |
| 14 | +- chore(deps): update nextjs monorepo to v13.1.6 by @renovate in https://github.com/swfz/tools/pull/390 |
| 15 | +- chore(deps): update dependency prettier to v2.8.4 by @renovate in https://github.com/swfz/tools/pull/397 |
| 16 | +- chore(deps): update dependency eslint to v8.34.0 by @renovate in https://github.com/swfz/tools/pull/400 |
| 17 | +- chore(deps): update dependency typescript to v4.9.5 by @renovate in https://github.com/swfz/tools/pull/392 |
| 18 | +- chore(deps): update dependency @types/react to v18.0.28 by @renovate in https://github.com/swfz/tools/pull/401 |
| 19 | +- [clean] Suggestion: selectedView の定義を変更して可読性を上げたい by @honyanya in https://github.com/swfz/tools/pull/402 |
| 20 | +- fix(deps): update dependency @primer/octicons-react to v17.12.0 by @renovate in https://github.com/swfz/tools/pull/404 |
| 21 | +- chore(deps): update dependency tailwindcss to v3.2.7 by @renovate in https://github.com/swfz/tools/pull/403 |
| 22 | +- refactor: 早期リターンするようにした by @ytkg in https://github.com/swfz/tools/pull/406 |
| 23 | +- [add] Suggestion: jest を追加してテストコードを書く by @honyanya in https://github.com/swfz/tools/pull/407 |
| 24 | +- chore(deps): update dependency @babel/core to v7.21.0 by @renovate in https://github.com/swfz/tools/pull/408 |
| 25 | +- chore(deps): update dependency @types/uuid to v9.0.1 by @renovate in https://github.com/swfz/tools/pull/409 |
| 26 | +- chore(deps): update dependency eslint-plugin-tailwindcss to v3.9.0 by @renovate in https://github.com/swfz/tools/pull/405 |
| 27 | +- chore(deps): update nextjs monorepo to v13.2.1 by @renovate in https://github.com/swfz/tools/pull/410 |
| 28 | +- clean: ログ出力を削除 by @ytkg in https://github.com/swfz/tools/pull/414 |
| 29 | +- [clean] Suggestion: to-html-url を lib 配下にした by @honyanya in https://github.com/swfz/tools/pull/413 |
| 30 | +- chore(deps): update dependency eslint to v8.35.0 by @renovate in https://github.com/swfz/tools/pull/411 |
| 31 | +- fix(deps): update dependency @vercel/og to v0.2.0 by @renovate in https://github.com/swfz/tools/pull/412 |
| 32 | +- chore(deps): update dependency eslint-plugin-tailwindcss to v3.10.0 by @renovate in https://github.com/swfz/tools/pull/415 |
| 33 | +- refactor: 変数名を username に変更 by @ytkg in https://github.com/swfz/tools/pull/416 |
| 34 | +- chore(deps): update nextjs monorepo to v13.2.3 by @renovate in https://github.com/swfz/tools/pull/417 |
| 35 | +- chore(deps): update jest monorepo to v29.5.0 by @renovate in https://github.com/swfz/tools/pull/423 |
| 36 | +- fix(deps): update dependency @primer/octicons-react to v18 by @renovate in https://github.com/swfz/tools/pull/419 |
| 37 | +- fix(deps): update dependency @vercel/og to v0.4.0 by @renovate in https://github.com/swfz/tools/pull/420 |
| 38 | +- chore(deps): update dependency eslint-config-prettier to v8.7.0 by @renovate in https://github.com/swfz/tools/pull/421 |
| 39 | +- chore(deps): update dependency eslint-plugin-tailwindcss to v3.10.1 by @renovate in https://github.com/swfz/tools/pull/418 |
| 40 | +- fix(deps): update dependency @primer/octicons-react to v18.2.0 by @renovate in https://github.com/swfz/tools/pull/425 |
| 41 | +- chore(deps): update dependency autoprefixer to v10.4.14 by @renovate in https://github.com/swfz/tools/pull/424 |
| 42 | +- chore(deps): update nextjs monorepo to v13.2.4 by @renovate in https://github.com/swfz/tools/pull/426 |
| 43 | +- [clean] Suggestion: 同じ処理が複数あったのでまとめた by @honyanya in https://github.com/swfz/tools/pull/422 |
| 44 | +- chore(deps): update dependency eslint to v8.36.0 by @renovate in https://github.com/swfz/tools/pull/427 |
| 45 | +- [add] Suggestion: components ディレクトリに kusa ディレクトリを追加 by @honyanya in https://github.com/swfz/tools/pull/428 |
| 46 | +- chore(deps): update dependency typescript to v5 by @renovate in https://github.com/swfz/tools/pull/433 |
| 47 | +- chore(deps): update actions/checkout action to v3.4.0 by @renovate in https://github.com/swfz/tools/pull/432 |
| 48 | +- fix(deps): update dependency @vercel/og to v0.4.1 by @renovate in https://github.com/swfz/tools/pull/436 |
| 49 | +- fix(deps): update dependency @primer/octicons-react to v18.3.0 by @renovate in https://github.com/swfz/tools/pull/437 |
| 50 | +- refactor: パスエイリアスを追加してコンポーネントとライブラリのインポートを簡略化 by @ytkg in https://github.com/swfz/tools/pull/441 |
| 51 | +- fix(deps): update dependency sharp to v0.32.0 by @renovate in https://github.com/swfz/tools/pull/440 |
| 52 | +- chore(deps): update dependency @types/react to v18.0.29 by @renovate in https://github.com/swfz/tools/pull/439 |
| 53 | +- chore(deps): update actions/checkout action to v3.5.0 by @renovate in https://github.com/swfz/tools/pull/438 |
| 54 | +- chore(deps): update dependency eslint-config-prettier to v8.8.0 by @renovate in https://github.com/swfz/tools/pull/435 |
| 55 | +- chore(deps): update dependency prettier to v2.8.7 by @renovate in https://github.com/swfz/tools/pull/434 |
| 56 | +- chore(deps): update dependency @babel/core to v7.21.3 by @renovate in https://github.com/swfz/tools/pull/431 |
| 57 | +- chore(deps): update dependency @types/jest to v29.5.0 by @renovate in https://github.com/swfz/tools/pull/430 |
| 58 | +- chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 by @dependabot in https://github.com/swfz/tools/pull/395 |
| 59 | +- chore(deps): update dependency eslint to v8.37.0 by @renovate in https://github.com/swfz/tools/pull/447 |
| 60 | +- chore(deps): update dependency @babel/core to v7.21.4 by @renovate in https://github.com/swfz/tools/pull/449 |
| 61 | +- chore(deps): update dependency typescript to v5.0.3 by @renovate in https://github.com/swfz/tools/pull/448 |
| 62 | +- chore(deps): update dependency tailwindcss to v3.3.1 by @renovate in https://github.com/swfz/tools/pull/446 |
| 63 | +- fix(deps): update dependency @vercel/og to v0.5.0 by @renovate in https://github.com/swfz/tools/pull/445 |
| 64 | +- chore(deps): update dependency @types/react to v18.0.31 by @renovate in https://github.com/swfz/tools/pull/444 |
| 65 | +- refactor: 使っていない username を削除 by @ytkg in https://github.com/swfz/tools/pull/442 |
| 66 | +- chore(deps): update dependency eslint-plugin-tailwindcss to v3.10.3 by @renovate in https://github.com/swfz/tools/pull/450 |
| 67 | +- chore(deps): update dependency @types/react to v18.0.32 by @renovate in https://github.com/swfz/tools/pull/451 |
| 68 | +- chore(deps): update dependency ts-jest to v29.1.0 by @renovate in https://github.com/swfz/tools/pull/452 |
| 69 | +- fix(deps): update dependency @vercel/og to v0.5.1 by @renovate in https://github.com/swfz/tools/pull/460 |
| 70 | +- chore(deps): update dependency eslint to v8.38.0 by @renovate in https://github.com/swfz/tools/pull/461 |
| 71 | +- chore(deps): update dependency eslint-plugin-tailwindcss to v3.11.0 by @renovate in https://github.com/swfz/tools/pull/457 |
| 72 | +- [change] Suggestion: DateExtract を作成したが時間を抽出している箇所もあったため DateTimeExtract に変更 by @honyanya in https://github.com/swfz/tools/pull/454 |
| 73 | +- chore(deps): update dependency @storybook/testing-library to v0.1.0 by @renovate in https://github.com/swfz/tools/pull/453 |
| 74 | +- chore(deps): update storybook monorepo to v7 (major) by @renovate in https://github.com/swfz/tools/pull/455 |
| 75 | +- chore(deps): update dependency @types/react to v18.0.33 by @renovate in https://github.com/swfz/tools/pull/456 |
| 76 | +- chore(deps): update nextjs monorepo to v13.3.0 by @renovate in https://github.com/swfz/tools/pull/458 |
| 77 | +- chore(deps): update dependency typescript to v5.0.4 by @renovate in https://github.com/swfz/tools/pull/459 |
| 78 | +- chore(deps): update actions/checkout action to v3.5.2 by @renovate in https://github.com/swfz/tools/pull/464 |
| 79 | +- fix(deps): update dependency @vercel/og to v0.5.2 by @renovate in https://github.com/swfz/tools/pull/465 |
| 80 | +- chore(deps): update storybook monorepo to v7.0.4 by @renovate in https://github.com/swfz/tools/pull/463 |
| 81 | +- chore(deps): update dependency @types/react to v18.0.35 by @renovate in https://github.com/swfz/tools/pull/462 |
| 82 | +- fix(deps): update dependency @vercel/og to v0.5.3 by @renovate in https://github.com/swfz/tools/pull/468 |
| 83 | +- chore(deps): update nextjs monorepo to v13.3.1 by @renovate in https://github.com/swfz/tools/pull/471 |
| 84 | +- chore(deps): update dependency postcss to v8.4.23 by @renovate in https://github.com/swfz/tools/pull/467 |
| 85 | +- chore(deps): update dependency @types/react to v18.0.38 by @renovate in https://github.com/swfz/tools/pull/469 |
| 86 | +- chore(deps): update dependency prettier to v2.8.8 by @renovate in https://github.com/swfz/tools/pull/473 |
| 87 | +- chore(deps): update dependency eslint to v8.39.0 by @renovate in https://github.com/swfz/tools/pull/472 |
| 88 | +- chore(deps): update dependency @types/jest to v29.5.1 by @renovate in https://github.com/swfz/tools/pull/470 |
| 89 | +- fix: tailwindcss class order by @swfz in https://github.com/swfz/tools/pull/475 |
| 90 | +- chore(deps): update storybook monorepo to v7.0.7 by @renovate in https://github.com/swfz/tools/pull/466 |
| 91 | +- fix: tailwind css by @swfz in https://github.com/swfz/tools/pull/476 |
| 92 | +- fix(deps): update dependency @vercel/og to v0.5.4 by @renovate in https://github.com/swfz/tools/pull/479 |
| 93 | +- chore(deps): update dependency @babel/core to v7.21.5 by @renovate in https://github.com/swfz/tools/pull/480 |
| 94 | +- chore(deps): update dependency @types/react to v18.2.0 by @renovate in https://github.com/swfz/tools/pull/474 |
| 95 | +- fix(deps): update dependency sharp to v0.32.1 by @renovate in https://github.com/swfz/tools/pull/478 |
| 96 | +- chore(deps): update dependency tailwindcss to v3.3.2 by @renovate in https://github.com/swfz/tools/pull/477 |
| 97 | +- chore(deps): update dependency @types/react to v18.2.5 by @renovate in https://github.com/swfz/tools/pull/484 |
| 98 | +- chore(deps): update storybook monorepo to v7.0.9 by @renovate in https://github.com/swfz/tools/pull/483 |
| 99 | +- chore(deps): update nextjs monorepo to v13.4.1 by @renovate in https://github.com/swfz/tools/pull/481 |
| 100 | +- chore(deps): update dependency @babel/core to v7.21.8 by @renovate in https://github.com/swfz/tools/pull/482 |
| 101 | +- chore(deps): update dependency eslint to v8.40.0 by @renovate in https://github.com/swfz/tools/pull/485 |
| 102 | +- chore(deps): update node.js to v18.16.0 by @renovate in https://github.com/swfz/tools/pull/394 |
| 103 | +- chore(deps): update dependency @types/react to v18.2.6 by @renovate in https://github.com/swfz/tools/pull/486 |
| 104 | +- chore(deps): update storybook monorepo to v7.0.10 by @renovate in https://github.com/swfz/tools/pull/488 |
| 105 | +- chore(deps): update storybook monorepo to v7.0.11 by @renovate in https://github.com/swfz/tools/pull/491 |
| 106 | +- chore(deps): update nextjs monorepo to v13.4.2 by @renovate in https://github.com/swfz/tools/pull/490 |
| 107 | +- chore(deps): update dependency @types/node to v18.16.8 by @renovate in https://github.com/swfz/tools/pull/487 |
| 108 | +- fix(deps): update dependency @primer/octicons-react to v19 by @renovate in https://github.com/swfz/tools/pull/489 |
| 109 | +- chore(deps): update dependency eslint-plugin-tailwindcss to v3.12.0 by @renovate in https://github.com/swfz/tools/pull/493 |
| 110 | +- chore(deps): update dependency @types/node to v18.16.13 by @renovate in https://github.com/swfz/tools/pull/492 |
| 111 | +- chore(deps): update storybook monorepo to v7.0.12 by @renovate in https://github.com/swfz/tools/pull/494 |
| 112 | +- chore(deps): update dependency eslint to v8.41.0 by @renovate in https://github.com/swfz/tools/pull/496 |
| 113 | +- chore(deps): update nextjs monorepo to v13.4.4 by @renovate in https://github.com/swfz/tools/pull/495 |
| 114 | +- chore(deps): update dependency @types/node to v18.16.15 by @renovate in https://github.com/swfz/tools/pull/497 |
| 115 | +- chore(deps): update storybook monorepo by @renovate in https://github.com/swfz/tools/pull/498 |
| 116 | +- fix(deps): update dependency @vercel/og to v0.5.6 by @renovate in https://github.com/swfz/tools/pull/499 |
| 117 | +- chore(deps): update dependency @storybook/react to v7.0.18 by @renovate in https://github.com/swfz/tools/pull/502 |
| 118 | +- chore(deps): update dependency eslint-plugin-tailwindcss to v3.12.1 by @renovate in https://github.com/swfz/tools/pull/506 |
| 119 | +- chore(deps): update dependency postcss to v8.4.24 by @renovate in https://github.com/swfz/tools/pull/505 |
| 120 | +- chore(deps): update storybook monorepo to v7.0.18 by @renovate in https://github.com/swfz/tools/pull/504 |
| 121 | +- chore(deps): update dependency @types/node to v18.16.16 by @renovate in https://github.com/swfz/tools/pull/503 |
| 122 | +- update: og.tsx to use stable edge runtime by @swfz in https://github.com/swfz/tools/pull/507 |
| 123 | +- feature/paging github events by @swfz in https://github.com/swfz/tools/pull/510 |
| 124 | +- chore(deps): update dependency @babel/core to v7.22.1 by @renovate in https://github.com/swfz/tools/pull/501 |
| 125 | +- chore(deps): update dependency @types/jest to v29.5.2 by @renovate in https://github.com/swfz/tools/pull/508 |
| 126 | +- fix(deps): update dependency dayjs to v1.11.8 by @renovate in https://github.com/swfz/tools/pull/511 |
| 127 | +- chore(deps): update dependency eslint to v8.42.0 by @renovate in https://github.com/swfz/tools/pull/512 |
| 128 | +- chore(deps): update dependency typescript to v5.1.3 by @renovate in https://github.com/swfz/tools/pull/509 |
| 129 | +- chore(deps): update dependency @types/react to v18.2.8 by @renovate in https://github.com/swfz/tools/pull/500 |
| 130 | +- chore(deps): update nextjs monorepo to v13.4.5 by @renovate in https://github.com/swfz/tools/pull/520 |
| 131 | +- fix(deps): update dependency @primer/octicons-react to v19.2.0 by @renovate in https://github.com/swfz/tools/pull/521 |
| 132 | +- chore(deps): update actions/checkout action to v3.5.3 by @renovate in https://github.com/swfz/tools/pull/518 |
| 133 | +- chore(deps): update dependency @babel/core to v7.22.5 by @renovate in https://github.com/swfz/tools/pull/516 |
| 134 | +- chore(deps): update dependency @types/uuid to v9.0.2 by @renovate in https://github.com/swfz/tools/pull/517 |
| 135 | +- chore(deps): update dependency @types/node to v18.16.18 by @renovate in https://github.com/swfz/tools/pull/519 |
| 136 | +- fix(deps): update dependency @vercel/og to v0.5.7 by @renovate in https://github.com/swfz/tools/pull/514 |
| 137 | +- chore(deps): update storybook monorepo to v7.0.20 by @renovate in https://github.com/swfz/tools/pull/515 |
| 138 | +- fix(deps): update dependency @tanstack/react-query to v4.29.13 by @renovate in https://github.com/swfz/tools/pull/522 |
| 139 | +- chore(deps): update dependency @types/react to v18.2.12 by @renovate in https://github.com/swfz/tools/pull/513 |
| 140 | +- fix(deps): update dependency @tanstack/react-query to v4.29.14 by @renovate in https://github.com/swfz/tools/pull/526 |
| 141 | +- fix(deps): update dependency @primer/octicons-react to v19.3.0 by @renovate in https://github.com/swfz/tools/pull/525 |
| 142 | +- chore(deps): update nextjs monorepo to v13.4.6 by @renovate in https://github.com/swfz/tools/pull/524 |
| 143 | +- chore(deps): update storybook monorepo to v7.0.21 by @renovate in https://github.com/swfz/tools/pull/523 |
| 144 | +- chore(deps): update dependency eslint to v8.43.0 by @renovate in https://github.com/swfz/tools/pull/527 |
| 145 | +- chore(deps): update storybook monorepo to v7.0.22 by @renovate in https://github.com/swfz/tools/pull/528 |
| 146 | +- chore(deps): update nextjs monorepo to v13.4.7 by @renovate in https://github.com/swfz/tools/pull/533 |
| 147 | +- chore(deps): update storybook monorepo to v7.0.23 by @renovate in https://github.com/swfz/tools/pull/534 |
| 148 | +- chore(deps): update node.js to v18.16.1 - autoclosed by @renovate in https://github.com/swfz/tools/pull/531 |
| 149 | +- fix(deps): update dependency @tanstack/react-query to v4.29.15 by @renovate in https://github.com/swfz/tools/pull/530 |
| 150 | +- chore(deps): update dependency @types/react to v18.2.13 by @renovate in https://github.com/swfz/tools/pull/529 |
| 151 | +- fix(deps): update dependency @tanstack/react-query to v4.29.17 by @renovate in https://github.com/swfz/tools/pull/538 |
| 152 | +- chore(deps): update dependency @types/react to v18.2.14 by @renovate in https://github.com/swfz/tools/pull/537 |
| 153 | +- fix(deps): update dependency @primer/octicons-react to v19.4.0 by @renovate in https://github.com/swfz/tools/pull/536 |
| 154 | +- fix(deps): update dependency @vercel/og to v0.5.8 by @renovate in https://github.com/swfz/tools/pull/535 |
| 155 | +- chore(deps): update dependency @storybook/testing-library to v0.2.0 by @renovate in https://github.com/swfz/tools/pull/532 |
| 156 | +- chore(deps): update dependency eslint to v8.44.0 by @renovate in https://github.com/swfz/tools/pull/546 |
| 157 | +- fix(deps): update dependency dayjs to v1.11.9 by @renovate in https://github.com/swfz/tools/pull/545 |
| 158 | +- chore(deps): update dependency @types/node to v18.16.19 by @renovate in https://github.com/swfz/tools/pull/544 |
| 159 | +- chore(deps): update dependency ts-jest to v29.1.1 by @renovate in https://github.com/swfz/tools/pull/543 |
| 160 | +- chore(deps): update storybook monorepo to v7.0.24 by @renovate in https://github.com/swfz/tools/pull/541 |
| 161 | +- fix(deps): update dependency @tanstack/react-query to v4.29.19 by @renovate in https://github.com/swfz/tools/pull/540 |
| 162 | +- chore(deps): update dependency eslint-plugin-tailwindcss to v3.13.0 by @renovate in https://github.com/swfz/tools/pull/539 |
| 163 | +- fix: 365日以上のstreakの場合の文言を設定 by @swfz in https://github.com/swfz/tools/pull/551 |
| 164 | +- chore(deps): update actions/setup-node action to v3.7.0 by @renovate in https://github.com/swfz/tools/pull/554 |
| 165 | +- chore(deps): update dependency prettier to v3 by @renovate in https://github.com/swfz/tools/pull/553 |
| 166 | +- chore(deps): update jest monorepo to v29.6.0 by @renovate in https://github.com/swfz/tools/pull/552 |
| 167 | +- feat: #547 fetch contributions recursively by @swfz in https://github.com/swfz/tools/pull/557 |
| 168 | +- chore: format by @swfz in https://github.com/swfz/tools/pull/558 |
| 169 | +- fix(deps): update dependency sharp to v0.32.2 by @renovate in https://github.com/swfz/tools/pull/562 |
| 170 | +- chore(deps): update dependency babel-loader to v9.1.3 by @renovate in https://github.com/swfz/tools/pull/559 |
| 171 | +- chore(deps): update jest monorepo by @renovate in https://github.com/swfz/tools/pull/556 |
| 172 | +- chore(deps): update dependency @babel/core to v7.22.9 by @renovate in https://github.com/swfz/tools/pull/550 |
| 173 | +- chore(deps): update nextjs monorepo to v13.4.9 by @renovate in https://github.com/swfz/tools/pull/549 |
| 174 | +- chore(deps): update storybook monorepo to v7.0.27 by @renovate in https://github.com/swfz/tools/pull/548 |
| 175 | +- fix(deps): update dependency @tailwindcss/forms to v0.5.4 by @renovate in https://github.com/swfz/tools/pull/565 |
| 176 | +- chore(deps): update dependency @types/react to v18.2.15 by @renovate in https://github.com/swfz/tools/pull/564 |
| 177 | +- chore(deps): update dependency postcss to v8.4.26 by @renovate in https://github.com/swfz/tools/pull/555 |
| 178 | +- chore(deps): update nextjs monorepo to v13.4.10 by @renovate in https://github.com/swfz/tools/pull/566 |
| 179 | +- fix(deps): update dependency sharp to v0.32.3 by @renovate in https://github.com/swfz/tools/pull/567 |
| 180 | +- chore(deps): update dependency eslint to v8.45.0 by @renovate in https://github.com/swfz/tools/pull/569 |
| 181 | +- Contribution画像の差し替え by @swfz in https://github.com/swfz/tools/pull/570 |
| 182 | + |
3 | 183 | ## [v1.0.3](https://github.com/swfz/tools/compare/v1.0.2...v1.0.3) - 2023-01-20
|
4 | 184 | - chore(deps): update nextjs monorepo to v13.0.2 by @renovate in https://github.com/swfz/tools/pull/320
|
5 | 185 | - chore(deps): update dependency babel-loader to v9.1.0 by @renovate in https://github.com/swfz/tools/pull/319
|
|
0 commit comments