Skip to content

Commit a879c56

Browse files
committed
v3.4.0
1 parent 6b354ed commit a879c56

29 files changed

+777
-551
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -225,4 +225,9 @@ All commands are run from the root of the project, from a terminal:
225225
- Migrated to standard astro tsconfig.json
226226
- Fixed astro check errors
227227
- 3.4.0: Minor changes:
228+
- Updated packages
228229
- Replaced heroicons to v2
230+
- Improved RSS and search indexes to include author name and email
231+
- Make BlogHero accept post as props rather than frontmatter
232+
- Moved Markdown pages to content collection
233+
- Eliminated Frontmatter type

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "hello-astro",
33
"description": "Hello Astro is a full featured Astro corporate/marketing/blog starter theme written in Typescript and TailwindCSS. It supports Markdown and MDX based pages and blog posts.",
4-
"version": "3.3.2",
4+
"version": "3.4.0",
55
"scripts": {
66
"dev": "astro dev",
77
"clean": "rm -rf node_modules .astro dist",
@@ -17,7 +17,7 @@
1717
"devDependencies": {
1818
"@akebifiky/remark-simple-plantuml": "^1.0.2",
1919
"@astrojs/alpinejs": "^0.4.0",
20-
"@astrojs/mdx": "^2.2.0",
20+
"@astrojs/mdx": "^2.2.1",
2121
"@astrojs/sitemap": "^3.1.1",
2222
"@astrojs/tailwind": "^5.1.0",
2323
"@tailwindcss/aspect-ratio": "^0.4.2",
@@ -27,12 +27,12 @@
2727
"@types/alpinejs": "^3.13.9",
2828
"@types/leaflet": "^1.9.8",
2929
"@types/photoswipe": "^4.1.6",
30-
"@typescript-eslint/parser": "^7.2.0",
30+
"@typescript-eslint/parser": "^7.3.1",
3131
"alpinejs": "^3.13.7",
32-
"astro": "^4.5.5",
32+
"astro": "^4.5.9",
3333
"astro-robots-txt": "^1.0.0",
3434
"eslint": "^8.57.0",
35-
"eslint-plugin-astro": "^0.31.4",
35+
"eslint-plugin-astro": "^0.32.0",
3636
"eslint-plugin-css": "^0.9.2",
3737
"eslint-plugin-jsx-a11y": "^6.8.0",
3838
"eslint-plugin-markdown": "^4.0.1",
@@ -49,12 +49,12 @@
4949
"remark-math": "^6.0.0",
5050
"schema-dts": "^1.1.2",
5151
"tailwindcss": "^3.4.1",
52-
"typescript": "~5.4.2",
52+
"typescript": "~5.4.3",
5353
"unist-util-visit": "^5.0.0",
54-
"vite": "^5.1.6"
54+
"vite": "^5.2.5"
5555
},
5656
"dependencies": {
57-
"@astrojs/check": "^0.5.9",
57+
"@astrojs/check": "^0.5.10",
5858
"@astrojs/markdoc": "^0.9.2",
5959
"@astrojs/rss": "^4.0.5",
6060
"@iconify-json/bi": "^1.1.23",

0 commit comments

Comments
 (0)