Skip to content

Commit

Permalink
Merge pull request #352 from HausDAO/develop
Browse files Browse the repository at this point in the history
merge dev -> master with bumped versions
  • Loading branch information
jonathanprozzi authored Jul 1, 2022
2 parents 880001c + 780b8a1 commit bc651e5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion libs/daohaus-connect-feature/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@daohaus/daohaus-connect-feature",
"version": "0.0.2",
"version": "0.0.3",
"main": "./daohaus-connect-feature.umd.js",
"module": "./daohaus-connect-feature.es.js",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion libs/tx-builder-feature/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@daohaus/tx-builder-feature",
"version": "0.0.2",
"version": "0.0.3",
"main": "./tx-builder-feature.umd.js",
"module": "./tx-builder-feature.es.js",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion libs/ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To run this locally, clone the monorepo and use `nx run ui:storybook` to run the

## Usage

DAOhaus UI provides a theme Context Provider as well as a set of UI components that can be imported and used to build app UI.Start by importing the `HausThemeProvider` from the `@daohaus/ui` package at your app's root component, such as `main.tsx`:
DAOhaus UI provides a theme Context Provider as well as a set of UI components that can be imported and used to build app UI.Start by importing the `HausThemeProvider` from the `@daohaus/ui` package at your app's `root` component, such as `main.tsx`:

### HausThemeProvider Context Provider

Expand Down
2 changes: 1 addition & 1 deletion libs/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@daohaus/ui",
"version": "0.0.5",
"version": "0.0.6",
"main": "./ui.umd.js",
"module": "./ui.es.js",
"exports": {
Expand Down

0 comments on commit bc651e5

Please sign in to comment.