Skip to content

Commit 1c55b3b

Browse files
author
Conventional Changelog Action
committed
chore(release): v1.8.0 [skip ci]
1 parent 72dd8fa commit 1c55b3b

File tree

2 files changed

+49
-18
lines changed

2 files changed

+49
-18
lines changed

CHANGELOG.md

Lines changed: 47 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,72 @@
1+
# [1.8.0](https://github.com/buidler-hub/react-nextjs-snippets/compare/v1.7.0...v1.8.0) (2023-01-21)
2+
3+
4+
### Bug Fixes
5+
6+
* API Route snippet names ([#71](https://github.com/buidler-hub/react-nextjs-snippets/issues/71)) ([c399fe5](https://github.com/buidler-hub/react-nextjs-snippets/commit/c399fe5380793290837b2ee60a1bf327afdeb430))
7+
* capitalize first letter on use state snippet ([#72](https://github.com/buidler-hub/react-nextjs-snippets/issues/72)) ([b2b204b](https://github.com/buidler-hub/react-nextjs-snippets/commit/b2b204bd8c32cd3ebf34cd73878772c3830f398a))
8+
* **deps:** update commitlint monorepo to v17 ([#65](https://github.com/buidler-hub/react-nextjs-snippets/issues/65)) ([b199e60](https://github.com/buidler-hub/react-nextjs-snippets/commit/b199e6087eebc12c04f25c726751761fdbd6bd8c))
9+
* fix generate readme script ([cfca94a](https://github.com/buidler-hub/react-nextjs-snippets/commit/cfca94ad8866ccc6a88e6e69dc3b0b9c5f59e7eb))
10+
* minor issues ([99ac371](https://github.com/buidler-hub/react-nextjs-snippets/commit/99ac371bdf8df5400afc02b2a2995061226bdfa7))
11+
12+
13+
### Features
14+
15+
* add usecallback snip ([#66](https://github.com/buidler-hub/react-nextjs-snippets/issues/66)) ([ab86485](https://github.com/buidler-hub/react-nextjs-snippets/commit/ab8648511b6202151afb5d0b1551b3b3af8c4c96))
16+
* add useMemo snip ([#68](https://github.com/buidler-hub/react-nextjs-snippets/issues/68)) ([82acd45](https://github.com/buidler-hub/react-nextjs-snippets/commit/82acd458cb3417c478c178a1b4e08e04be0adf61))
17+
* Improve snippet for TS Functional component ([#55](https://github.com/buidler-hub/react-nextjs-snippets/issues/55)) ([b5a0f35](https://github.com/buidler-hub/react-nextjs-snippets/commit/b5a0f352b43a95beaadfc7dcda475e2347fd7499))
18+
* **nextjs-snippets:** add nextjs api routes for js and ts ([#70](https://github.com/buidler-hub/react-nextjs-snippets/issues/70)) ([9c9db60](https://github.com/buidler-hub/react-nextjs-snippets/commit/9c9db60d16eb8139e40d4131dde88198c4d52ddf))
19+
* release v1.4.0 ([bd21145](https://github.com/buidler-hub/react-nextjs-snippets/commit/bd21145efa9bcfb8c50e52273df7eded1910a59c))
20+
* setup automation for rea ([4ad6ecf](https://github.com/buidler-hub/react-nextjs-snippets/commit/4ad6ecf4f9a0cf51d04182c9a22827d4fdf4ef1b))
21+
22+
23+
124
# [1.7.0](https://github.com/buidler-hub/react-nextjs-snippets/compare/v1.6.0...v1.7.0) (2022-04-25)
225

26+
327
### Features
428

5-
- add pr and issue templates ([#54](https://github.com/buidler-hub/react-nextjs-snippets/issues/54)) ([3e9ce5c](https://github.com/buidler-hub/react-nextjs-snippets/commit/3e9ce5c7fa51c91c6682a03056ea2b2420e50dc6))
29+
* add pr and issue templates ([#54](https://github.com/buidler-hub/react-nextjs-snippets/issues/54)) ([3e9ce5c](https://github.com/buidler-hub/react-nextjs-snippets/commit/3e9ce5c7fa51c91c6682a03056ea2b2420e50dc6))
30+
31+
632

733
# [1.6.0](https://github.com/buidler-hub/react-nextjs-snippets/compare/v1.5.0...v1.6.0) (2022-03-18)
834

35+
936
### Features
1037

11-
- **react-ts:** add type to functional component ([4fde124](https://github.com/buidler-hub/react-nextjs-snippets/commit/4fde124b65be803d51d998f6876ac95a4f8edc6d))
38+
* **react-ts:** add type to functional component ([4fde124](https://github.com/buidler-hub/react-nextjs-snippets/commit/4fde124b65be803d51d998f6876ac95a4f8edc6d))
39+
40+
1241

1342
# [1.5.0](https://github.com/buidler-hub/react-nextjs-snippets/compare/v1.4.0...v1.5.0) (2022-02-20)
1443

44+
1545
### Features
1646

17-
- add atom on the website ([f4a9247](https://github.com/buidler-hub/react-nextjs-snippets/commit/f4a9247a3d0aed0c836683b694682beadf0f1a29))
47+
* add atom on the website ([f4a9247](https://github.com/buidler-hub/react-nextjs-snippets/commit/f4a9247a3d0aed0c836683b694682beadf0f1a29))
48+
49+
1850

1951
# [1.4.0](https://github.com/buidler-hub/react-nextjs-snippets/compare/v1.0.1...v1.4.0) (2022-02-19)
2052

53+
2154
### Bug Fixes
2255

23-
- action gif ([a7205c0](https://github.com/buidler-hub/react-nextjs-snippets/commit/a7205c0c80ac2ef8b0fb90f9b537613669aa3dcd))
24-
- clean up all the snippets ([#40](https://github.com/buidler-hub/react-nextjs-snippets/issues/40)) ([06d4d4f](https://github.com/buidler-hub/react-nextjs-snippets/commit/06d4d4f2e0446bbfa063dde74de59dd9a790d130))
25-
- fix a few things, add nextseo ([#38](https://github.com/buidler-hub/react-nextjs-snippets/issues/38)) ([e1a6c7b](https://github.com/buidler-hub/react-nextjs-snippets/commit/e1a6c7b12b96c4ee3c8b92b5e41e2cd1735c96d1))
26-
- gif ([bfddb12](https://github.com/buidler-hub/react-nextjs-snippets/commit/bfddb124b520ba8619936e25a6571bd7785e4f63))
27-
- typo in javascript snippets and enable snippets in js and ts files too ([7bcaf21](https://github.com/buidler-hub/react-nextjs-snippets/commit/7bcaf2138c0bfe73c01f2e9365a9d946da94a0b7))
56+
* action gif ([a7205c0](https://github.com/buidler-hub/react-nextjs-snippets/commit/a7205c0c80ac2ef8b0fb90f9b537613669aa3dcd))
57+
* clean up all the snippets ([#40](https://github.com/buidler-hub/react-nextjs-snippets/issues/40)) ([06d4d4f](https://github.com/buidler-hub/react-nextjs-snippets/commit/06d4d4f2e0446bbfa063dde74de59dd9a790d130))
58+
* fix a few things, add nextseo ([#38](https://github.com/buidler-hub/react-nextjs-snippets/issues/38)) ([e1a6c7b](https://github.com/buidler-hub/react-nextjs-snippets/commit/e1a6c7b12b96c4ee3c8b92b5e41e2cd1735c96d1))
59+
* gif ([bfddb12](https://github.com/buidler-hub/react-nextjs-snippets/commit/bfddb124b520ba8619936e25a6571bd7785e4f63))
60+
* typo in javascript snippets and enable snippets in js and ts files too ([7bcaf21](https://github.com/buidler-hub/react-nextjs-snippets/commit/7bcaf2138c0bfe73c01f2e9365a9d946da94a0b7))
61+
2862

2963
### Features
3064

31-
- add the required snippets in next-javascript.json file ([#46](https://github.com/buidler-hub/react-nextjs-snippets/issues/46)) ([42e1edf](https://github.com/buidler-hub/react-nextjs-snippets/commit/42e1edfeaa01bfd5ba84f4aa617721f79951b819))
32-
- atom extension ([#44](https://github.com/buidler-hub/react-nextjs-snippets/issues/44)) ([79247ce](https://github.com/buidler-hub/react-nextjs-snippets/commit/79247cedc6f7b15a5b5eb5373940ffcc60ab06cd))
33-
- boost performance and minor improvements ([e792f97](https://github.com/buidler-hub/react-nextjs-snippets/commit/e792f97f99279fb1eb9c62c0aef1171a8ce2a075))
34-
- improve lighthouse scores ([#43](https://github.com/buidler-hub/react-nextjs-snippets/issues/43)) ([b2a5d87](https://github.com/buidler-hub/react-nextjs-snippets/commit/b2a5d870dcb1d9cd4afb010c14e658d4a1bf3e0c))
35-
- initial nextjs setup for the web ([b5f49f1](https://github.com/buidler-hub/react-nextjs-snippets/commit/b5f49f1a313114289a50d2b15bb62d279d7b1f72))
65+
* add the required snippets in next-javascript.json file ([#46](https://github.com/buidler-hub/react-nextjs-snippets/issues/46)) ([42e1edf](https://github.com/buidler-hub/react-nextjs-snippets/commit/42e1edfeaa01bfd5ba84f4aa617721f79951b819))
66+
* atom extension ([#44](https://github.com/buidler-hub/react-nextjs-snippets/issues/44)) ([79247ce](https://github.com/buidler-hub/react-nextjs-snippets/commit/79247cedc6f7b15a5b5eb5373940ffcc60ab06cd))
67+
* boost performance and minor improvements ([e792f97](https://github.com/buidler-hub/react-nextjs-snippets/commit/e792f97f99279fb1eb9c62c0aef1171a8ce2a075))
68+
* improve lighthouse scores ([#43](https://github.com/buidler-hub/react-nextjs-snippets/issues/43)) ([b2a5d87](https://github.com/buidler-hub/react-nextjs-snippets/commit/b2a5d870dcb1d9cd4afb010c14e658d4a1bf3e0c))
69+
* initial nextjs setup for the web ([b5f49f1](https://github.com/buidler-hub/react-nextjs-snippets/commit/b5f49f1a313114289a50d2b15bb62d279d7b1f72))
3670

37-
## [1.0.1](https://github.com/buidler-hub/react-nextjs-snippets/compare/v1.2.1...v1.0.1) (2022-02-14)
3871

39-
### Bug Fixes
4072

41-
- package json and prettier ([0cafde1](https://github.com/buidler-hub/react-nextjs-snippets/commit/0cafde1b2af1035676a0bd508fa7dc06bc117952))

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-nextjs-snippets",
3-
"version": "1.7.0",
3+
"version": "1.8.0",
44
"main": "index.js",
55
"repository": "https://github.com/buidler-hub/react-nextjs-snippets.git",
66
"author": "Avneesh Agarwal <[email protected]>",
@@ -60,4 +60,4 @@
6060
}
6161
]
6262
}
63-
}
63+
}

0 commit comments

Comments
 (0)