Skip to content

Commit 0c5292b

Browse files
committed
update VERSION & CHANGELOG
1 parent 3471c02 commit 0c5292b

2 files changed

Lines changed: 30 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,29 @@
1-
TODO
1+
# Web3API 0.0.1-prealpha.6
2+
## Features
3+
* Web3API React Integration: `@web3api/react`
4+
* Add the `Web3ApiProvider` HOC to the root of your application.
5+
* Use the `useWeb3ApiQuery` hook to execute queries.
6+
* Web3API CLI e2e tests.
7+
* `@web3api/test-env-js` package for common testing logic.
8+
* `@web3api/test-cases` for common test cases.
9+
10+
## Bug Fixes
11+
* Remove unused `workerize-loader` package & logic.
12+
13+
# Web3API 0.0.1-prealpha.5
14+
## Features
15+
* `w3 build --watch` support, enabling the automatic rebuilding of Web3APIs whenever project files have changed.
16+
17+
# Web3API 0.0.1-prealpha.4
18+
## Features
19+
* Enum Support
20+
21+
## Bug Fixes
22+
* `w3 create ...` CLI Fix (closes: [#167](https://github.com/Web3-API/monorepo/issues/167))
23+
24+
# Web3API 0.0.1-prealpha.2
25+
## Bug Fixes
26+
* Fix typescript plugin template's package.json
27+
28+
# Web3API 0.0.1-prealpha.1
29+
Pre-Alpha Initial Release

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.1-prealpha.5
1+
0.0.1-prealpha.6

0 commit comments

Comments
 (0)