Skip to content

Commit

Permalink
added new category called naming services in dappschema
Browse files Browse the repository at this point in the history
  • Loading branch information
rishikesh-y committed May 7, 2024
1 parent 94bee49 commit a44e922
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@merokudao/dapp-store-registry",
"version": "0.1.107",
"version": "0.1.108",
"description": "The dApp Store registry for MerokuDAO dAapp Store",
"repository": {
"type": "git",
Expand Down
3 changes: 2 additions & 1 deletion src/interfaces/dAppSchema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ export const dAppCategory = [
"sports",
"travel",
"utilities",
"Ai"
"ai",
"naming_services"
] as const;

export type DAppCategory = (typeof dAppCategory)[number];
Expand Down
3 changes: 2 additions & 1 deletion src/schemas/merokuDappStore.dAppSchema.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,8 @@
"sports",
"travel",
"utilities",
"ai"
"ai",
"naming_services"
]
},
"subCategory": {
Expand Down

0 comments on commit a44e922

Please sign in to comment.