Skip to content

Commit 9def368

Browse files
Merge pull request #10 from frontChapter/feat/improve-ci-cd-setup
ci: setup all-contributor bot
2 parents 5063ec3 + 10e5fbd commit 9def368

6 files changed

Lines changed: 43 additions & 45 deletions

File tree

.all-contributorsrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
"repoHost": "https://github.com",
2424
"projectName": "NextJS",
2525
"projectOwner": "frontChapter"
26-
}
26+
}

.github/workflows/changelog.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
branches:
1010
- main
1111
- dev
12-
types: [opened, reopened, synchronize]
12+
types: [opened]
1313

1414
jobs:
1515
changelog:
@@ -19,4 +19,4 @@ jobs:
1919
- uses: actions/checkout@v2
2020
- uses: bala-raj/pull-request-changelog@master
2121
with:
22-
token: ${{ secrets.GITHUB_TOKEN }}
22+
token: ${{ secrets.GITHUB_TOKEN }}

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
22

33
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.
44

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))
22+
* bedrock 🪨🪨🪨 ([ea6e1dc](https://github.com/frontChapter/NextJS/commit/ea6e1dce67f97e178903e395653ca6983e606096))
23+
* install the FAQ component from launch UI ([d10d59d](https://github.com/frontChapter/NextJS/commit/d10d59de403c62cdb9305ca9edc39f510c350b1b))
24+
* install the lanuch UI component library ([c146b15](https://github.com/frontChapter/NextJS/commit/c146b15dd1be30757daf8eb57867f20d08c9af7f))
25+
* update FAQ section data ([14dd549](https://github.com/frontChapter/NextJS/commit/14dd54916171a9fe644ede42bc9cf72e76a5cc01))
26+
27+
28+
### Bug Fixes
29+
30+
* change .variable to .className for localFont ([20ee2bf](https://github.com/frontChapter/NextJS/commit/20ee2bfa1b502435dd468890bad420461c1b9cc3))
31+
532
## 0.2.0 (2025-02-10)
633

734

README.md

Lines changed: 9 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,15 @@
1-
This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).
2-
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3-
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
4-
<!-- ALL-CONTRIBUTORS-BADGE:END -->
5-
6-
## Getting Started
7-
8-
First, run the development server:
9-
10-
```bash
11-
npm run dev
12-
# or
13-
yarn dev
14-
# or
15-
pnpm dev
16-
# or
17-
bun dev
18-
```
19-
20-
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.
232

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 -->
364

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.
5+
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
386

39-
Check out our [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details.
7+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
408

419
## Contributors ✨
4210

43-
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
11+
Thanks goes to these wonderful people
12+
([emoji key](https://allcontributors.org/docs/en/emoji-key)):
4413

4514
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
4615
<!-- prettier-ignore-start -->
@@ -58,4 +27,6 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
5827

5928
<!-- ALL-CONTRIBUTORS-LIST:END -->
6029

61-
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
30+
This project follows the
31+
[all-contributors](https://github.com/all-contributors/all-contributors)
32+
specification. Contributions of any kind welcome!

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "frontchapter-nextjs",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"private": true,
55
"scripts": {
66
"dev": "next dev --turbopack",
@@ -37,4 +37,4 @@
3737
"typescript": "^5"
3838
},
3939
"packageManager": "pnpm@9.5.0"
40-
}
40+
}

0 commit comments

Comments
 (0)