From abc6660ac7fe44c2a9b2b288478c5a72c113524f Mon Sep 17 00:00:00 2001 From: aleidk Date: Wed, 13 Mar 2024 20:17:41 -0300 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.1.0=20=E2=86=92=200.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 12 ++++++++++-- package.json | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8029ad6..8805b8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,19 @@ +## 0.2.0 (2024-03-13) + +### Feat + +- **Style**: Apply responsive design + +### Refactor + +- **Style**: add SASS to reduce style repetition + ## 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 BackgroundImage - **Layout**: add loading spinner component and to layout - **Layout**: apply view transition to page navigation - **components**: add carousel components @@ -16,5 +25,4 @@ ### Refactor -- Remove BackgroundImageDiv component, component is redundant, move style to CSS class and allows to set the image via CSS variables - move submodule into this repo diff --git a/package.json b/package.json index 807ea3c..09e5c54 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "personal-page", "type": "module", - "version": "0.1.0", + "version": "0.2.0", "scripts": { "dev": "astro dev --port 3000", "start": "astro dev",