We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d61fb0 commit 9a098d5Copy full SHA for 9a098d5
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Changelog
2
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
15
## v.2.0.2
16
- use yarn.lock instead of package-lock.json
17
- update README.md
package.json
@@ -1,6 +1,6 @@
{
"name": "next-starter-kit",
- "version": "2.0.2",
+ "version": "2.1.0",
"scripts": {
"dev": "next",
"build": "next build",
0 commit comments