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 3, 2024
1 parent 0f7be38 commit ffa2b86
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 2 deletions.
13 changes: 13 additions & 0 deletions packages/vite-plugin-asset-resolver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!-- header -->
# Changelog

All notable changes to this project will be documented in this file.

<!-- version:0.1.0 -->
## 0.1.0 (2024-10-03)

<!-- changelog -->
### ✨ Features

- assets resolver vite plugin ([0f7be38](https://github.com/Wroud/foundation/commit/0f7be38))

2 changes: 1 addition & 1 deletion packages/vite-plugin-asset-resolver/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wroud/vite-plugin-asset-resolver",
"description": "A Vite plugin for custom asset resolution, mapping 'dist' to 'src' directories and resolving files like SVG, images, and other resources. Supports multiple directory aliases and file extensions for flexible module resolution.",
"version": "0.0.1",
"version": "0.1.0",
"type": "module",
"packageManager": "[email protected]",
"license": "MIT",
Expand Down
10 changes: 10 additions & 0 deletions packages/vite-plugin-tsc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@

All notable changes to this project will be documented in this file.

<!-- version:0.9.0 -->
## 0.9.0 (2024-10-03)

[Compare changes](https://github.com/Wroud/foundation/compare/vite-plugin-tsc-v0.8.0...vite-plugin-tsc-v0.9.0)

<!-- changelog -->
### ✨ Features

- support providing custom `packageManager` option ([644f727](https://github.com/Wroud/foundation/commit/644f727))

<!-- version:0.8.0 -->
## 0.8.0 (2024-10-03)

Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-tsc/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wroud/vite-plugin-tsc",
"description": "A Vite plugin that uses TypeScript's tsc to transpile TypeScript sources for seamless bundling.",
"version": "0.8.0",
"version": "0.9.0",
"type": "module",
"packageManager": "[email protected]",
"license": "MIT",
Expand Down

0 comments on commit ffa2b86

Please sign in to comment.