You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,33 @@
2
2
3
3
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
4
4
5
+
## 0.2.1 (2025-02-10)
6
+
7
+
8
+
### Features
9
+
10
+
* add 12 spacing according to UI ([cb1183b](https://github.com/frontChapter/NextJS/commit/cb1183b96933ad890ba64ed3f9c576a2f2736bc4))
11
+
* add 20 and 24 spacing to tailwind config ([183465b](https://github.com/frontChapter/NextJS/commit/183465b0b8dfc679b332ea57d5254749aae82360))
12
+
* add 8 spacing to tailwind ([1f65bc7](https://github.com/frontChapter/NextJS/commit/1f65bc758d9e6543ab5d170b1086b6a4efdaf033))
13
+
* add a data.ts file for faq datas ([56e0555](https://github.com/frontChapter/NextJS/commit/56e0555af7c3cbd0f3a533ddebde975cc1ac5a3d))
14
+
* add background and color to body ([4fcecb1](https://github.com/frontChapter/NextJS/commit/4fcecb173ace970fafa5ae9fe4973dd043439a84))
15
+
* add background color to body ([24a019d](https://github.com/frontChapter/NextJS/commit/24a019d0ffb43f6f3ec2c4191ffac7cbc07453b6))
16
+
* add dana font to project ([c84c7a5](https://github.com/frontChapter/NextJS/commit/c84c7a52796906ae9bbec4a8b678f46108788b56))
17
+
* add danaVF font to html using localFont method ([db4f044](https://github.com/frontChapter/NextJS/commit/db4f04482aa517a38e5fa5cedcc74c40f634ec2c))
18
+
* add dark styles for components ([37d7030](https://github.com/frontChapter/NextJS/commit/37d70306940beaffece66c9bff47a2fb3024425b))
19
+
* Add FaqDataType to the faqData array ([b0f53f4](https://github.com/frontChapter/NextJS/commit/b0f53f4e31ed46998efd5e9144b38209f2b36dba))
20
+
* add font callback for danaVF ([371bdcc](https://github.com/frontChapter/NextJS/commit/371bdcc00c70c16f0a43b171c9d42f47ec209eea))
21
+
* Add theme provider and use it in main layout ([11d0030](https://github.com/frontChapter/NextJS/commit/11d0030b3a47d1c8579539713635fc737119862b))
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
21
-
22
-
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
1
+
This repository contains FrontChapter`s website source code.
23
2
24
-
This project uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel.
25
-
26
-
## Learn More
27
-
28
-
To learn more about Next.js, take a look at the following resources:
29
-
30
-
-[Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
31
-
-[Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
32
-
33
-
You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js) - your feedback and contributions are welcome!
34
-
35
-
## Deploy on Vercel
3
+
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
36
4
37
-
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
0 commit comments