diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..cb079cf --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,20 @@ +## 0.1.0 (2024-03-13) + +### Feat + +- Apply some elevation to landing components +- Apply skeleton of new design to landing page +- **Components**: Add Button and BackgroudnImage +- **Layout**: add loading spinner component and to layout +- **Layout**: apply view transition to page navigation +- **components**: add carousel components +- **components**: Add lightgallery library + +### Fix + +- **woodpecker**: incorrect yaml syntax + +### Refactor + +- Remove BackgroundImageDiv component +- move submodule into this repo diff --git a/package.json b/package.json index 1ecc6c8..15e1878 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "personal-page", "type": "module", - "version": "0.0.1", + "version": "0.1.0", "scripts": { "dev": "astro dev --port 3000", "start": "astro dev",