Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
skuhlmann committed Sep 14, 2023
1 parent 01921e3 commit c8149c1
Show file tree
Hide file tree
Showing 2 changed files with 210 additions and 195 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
Loading

0 comments on commit c8149c1

Please sign in to comment.