Skip to content

Commit b9f0fe5

Browse files
authored
Merge pull request #27 from clean-commit/next
1.0.1 - Minor security updates
2 parents dba69e6 + 571db3d commit b9f0fe5

File tree

3 files changed

+1190
-1866
lines changed

3 files changed

+1190
-1866
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

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+
325
## 0.6.0 - March 7, 2021
426

527
**BREAKING CHANGES**

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "gatsby-starter-henlo",
33
"description": "Minimalistic starter for Gatsby v4, optimized for SEO & Performance.",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"author": "Wojciech Kałużny <[email protected]>",
66
"browserslist": [
77
"defaults"
88
],
99
"dependencies": {
10-
"babel-preset-gatsby": "^1.0.0",
10+
"babel-preset-gatsby": "^2.24.0",
1111
"classnames": "^2.2.6",
12-
"gatsby": "^4.9.2",
12+
"gatsby": "^4.24.0",
1313
"gatsby-plugin-brotli": "^2.1.0",
1414
"gatsby-plugin-dark-mode": "^1.1.2",
1515
"gatsby-plugin-image": "^2.9.0",
@@ -20,7 +20,7 @@
2020
"gatsby-plugin-purgecss": "^6.0.0",
2121
"gatsby-plugin-react-helmet": "^5.9.0",
2222
"gatsby-plugin-root-import": "^2.0.6",
23-
"gatsby-plugin-sharp": "^4.9.0",
23+
"gatsby-plugin-sharp": "^4.24.0",
2424
"gatsby-plugin-sitemap": "^5.20.0",
2525
"gatsby-plugin-svgr-loader": "^0.1.0",
2626
"gatsby-remark-copy-linked-files": "^3.0.0",

0 commit comments

Comments
 (0)