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 13, 2024
1 parent 41f245e commit c893c30
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 2 deletions.
13 changes: 13 additions & 0 deletions packages/@wroud/vite-plugin-ssg/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-11-13)

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

- ssg for react ([7413d99](https://github.com/Wroud/foundation/commit/7413d99))

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.0.0",
"version": "0.1.0",
"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.3 -->
## 0.11.3 (2024-11-13)

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

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

- remove kill process logging ([be4e75c](https://github.com/Wroud/foundation/commit/be4e75c))

<!-- version:0.11.2 -->
## 0.11.2 (2024-11-07)

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.2",
"version": "0.11.3",
"type": "module",
"packageManager": "yarn@4.5.0",
"license": "MIT",
Expand Down

0 comments on commit c893c30

Please sign in to comment.