bump: version 0.2.0 → 0.3.0
This commit is contained in:
parent
8f36d1cd02
commit
eef9ec9457
2 changed files with 13 additions and 1 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
|
@ -1,3 +1,15 @@
|
||||||
|
## 0.3.0 (2024-03-15)
|
||||||
|
|
||||||
|
### Feat
|
||||||
|
|
||||||
|
- **Style**: change layout to allow navbar to expand the whole width
|
||||||
|
- **Style**: add animations and effects to landing page
|
||||||
|
- **Navbar**: apply sticky style to the main navbar
|
||||||
|
|
||||||
|
### Refactor
|
||||||
|
|
||||||
|
- **Components**: move offcanvas from navbar to it's own component
|
||||||
|
|
||||||
## 0.2.0 (2024-03-13)
|
## 0.2.0 (2024-03-13)
|
||||||
|
|
||||||
### Feat
|
### Feat
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "personal-page",
|
"name": "personal-page",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.2.0",
|
"version": "0.3.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