Skip to content

Commit cef029e

Browse files
chore(release): 1.6.0 [skip ci]
# [1.6.0](v1.5.3...v1.6.0) (2024-03-24) ### Bug Fixes * fix portal component ts issue ([aae5c5d](aae5c5d)) * fix portal component ts issue ([3c2dfe5](3c2dfe5)) * fix releaserc file location ([4561ee2](4561ee2)) * remove useless dependencies in example package ([569bb5c](569bb5c)) * set package as private to avoid semantic-release auto deploy to npm ([864b830](864b830)) * trigger semantic release automatically [skip ci] ([a53a996](a53a996)) * trigger semantic release manually [skip ci] ([1932ef0](1932ef0)) * trigger semantic release manually [skip ci] ([8f34d25](8f34d25)) * trigger semantic release manually [skip ci] ([efed6d1](efed6d1)) * trigger semantic release manually [skip ci] ([e826c98](e826c98)) * trigger semantic release manually [skip ci] ([1958dbd](1958dbd)) * use 100dvh instead of 100vh to prevent mobile overflow ([9819390](9819390)) ### Features * add husky & add release automation ([fd23338](fd23338)) * add stylex template ([832ec91](832ec91)) * introduce npm run new-tempalte command ([a9336af](a9336af)) * **stylex:** init stylex template using npm run new-template cmd ([f6927c8](f6927c8))
1 parent 894102e commit cef029e

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
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+
127
# [1.6.0-develop.1](https://github.com/swiiny/create-nextjs-dapp/compare/v1.5.3...v1.6.0-develop.1) (2024-01-01)
228

329

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-nextjs-dapp",
3-
"version": "1.6.0-develop.1",
3+
"version": "1.6.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)