|
| 1 | +# [1.6.0](https://github.com/swiiny/create-nextjs-dapp/compare/v1.5.3...v1.6.0) (2024-03-24) |
| 2 | + |
| 3 | + |
| 4 | +### Bug Fixes |
| 5 | + |
| 6 | +* fix portal component ts issue ([aae5c5d](https://github.com/swiiny/create-nextjs-dapp/commit/aae5c5d40eab00da041b63eafa6cd9b6c1a54926)) |
| 7 | +* fix portal component ts issue ([3c2dfe5](https://github.com/swiiny/create-nextjs-dapp/commit/3c2dfe57c1be86433bcd6a8715ec79f7ce80f269)) |
| 8 | +* fix releaserc file location ([4561ee2](https://github.com/swiiny/create-nextjs-dapp/commit/4561ee2802f5e1ec04cf86e408f48ce56755f271)) |
| 9 | +* remove useless dependencies in example package ([569bb5c](https://github.com/swiiny/create-nextjs-dapp/commit/569bb5cc4c6bdc6d80ab8865d16f48162691b28e)) |
| 10 | +* set package as private to avoid semantic-release auto deploy to npm ([864b830](https://github.com/swiiny/create-nextjs-dapp/commit/864b8305aae19cbd806451205675865c12894df9)) |
| 11 | +* trigger semantic release automatically [skip ci] ([a53a996](https://github.com/swiiny/create-nextjs-dapp/commit/a53a996183becc04a0fc4263fa2f476ef5b908bc)) |
| 12 | +* trigger semantic release manually [skip ci] ([1932ef0](https://github.com/swiiny/create-nextjs-dapp/commit/1932ef07d4c64cd086f110c39eb1fafffae95d80)) |
| 13 | +* trigger semantic release manually [skip ci] ([8f34d25](https://github.com/swiiny/create-nextjs-dapp/commit/8f34d255ebf6d85a08e4a4a4ca838f8017ac143d)) |
| 14 | +* trigger semantic release manually [skip ci] ([efed6d1](https://github.com/swiiny/create-nextjs-dapp/commit/efed6d12e67dd843788d9ca1fc132d21ff20e7b0)) |
| 15 | +* trigger semantic release manually [skip ci] ([e826c98](https://github.com/swiiny/create-nextjs-dapp/commit/e826c985113ca1095e43c54af8052ac0f97ba54d)) |
| 16 | +* trigger semantic release manually [skip ci] ([1958dbd](https://github.com/swiiny/create-nextjs-dapp/commit/1958dbd9f22fd1876487258db4864b162d990b9d)) |
| 17 | +* use 100dvh instead of 100vh to prevent mobile overflow ([9819390](https://github.com/swiiny/create-nextjs-dapp/commit/9819390cae7d74556b0c19e8ede57d973078cb1d)) |
| 18 | + |
| 19 | + |
| 20 | +### Features |
| 21 | + |
| 22 | +* add husky & add release automation ([fd23338](https://github.com/swiiny/create-nextjs-dapp/commit/fd233380a6d0428d5ae0e7a6fe24f4a701d64f88)) |
| 23 | +* add stylex template ([832ec91](https://github.com/swiiny/create-nextjs-dapp/commit/832ec91f0ebd6637ddf50f20f182e8323a75055b)) |
| 24 | +* introduce npm run new-tempalte command ([a9336af](https://github.com/swiiny/create-nextjs-dapp/commit/a9336af7b7b937f1e3f5a3ec98fd24edbbf0b6ae)) |
| 25 | +* **stylex:** init stylex template using npm run new-template cmd ([f6927c8](https://github.com/swiiny/create-nextjs-dapp/commit/f6927c8d111cb180e784705986a726cc85c9ee8d)) |
| 26 | + |
1 | 27 | # [1.6.0-develop.1](https://github.com/swiiny/create-nextjs-dapp/compare/v1.5.3...v1.6.0-develop.1) (2024-01-01) |
2 | 28 |
|
3 | 29 |
|
|
0 commit comments