Skip to content

Commit eea26a0

Browse files
committed
chore: release v2.3.0
1 parent 2813eb6 commit eea26a0

File tree

4 files changed

+32
-3
lines changed

4 files changed

+32
-3
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Changelog
22

3+
## 2.3.0 (2025-04-06)
4+
5+
* chore: add manual firebase deployment workflow ([2813eb6](https://github.com/benyap/benyap.com/commit/2813eb6))
6+
* chore: move root layouts into (public) folder ([61fd5cc](https://github.com/benyap/benyap.com/commit/61fd5cc))
7+
* chore: update dependencies ([bc0b875](https://github.com/benyap/benyap.com/commit/bc0b875))
8+
* chore(photos): abstract repeated card pattern ([650a540](https://github.com/benyap/benyap.com/commit/650a540))
9+
* chore(photos): abstract repeated dialog pattern ([6cc43ac](https://github.com/benyap/benyap.com/commit/6cc43ac))
10+
* chore(photos): add dynamic title to camera and lens pages ([f6c0efa](https://github.com/benyap/benyap.com/commit/f6c0efa))
11+
* chore(photos): add icons to camera and lens titles ([ce79d33](https://github.com/benyap/benyap.com/commit/ce79d33))
12+
* chore(photos): clean up, fix incorrect app URL ([54d9d9f](https://github.com/benyap/benyap.com/commit/54d9d9f))
13+
* chore(photos): improve error and not found handling ([eb42369](https://github.com/benyap/benyap.com/commit/eb42369))
14+
* chore(photos): improve ui consistency, rename css variable theme-accent to brand ([6c391ed](https://github.com/benyap/benyap.com/commit/6c391ed))
15+
* chore(photos): sort cameras and lenses by names ([a0b607b](https://github.com/benyap/benyap.com/commit/a0b607b))
16+
* chore(photos): update destructive color ([2f5e778](https://github.com/benyap/benyap.com/commit/2f5e778))
17+
* chore(photos): update font and site meta for photos admin ([9632f26](https://github.com/benyap/benyap.com/commit/9632f26))
18+
* feat(photos): add account page ([a6b334a](https://github.com/benyap/benyap.com/commit/a6b334a))
19+
* feat(photos): add admin sidebar links ([edb1091](https://github.com/benyap/benyap.com/commit/edb1091))
20+
* feat(photos): add basic camera management ([a4bf688](https://github.com/benyap/benyap.com/commit/a4bf688))
21+
* feat(photos): add basic lens management ([2508d05](https://github.com/benyap/benyap.com/commit/2508d05))
22+
* feat(photos): add basic location management ([382906f](https://github.com/benyap/benyap.com/commit/382906f))
23+
* feat(photos): add basic tag management ([673bb8b](https://github.com/benyap/benyap.com/commit/673bb8b))
24+
* feat(photos): add breadcrumbs ([8d65d3b](https://github.com/benyap/benyap.com/commit/8d65d3b))
25+
* feat(photos): add custom not found page ([f97771a](https://github.com/benyap/benyap.com/commit/f97771a))
26+
* feat(photos): add description field to camera ([1976e11](https://github.com/benyap/benyap.com/commit/1976e11))
27+
* feat(photos): add theme toggle, improve ui consistency ([0ea6115](https://github.com/benyap/benyap.com/commit/0ea6115))
28+
* feat(photos): improve cards and details components for cameras and lenses ([45a641c](https://github.com/benyap/benyap.com/commit/45a641c))
29+
* fix(photos): close mobile sidebar on link click ([19c236e](https://github.com/benyap/benyap.com/commit/19c236e))
30+
* fix(photos): createdAt and updatedAt fields not being set properly ([5b508f3](https://github.com/benyap/benyap.com/commit/5b508f3))
31+
332
## <small>2.2.2 (2025-04-02)</small>
433

534
* chore(photos): add fonts ([b20eec9](https://github.com/benyap/benyap.com/commit/b20eec9))
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "2.2.2"
2+
"version": "2.3.0"
33
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "2.2.2"
2+
"version": "2.3.0"
33
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "benyap.com",
3-
"version": "2.2.2",
3+
"version": "2.3.0",
44
"private": true,
55
"engines": {
66
"node": "22"

0 commit comments

Comments
 (0)