Skip to content

Commit 9a098d5

Browse files
v.2.1.0
1 parent 6d61fb0 commit 9a098d5

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## v.2.1.0
4+
### feat
5+
- update tailwindcss module
6+
- update Next.js, react, react-dom
7+
- run husky on commit
8+
- run jest on jsdom environment
9+
- remove unused modules
10+
- use storybook with webpack5
11+
12+
### fix
13+
- use green color instead of teal which was removed from tailwindcss v2
14+
315
## v.2.0.2
416
- use yarn.lock instead of package-lock.json
517
- update README.md

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-starter-kit",
3-
"version": "2.0.2",
3+
"version": "2.1.0",
44
"scripts": {
55
"dev": "next",
66
"build": "next build",

0 commit comments

Comments
 (0)