Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 7, 2024
1 parent aaf6fd2 commit fb83067
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 2 deletions.
19 changes: 19 additions & 0 deletions packages/github/CHANGELOG.md
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))

2 changes: 1 addition & 1 deletion packages/github/package.json
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": {
Expand Down
16 changes: 16 additions & 0 deletions packages/ts-project-linker/CHANGELOG.md
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))

2 changes: 1 addition & 1 deletion packages/ts-project-linker/package.json
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",
Expand Down

0 comments on commit fb83067

Please sign in to comment.