Skip to content

Commit 1954876

Browse files
ci(release): prepare release v0.0.10 (#1)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a188e6c commit 1954876

File tree

2 files changed

+34
-29
lines changed

2 files changed

+34
-29
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
## Unreleased
8+
9+
### 🎉 Features
10+
11+
- *(repo)* Initial commit
12+
- *(repo)* Make flexible
13+
14+
### 🐛 Bug Fixes
15+
16+
- *(repo)* Add bun
17+
18+
### 📦 Build System
19+
20+
- *(repo)* Fix lint errors
21+
- *(repo)* Fix CI errors
22+
- *(repo)* Add goreleaser config
23+
- *(repo)* Bun install fix
24+
25+
### 🔧 CI/CD
26+
27+
- *(repo)* Fix bun action
28+
- *(repo)* Fix build
29+
30+
---
31+
*Generated by [git-cliff](https://git-cliff.org)*

package.json

Lines changed: 3 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,5 @@
11
{
22
"name": "pr-release",
3-
"module": "index.ts",
4-
"type": "module",
5-
"private": true,
6-
"peerDependencies": {
7-
"typescript": "^5"
8-
},
9-
"devDependencies": {
10-
"@octokit/graphql": "^9.0.1",
11-
"@commitlint/config-conventional": "20.0.0",
12-
"@octokit/rest": "^22.0.0",
13-
"@storybook/nextjs": "9.1.0",
14-
"@types/bun": "1.2.22",
15-
"@types/micromatch": "^4.0.9",
16-
"@types/minimatch": "5.1.2",
17-
"lucide-static": "0.544.0",
18-
"micromatch": "^4.0.8",
19-
"minimatch": "^10.0.3",
20-
"oxlint": "1.9.0",
21-
"prettier": "3.6.2",
22-
"prettier-plugin-multiline-arrays": "4.0.3",
23-
"prettier-plugin-organize-imports": "4.2.0",
24-
"prettier-plugin-sh": "0.18.0",
25-
"tsx": "^4.7.0",
26-
"turbo": "^2.5.8",
27-
"typescript": "5.9.2",
28-
"updates": "^16.5.2",
29-
"vite": "7.0.6"
30-
}
31-
}
3+
"version": "0.0.10",
4+
"private": true
5+
}

0 commit comments

Comments
 (0)