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 Nov 28, 2024
1 parent d1d071a commit d1c3d8a
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 4 deletions.
10 changes: 10 additions & 0 deletions packages/@wroud/di-react/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.4.2 -->
## 0.4.2 (2024-11-28)

[Compare changes](https://github.com/Wroud/foundation/compare/di-react-v0.4.1...di-react-v0.4.2)

<!-- changelog -->
### 🩹 Fixes

- update dependencies ([d1d071a](https://github.com/Wroud/foundation/commit/d1d071a))

<!-- version:0.4.1 -->
## 0.4.1 (2024-11-26)

Expand Down
2 changes: 1 addition & 1 deletion packages/@wroud/di-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wroud/di-react",
"description": "A simple and lightweight dependency injection library for React",
"version": "0.4.1",
"version": "0.4.2",
"packageManager": "[email protected]",
"type": "module",
"license": "MIT",
Expand Down
10 changes: 10 additions & 0 deletions packages/@wroud/vite-plugin-asset-resolver/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.1.3 -->
## 0.1.3 (2024-11-28)

[Compare changes](https://github.com/Wroud/foundation/compare/vp-asset-resolver-v0.1.2...vp-asset-resolver-v0.1.3)

<!-- changelog -->
### 🩹 Fixes

- update dependencies ([d1d071a](https://github.com/Wroud/foundation/commit/d1d071a))

<!-- version:0.1.2 -->
## 0.1.2 (2024-11-26)

Expand Down
2 changes: 1 addition & 1 deletion packages/@wroud/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.1.2",
"version": "0.1.3",
"type": "module",
"packageManager": "[email protected]",
"license": "MIT",
Expand Down
10 changes: 10 additions & 0 deletions packages/@wroud/vite-plugin-ssg/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.2.4 -->
## 0.2.4 (2024-11-28)

[Compare changes](https://github.com/Wroud/foundation/compare/vite-plugin-ssg-v0.2.3...vite-plugin-ssg-v0.2.4)

<!-- changelog -->
### 🩹 Fixes

- update dependencies ([d1d071a](https://github.com/Wroud/foundation/commit/d1d071a))

<!-- version:0.2.3 -->
## 0.2.3 (2024-11-26)

Expand Down
2 changes: 1 addition & 1 deletion packages/@wroud/vite-plugin-ssg/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wroud/vite-plugin-ssg",
"description": "A Vite plugin for static site generation (SSG) with React. Renders React applications to static HTML for faster load times and improved SEO. ",
"version": "0.2.3",
"version": "0.2.4",
"type": "module",
"sideEffects": [],
"exports": {
Expand Down
10 changes: 10 additions & 0 deletions packages/@wroud/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.11.5 -->
## 0.11.5 (2024-11-28)

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

<!-- changelog -->
### 🩹 Fixes

- update dependencies ([d1d071a](https://github.com/Wroud/foundation/commit/d1d071a))

<!-- version:0.11.4 -->
## 0.11.4 (2024-11-26)

Expand Down
2 changes: 1 addition & 1 deletion packages/@wroud/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.11.4",
"version": "0.11.5",
"type": "module",
"packageManager": "[email protected]",
"license": "MIT",
Expand Down

0 comments on commit d1c3d8a

Please sign in to comment.