Skip to content

Commit

Permalink
v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristineTham committed Mar 24, 2024
1 parent 6b354ed commit a879c56
Show file tree
Hide file tree
Showing 29 changed files with 777 additions and 551 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,4 +225,9 @@ All commands are run from the root of the project, from a terminal:
- Migrated to standard astro tsconfig.json
- Fixed astro check errors
- 3.4.0: Minor changes:
- Updated packages
- Replaced heroicons to v2
- Improved RSS and search indexes to include author name and email
- Make BlogHero accept post as props rather than frontmatter
- Moved Markdown pages to content collection
- Eliminated Frontmatter type
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hello-astro",
"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.",
"version": "3.3.2",
"version": "3.4.0",
"scripts": {
"dev": "astro dev",
"clean": "rm -rf node_modules .astro dist",
Expand All @@ -17,7 +17,7 @@
"devDependencies": {
"@akebifiky/remark-simple-plantuml": "^1.0.2",
"@astrojs/alpinejs": "^0.4.0",
"@astrojs/mdx": "^2.2.0",
"@astrojs/mdx": "^2.2.1",
"@astrojs/sitemap": "^3.1.1",
"@astrojs/tailwind": "^5.1.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
Expand All @@ -27,12 +27,12 @@
"@types/alpinejs": "^3.13.9",
"@types/leaflet": "^1.9.8",
"@types/photoswipe": "^4.1.6",
"@typescript-eslint/parser": "^7.2.0",
"@typescript-eslint/parser": "^7.3.1",
"alpinejs": "^3.13.7",
"astro": "^4.5.5",
"astro": "^4.5.9",
"astro-robots-txt": "^1.0.0",
"eslint": "^8.57.0",
"eslint-plugin-astro": "^0.31.4",
"eslint-plugin-astro": "^0.32.0",
"eslint-plugin-css": "^0.9.2",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-markdown": "^4.0.1",
Expand All @@ -49,12 +49,12 @@
"remark-math": "^6.0.0",
"schema-dts": "^1.1.2",
"tailwindcss": "^3.4.1",
"typescript": "~5.4.2",
"typescript": "~5.4.3",
"unist-util-visit": "^5.0.0",
"vite": "^5.1.6"
"vite": "^5.2.5"
},
"dependencies": {
"@astrojs/check": "^0.5.9",
"@astrojs/check": "^0.5.10",
"@astrojs/markdoc": "^0.9.2",
"@astrojs/rss": "^4.0.5",
"@iconify-json/bi": "^1.1.23",
Expand Down
Loading

0 comments on commit a879c56

Please sign in to comment.