-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
aaf6fd2
commit fb83067
Showing
4 changed files
with
37 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<!-- header --> | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
<!-- version:0.1.0 --> | ||
## 0.1.0 (2024-10-07) | ||
|
||
<!-- changelog --> | ||
### ✨ Features | ||
|
||
- add github links ([37b166a](https://github.com/Wroud/foundation/commit/37b166a)) | ||
- add custom links parser ([24a5574](https://github.com/Wroud/foundation/commit/24a5574)) | ||
- automated releases ([5b14fdb](https://github.com/Wroud/foundation/commit/5b14fdb)) | ||
|
||
### 🩹 Fixes | ||
|
||
- async services resolving and stricter type checking ([a028c56](https://github.com/Wroud/foundation/commit/a028c56)) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@wroud/github", | ||
"description": "A lightweight GitHub integration library for working with git history, co-authors, issues, and commit links. Supports extracting GitHub metadata, generating GitHub URLs, and managing commit trailers in TypeScript.", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"type": "module", | ||
"packageManager": "[email protected]", | ||
"exports": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<!-- header --> | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
<!-- version:0.1.0 --> | ||
## 0.1.0 (2024-10-07) | ||
|
||
<!-- changelog --> | ||
### ✨ Features | ||
|
||
- transpile code using tsc for vite ([e38b771](https://github.com/Wroud/foundation/commit/e38b771)) | ||
- support multiple configs per project ([5babaa2](https://github.com/Wroud/foundation/commit/5babaa2)) | ||
- log package name and use relative paths ([e280b9f](https://github.com/Wroud/foundation/commit/e280b9f)) | ||
- add --immutable flag ([3169a9d](https://github.com/Wroud/foundation/commit/3169a9d)) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@wroud/ts-project-linker", | ||
"description": "A CLI tool that synchronizes TypeScript project references with package dependencies, supporting sub configurations like tsconfig.*.json.", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"packageManager": "[email protected]", | ||
"license": "MIT", | ||
"author": "Wroud", | ||
|