bump: version 0.1.0 → 0.2.0
This commit is contained in:
parent
d49fe554ee
commit
abc6660ac7
2 changed files with 11 additions and 3 deletions
12
CHANGELOG.md
12
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)
|
## 0.1.0 (2024-03-13)
|
||||||
|
|
||||||
### Feat
|
### Feat
|
||||||
|
|
||||||
- Apply some elevation to landing components
|
- Apply some elevation to landing components
|
||||||
- Apply skeleton of new design to landing page
|
- Apply skeleton of new design to landing page
|
||||||
- **Components**: Add Button and BackgroundImage
|
|
||||||
- **Layout**: add loading spinner component and to layout
|
- **Layout**: add loading spinner component and to layout
|
||||||
- **Layout**: apply view transition to page navigation
|
- **Layout**: apply view transition to page navigation
|
||||||
- **components**: add carousel components
|
- **components**: add carousel components
|
||||||
|
|
@ -16,5 +25,4 @@
|
||||||
|
|
||||||
### Refactor
|
### 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
|
- move submodule into this repo
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "personal-page",
|
"name": "personal-page",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.1.0",
|
"version": "0.2.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "astro dev --port 3000",
|
"dev": "astro dev --port 3000",
|
||||||
"start": "astro dev",
|
"start": "astro dev",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue