Skip to content

Commit 91322bd

Browse files
committed
update changelog
1 parent 56a4607 commit 91322bd

File tree

4 files changed

+10
-35
lines changed

4 files changed

+10
-35
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ Created Repo from template
2626
- Added Nakshtra Page
2727
- Home Page Redesign
2828

29+
## [3.2.0] - 2025-07-20
30+
31+
- Added Poem section
32+
- update CNAME
33+
2934
### [Unreleased]
3035

3136
Here we write upgrading notes for brands. It's a team effort to make them as straightforward as possible.

package-lock.json

Lines changed: 3 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@recursivezero/abcd",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"description": "A website for our kids trial phase of abcdkbd.com",
55
"homepage": "https://parixan.xyz",
66
"displayName": "abcd",
@@ -120,8 +120,6 @@
120120
"clsx": "2.1.0",
121121
"dotenv": "16.4.5",
122122
"dotenv-expand": "11.0.6",
123-
"nanostores": "1.0.1",
124-
"tailwind-merge": "2.2.0",
125123
"typescript": "5.6.2",
126124
"zod": "3.25.67"
127125
},

src/pages/poems.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ import SharePopover from "@/components/ShareButton.astro";
88
import SquareBubble from "@/components/SquareBubble.astro";
99
import poem from "@/data/poem.json";
1010
import BaseLayout from "@/layouts/Base";
11+
import "@/utils/common"; /* for sortBy method */
1112
const { poems } = poem;
1213
poems.sortBy("title");
13-
1414
const title = "Poems";
1515
---
1616

0 commit comments

Comments
 (0)