Update Versi 1.5.27 #32

Merged
bagasbanuna merged 1009 commits from staging into main 2025-12-17 12:22:28 +08:00
738 changed files with 34378 additions and 9093 deletions
Showing only changes of commit f78e1868f9 - Show all commits

View File

@@ -2,6 +2,8 @@
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
## [1.2.43](https://github.com/bipproduction/hipmi/compare/v1.2.42...v1.2.43) (2025-02-03)
## [1.2.42](https://github.com/bipproduction/hipmi/compare/v1.2.41...v1.2.42) (2025-01-30)
## [1.2.41](https://github.com/bipproduction/hipmi/compare/v1.2.40...v1.2.41) (2025-01-21)

View File

@@ -1,6 +1,6 @@
{
"name": "hipmi",
"version": "1.2.42",
"version": "1.2.43",
"private": true,
"prisma": {
"seed": "bun prisma/seed.ts"

View File

@@ -17,7 +17,7 @@ export const listMenuHomeFooter = [
},
{
id: 2,
name: "MarketPlace",
name: "Marketplace",
icon: <IconShoppingBag />,
link: "",
},
@@ -54,7 +54,7 @@ export const listMenuHomeBody = [
{
id: 4,
name: "Crowd Funding",
name: "Crowdfunding",
icon: <IconHeartHandshake size={50} />,
link: `/dev/crowd/splash`,
},