Skip to content

Commit

Permalink
v3.3.2 fixed search, updated tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristineTham committed Mar 16, 2024
1 parent 65a06bd commit d46723b
Show file tree
Hide file tree
Showing 11 changed files with 177 additions and 115 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = {
extends: [
'plugin:css/recommended',
'plugin:mdx/recommended',
'plugin:markdown/recommended',
'plugin:markdown/recommended-legacy',
'plugin:astro/recommended'
],
"plugins": [
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,3 +219,8 @@ All commands are run from the root of the project, from a terminal:
- Upgraded to latest packages and astro-icon 1.x
- 3.3.1: Maintenance:
- Upgraded to latest packages and fixed astro check errors
- 3.3.2: Maintenance:
- Upgraded to latest packages
- Fixed search not working due to stricter alpine checking
- Migrated to standard astro tsconfig.json
- Fixed astro check errors
6 changes: 3 additions & 3 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.1",
"version": "3.3.2",
"scripts": {
"dev": "astro dev",
"clean": "rm -rf node_modules .astro dist",
Expand All @@ -24,12 +24,12 @@
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.10",
"@types/alpinejs": "^3.13.7",
"@types/alpinejs": "^3.13.9",
"@types/leaflet": "^1.9.8",
"@types/photoswipe": "^4.1.6",
"@typescript-eslint/parser": "^7.2.0",
"alpinejs": "^3.13.7",
"astro": "^4.5.3",
"astro": "^4.5.5",
"astro-robots-txt": "^1.0.0",
"eslint": "^8.57.0",
"eslint-plugin-astro": "^0.31.4",
Expand Down
Loading

0 comments on commit d46723b

Please sign in to comment.