Skip to content

Commit

Permalink
Merge pull request #16 from HausDAO/feature/prop-forms
Browse files Browse the repository at this point in the history
Bump to v0.2.3
  • Loading branch information
skuhlmann committed Sep 14, 2023
2 parents bb95447 + c8149c1 commit 9abebfd
Show file tree
Hide file tree
Showing 3 changed files with 211 additions and 198 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
{
"name": "daohaus-dao-app-starter",
"private": true,
"version": "0.2.0",
"version": "0.2.3",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@daohaus/abis": "^0.2.2",
"@daohaus/connect": "^0.2.2",
"@daohaus/connect-context": "^0.2.2",
"@daohaus/contract-utils": "^0.2.2",
"@daohaus/form-builder": "^0.2.2",
"@daohaus/form-builder-base": "^0.2.2",
"@daohaus/keychain-utils": "^0.2.2",
"@daohaus/moloch-v3-data": "^0.2.2",
"@daohaus/moloch-v3-fields": "^0.2.2",
"@daohaus/moloch-v3-hooks": "^0.2.2",
"@daohaus/moloch-v3-legos": "^0.2.2",
"@daohaus/moloch-v3-macro-ui": "^0.2.2",
"@daohaus/profile-data": "^0.2.2",
"@daohaus/tx-builder": "^0.2.2",
"@daohaus/ui": "^0.2.2",
"@daohaus/utils": "^0.2.2",
"@daohaus/abis": "^0.2.3",
"@daohaus/connect": "^0.2.3",
"@daohaus/connect-context": "^0.2.3",
"@daohaus/contract-utils": "^0.2.3",
"@daohaus/form-builder": "^0.2.3",
"@daohaus/form-builder-base": "^0.2.3",
"@daohaus/keychain-utils": "^0.2.3",
"@daohaus/moloch-v3-data": "^0.2.3",
"@daohaus/moloch-v3-fields": "^0.2.3",
"@daohaus/moloch-v3-hooks": "^0.2.3",
"@daohaus/moloch-v3-legos": "^0.2.3",
"@daohaus/moloch-v3-macro-ui": "^0.2.3",
"@daohaus/profile-data": "^0.2.3",
"@daohaus/tx-builder": "^0.2.3",
"@daohaus/ui": "^0.2.3",
"@daohaus/utils": "^0.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-query": "^3.39.3",
Expand Down
4 changes: 1 addition & 3 deletions src/utils/formHelpers.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import { PROPOSAL_FORMS } from "@daohaus/moloch-v3-legos";
import { MolochFormLego } from "@daohaus/moloch-v3-fields";

import { CustomFormLego } from "../legos/legoConfig";
import { APP_FORM } from "../legos/forms";
import { MolochFormLego } from "@daohaus/moloch-v3-fields";

export const getFormLegoByIdApp = (
id: CustomFormLego["id"],
Expand Down
Loading

0 comments on commit 9abebfd

Please sign in to comment.