File tree 3 files changed +1190
-1866
lines changed
3 files changed +1190
-1866
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.0.1 - October 22, 2022
4
+
5
+ ** Minor changes**
6
+
7
+ - Packages bumped
8
+ - Dependabot changes
9
+
10
+ ## 1.0.0 - August 12, 2022
11
+
12
+ Complete overhaul of the previous starters.
13
+
14
+ New features:
15
+
16
+ - 💪 Battle-tested starting point for small & large web projects
17
+ - 📄 Form Builder that enables Admins to create multiple forms with ease & Netlify Forms integration.
18
+ - 🌗 Darkmode support
19
+ - 🗺 Sitemaps using ` gatsby-plugin-sitemap `
20
+ - 💇♀️ TailwindCSS support with PostCSS processing & PurgeCSS
21
+ - 🔌 Support for Gatsby API functions
22
+ - 🕵️♂️ Complete SEO configuration with graphql fragment and reusable components
23
+ ..and more
24
+
3
25
## 0.6.0 - March 7, 2021
4
26
5
27
** BREAKING CHANGES**
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gatsby-starter-henlo" ,
3
3
"description" : " Minimalistic starter for Gatsby v4, optimized for SEO & Performance." ,
4
- "version" : " 1.0.0 " ,
4
+ "version" : " 1.0.1 " ,
5
5
"author" :
" Wojciech Kałużny <[email protected] >" ,
6
6
"browserslist" : [
7
7
" defaults"
8
8
],
9
9
"dependencies" : {
10
- "babel-preset-gatsby" : " ^1.0 .0" ,
10
+ "babel-preset-gatsby" : " ^2.24 .0" ,
11
11
"classnames" : " ^2.2.6" ,
12
- "gatsby" : " ^4.9.2 " ,
12
+ "gatsby" : " ^4.24.0 " ,
13
13
"gatsby-plugin-brotli" : " ^2.1.0" ,
14
14
"gatsby-plugin-dark-mode" : " ^1.1.2" ,
15
15
"gatsby-plugin-image" : " ^2.9.0" ,
20
20
"gatsby-plugin-purgecss" : " ^6.0.0" ,
21
21
"gatsby-plugin-react-helmet" : " ^5.9.0" ,
22
22
"gatsby-plugin-root-import" : " ^2.0.6" ,
23
- "gatsby-plugin-sharp" : " ^4.9 .0" ,
23
+ "gatsby-plugin-sharp" : " ^4.24 .0" ,
24
24
"gatsby-plugin-sitemap" : " ^5.20.0" ,
25
25
"gatsby-plugin-svgr-loader" : " ^0.1.0" ,
26
26
"gatsby-remark-copy-linked-files" : " ^3.0.0" ,
You can’t perform that action at this time.
0 commit comments