Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.5.2 #514

Merged
merged 6 commits into from
Jun 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ contact_links:
- name: DAOhaus Discord
url: https://discord.gg/daohaus
about: 'Join our discord and report issues in #support'
- name: DAOhaus Developer Docs and Contribution Guidelines
url: https://docs.daohaus.club/
about: 'Learn about developing for DAOhaus'
39 changes: 0 additions & 39 deletions .github/ISSUE_TEMPLATE/provide_feedback.yml

This file was deleted.

24 changes: 13 additions & 11 deletions .github/ISSUE_TEMPLATE/report_bug.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Report Bug
description: Report a reproducible bug or issue
labels: ['bug', 'beta']
labels: ['bug']
body:
- type: input
attributes:
Expand All @@ -16,8 +16,9 @@ body:
options:
- label: '[Admin](https://admin.daohaus.club)'
- label: '[Summon](https://summon.daohaus.club)'
- label: '[Hub](https://hub.daohaus.club)'
- label: '[Toolbox](https://toolbox.daohaus.club/)'
- label: '[Contracts](https://docs.daohaus.club/contracts)'
- label: '[Contracts](https://docs.daohaus.club/subgraphs)'
- label: '[SDK](https://docs.daohaus.club/)'
validations:
required: false
- type: textarea
Expand All @@ -43,9 +44,17 @@ body:
3.
validations:
required: false
- type: textarea
attributes:
label: Screenshots and Context
placeholder: |
Add additional information that will help us address this issue.
You can add screenshots by pasting from your clipboard.
validations:
required: false
- type: dropdown
attributes:
label: Browser
label: Browser (if applicable)
description: Which browser is this issue occurring in?
multiple: true
options:
Expand All @@ -54,13 +63,6 @@ body:
- Chrome
- Brave
- Safari
- Internet Explorer
- Other
- type: textarea
attributes:
label: Screenshots and Context
placeholder: |
Add additional information that will help us address this issue.
You can add screenshots by pasting from your clipboard.
validations:
required: false
7 changes: 4 additions & 3 deletions .github/ISSUE_TEMPLATE/request_feature.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Feature Request
description: Share your ideas for future development
labels: ['enhancement', 'beta']
labels: ['enhancement']
body:
- type: checkboxes
attributes:
Expand All @@ -10,8 +10,9 @@ body:
options:
- label: '[Admin](https://admin.daohaus.club)'
- label: '[Summon](https://summon.daohaus.club)'
- label: '[Hub](https://hub.daohaus.club)'
- label: '[Toolbox](https://toolbox.daohaus.club/)'
- label: '[Contracts](https://docs.daohaus.club/contracts)'
- label: '[Contracts](https://docs.daohaus.club/subgraphs)'
- label: '[SDK](https://docs.daohaus.club/)'
validations:
required: false
- type: checkboxes
Expand Down
4 changes: 2 additions & 2 deletions libs/abis/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@daohaus/abis",
"version": "0.5.1",
"version": "0.5.2",
"type": "commonjs",
"repository": {
"type": "git",
"url": "https://github.com/HausDAO/monorepo"
}
}
}
4 changes: 2 additions & 2 deletions libs/connect-context/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@daohaus/connect-context",
"version": "0.5.1",
"version": "0.5.2",
"repository": {
"type": "git",
"url": "https://github.com/HausDAO/monorepo"
}
}
}
4 changes: 2 additions & 2 deletions libs/connect/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@daohaus/connect",
"version": "0.5.1",
"version": "0.5.2",
"peerDependencies": {
"react-router-dom": "^6.4.3"
},
"repository": {
"type": "git",
"url": "https://github.com/HausDAO/monorepo"
}
}
}
4 changes: 2 additions & 2 deletions libs/contract-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@daohaus/contract-utils",
"version": "0.5.1",
"version": "0.5.2",
"type": "commonjs",
"repository": {
"type": "git",
"url": "https://github.com/HausDAO/monorepo"
}
}
}
4 changes: 2 additions & 2 deletions libs/data-fetch-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@daohaus/data-fetch-utils",
"version": "0.5.1",
"version": "0.5.2",
"type": "commonjs",
"repository": {
"type": "git",
"url": "https://github.com/HausDAO/monorepo"
}
}
}
4 changes: 2 additions & 2 deletions libs/form-builder-base/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@daohaus/form-builder-base",
"version": "0.5.1",
"version": "0.5.2",
"repository": {
"type": "git",
"url": "https://github.com/HausDAO/monorepo"
}
}
}
4 changes: 2 additions & 2 deletions libs/form-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@daohaus/form-builder",
"version": "0.5.1",
"version": "0.5.2",
"repository": {
"type": "git",
"url": "https://github.com/HausDAO/monorepo"
}
}
}
4 changes: 2 additions & 2 deletions libs/keychain-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@daohaus/keychain-utils",
"version": "0.5.1",
"version": "0.5.2",
"repository": {
"type": "git",
"url": "https://github.com/HausDAO/monorepo"
}
}
}
4 changes: 2 additions & 2 deletions libs/moloch-v3-data/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@daohaus/moloch-v3-data",
"version": "0.5.1",
"version": "0.5.2",
"type": "commonjs",
"repository": {
"type": "git",
"url": "https://github.com/HausDAO/monorepo"
}
}
}
4 changes: 2 additions & 2 deletions libs/moloch-v3-fields/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@daohaus/moloch-v3-fields",
"version": "0.5.1",
"version": "0.5.2",
"repository": {
"type": "git",
"url": "https://github.com/HausDAO/monorepo"
}
}
}
4 changes: 2 additions & 2 deletions libs/moloch-v3-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@daohaus/moloch-v3-hooks",
"version": "0.5.1",
"version": "0.5.2",
"peerDependencies": {
"react-query": "^3.39.3"
},
"repository": {
"type": "git",
"url": "https://github.com/HausDAO/monorepo"
}
}
}
4 changes: 2 additions & 2 deletions libs/moloch-v3-legos/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@daohaus/moloch-v3-legos",
"version": "0.5.1",
"version": "0.5.2",
"type": "commonjs",
"repository": {
"type": "git",
"url": "https://github.com/HausDAO/monorepo"
}
}
}
4 changes: 2 additions & 2 deletions libs/moloch-v3-macro-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@daohaus/moloch-v3-macro-ui",
"version": "0.5.1",
"version": "0.5.2",
"peerDependencies": {
"react-router-dom": "^6.4.3"
},
"repository": {
"type": "git",
"url": "https://github.com/HausDAO/monorepo"
}
}
}
4 changes: 2 additions & 2 deletions libs/profile-data/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@daohaus/profile-data",
"version": "0.5.1",
"version": "0.5.2",
"type": "commonjs",
"repository": {
"type": "git",
"url": "https://github.com/HausDAO/monorepo"
}
}
}
4 changes: 2 additions & 2 deletions libs/tx-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@daohaus/tx-builder",
"version": "0.5.1",
"version": "0.5.2",
"repository": {
"type": "git",
"url": "https://github.com/HausDAO/monorepo"
}
}
}
4 changes: 2 additions & 2 deletions libs/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@daohaus/ui",
"version": "0.5.1",
"version": "0.5.2",
"repository": {
"type": "git",
"url": "https://github.com/HausDAO/monorepo"
}
}
}
4 changes: 2 additions & 2 deletions libs/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@daohaus/utils",
"version": "0.5.1",
"version": "0.5.2",
"repository": {
"type": "git",
"url": "https://github.com/HausDAO/monorepo"
}
}
}
4 changes: 2 additions & 2 deletions libs/wizard-form-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@daohaus/wizard-form-builder",
"version": "0.2.1",
"version": "0.2.2",
"repository": {
"type": "git",
"url": "https://github.com/HausDAO/monorepo"
}
}
}
Loading