Skip to content

Commit

Permalink
Merge pull request #240 from Web3-API/prealpha-dev
Browse files Browse the repository at this point in the history
Prep 0.0.1-prealpha.8
  • Loading branch information
dOrgJelli authored Mar 24, 2021
2 parents 4e28501 + 001aa44 commit 6379cd8
Show file tree
Hide file tree
Showing 55 changed files with 170 additions and 1,321 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = {
parserOptions: {
ecmaVersion: "es2019",
tsconfigRootDir: __dirname,
project: ['./packages/**/tsconfig.json', './demos/*/tsconfig.json'],
project: ['./packages/**/tsconfig.json'],
},
plugins: [
"eslint-plugin-import",
Expand Down
5 changes: 0 additions & 5 deletions .gitbook.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
"trailingComma": "es5",
"bracketSpacing": true,
"arrowParens": "always"
}
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Web3API 0.0.1-prealpha.8
## Bug Fixes
* Fixed bug in `@web3api/react` package.

## Misc
* Removed documentation & demos from the monorepo.

# Web3API 0.0.1-prealpha.7
## Features
* Console Log Web3API
Expand Down
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,5 @@ or, if client-test-env is already running in the background:
To autofix lint errors:
`yarn lint:fix`

## Demos

Each demo below showcases different aspects of Web3API. Please see the demo's README for further details and instructions.

| Demo | Status |
|------|--------|
| [Simple Storage](./demos/simple-storage/README.md) | Running |

## Contact
For all inquiries, please fill out our [contact form](https://airtable.com/shrzxezSAlpoUUZNV), or create an issue in this repository.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.1-prealpha.7
0.0.1-prealpha.8
27 changes: 0 additions & 27 deletions demos/simple-storage/README.md

This file was deleted.

1 change: 0 additions & 1 deletion demos/simple-storage/dapp/.env

This file was deleted.

26 changes: 0 additions & 26 deletions demos/simple-storage/dapp/.gitignore

This file was deleted.

44 changes: 0 additions & 44 deletions demos/simple-storage/dapp/README.md

This file was deleted.

56 changes: 0 additions & 56 deletions demos/simple-storage/dapp/package.json

This file was deleted.

102 changes: 0 additions & 102 deletions demos/simple-storage/dapp/public/Web3API_Icon.svg

This file was deleted.

Binary file removed demos/simple-storage/dapp/public/favicon.png
Binary file not shown.
20 changes: 0 additions & 20 deletions demos/simple-storage/dapp/public/index.html

This file was deleted.

Binary file removed demos/simple-storage/dapp/public/logo192.png
Binary file not shown.
Binary file removed demos/simple-storage/dapp/public/logo512.png
Binary file not shown.
8 changes: 0 additions & 8 deletions demos/simple-storage/dapp/public/manifest.json

This file was deleted.

3 changes: 0 additions & 3 deletions demos/simple-storage/dapp/public/robots.txt

This file was deleted.

Loading

0 comments on commit 6379cd8

Please sign in to comment.