Skip to content

Commit

Permalink
[Updated - v0.4.3]
Browse files Browse the repository at this point in the history
- Updated dependencies
  • Loading branch information
buildingwatsize committed Apr 23, 2024
1 parent 60cdc1a commit 92e6f3f
Show file tree
Hide file tree
Showing 4 changed files with 334 additions and 672 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Version History

### [v0.4.3] - `2024-04-23`

- Updated dependencies

### [v0.4.2] - `2024-04-17`

- Updated dependencies
Expand Down Expand Up @@ -39,6 +43,7 @@

- First time ever, it contains a lot of dir/files but it was needed.

[v0.4.3]: https://github.com/buildingwatsize/vite-react-tailwind-antd/releases/tag/v0.4.3
[v0.4.2]: https://github.com/buildingwatsize/vite-react-tailwind-antd/releases/tag/v0.4.2
[v0.4.1]: https://github.com/buildingwatsize/vite-react-tailwind-antd/releases/tag/v0.4.1
[v0.4.0]: https://github.com/buildingwatsize/vite-react-tailwind-antd/releases/tag/v0.4.0
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ The Vite template with react plugin and tools for scaffolding your project
- [📝 Table of Contents](#-table-of-contents)
- [📦 Template contains](#-template-contains)
- [📝 Versions (Last 2 Minor Version)](#-versions-last-2-minor-version)
- [v0.4.3 - `2024-04-23`](#v043---2024-04-23)
- [v0.4.2 - `2024-04-17`](#v042---2024-04-17)
- [v0.4.1 - `2024-02-21`](#v041---2024-02-21)
- [v0.4.0 - `2023-12-26`](#v040---2023-12-26)
Expand All @@ -30,6 +31,10 @@ The Vite template with react plugin and tools for scaffolding your project

## 📝 Versions (Last 2 Minor Version)

### v0.4.3 - `2024-04-23`

- Updated dependencies

### v0.4.2 - `2024-04-17`

- Updated dependencies
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "buildingwatsize.vite-react-tailwind-antd",
"private": true,
"version": "0.4.2",
"version": "0.4.3",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down Expand Up @@ -36,6 +36,6 @@
"jsdom": "^24.0.0",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"vite": "^5.2.9"
"vite": "^5.2.10"
}
}
Loading

0 comments on commit 92e6f3f

Please sign in to comment.