File tree Expand file tree Collapse file tree 2 files changed +34
-29
lines changed Expand file tree Collapse file tree 2 files changed +34
-29
lines changed Original file line number Diff line number Diff line change 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 ) *
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments