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.
2 parents 46fbc12 + 519c633 commit 2798430Copy full SHA for 2798430
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v.2.0.0
4
+- breaking: update Next.js, React, Tailwind CSS etc.
5
+- breaking: update tailwind.config.js and postcss.config.js
6
+
7
## v.1.3.0
8
- simplify eslint settings
9
- apply typescript strict mode
package.json
@@ -1,6 +1,6 @@
{
"name": "next-starter-kit",
- "version": "1.3.0",
+ "version": "2.0.0",
"scripts": {
"dev": "next",
"build": "next build",
0 commit comments