From 54010c6a2352356b4cda7975cb7582790d273418 Mon Sep 17 00:00:00 2001 From: aleidk Date: Wed, 13 Mar 2024 09:59:58 -0300 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.0.1=20=E2=86=92=200.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md 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",