bump: version 0.0.1 → 0.1.0
This commit is contained in:
parent
59ceb8ec44
commit
54010c6a23
2 changed files with 21 additions and 1 deletions
20
CHANGELOG.md
Normal file
20
CHANGELOG.md
Normal file
|
|
@ -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
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "personal-page",
|
"name": "personal-page",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.0.1",
|
"version": "0.1.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