-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: api v1.0.0-alpha5 release prep (#88)
- Loading branch information
1 parent
8b52f00
commit 7aa7c04
Showing
5 changed files
with
12 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "regen-js", | ||
"version": "1.0.0-alpha4", | ||
"version": "1.0.0-alpha5", | ||
"author": "[email protected]", | ||
"description": "Regen Network does JavaScript", | ||
"license": "Apache-2.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"name": "@regen-network/api-demo", | ||
"version": "v1.0.0-alpha4", | ||
"version": "v1.0.0-alpha5", | ||
"author": "[email protected]", | ||
"description": "Demo application using @regen-network/api", | ||
"license": "Apache-2.0", | ||
"private": true, | ||
"repository": "https://github.com/regen-network/regen-js", | ||
"dependencies": { | ||
"@keplr-wallet/types": "^0.12.15", | ||
"@regen-network/api": "^1.0.0-alpha4", | ||
"@regen-network/api": "^1.0.0-alpha5", | ||
"@testing-library/jest-dom": "^5.16.5", | ||
"@testing-library/react": "^14.0.0", | ||
"@testing-library/user-event": "^14.4.3", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
# @regen-network/api | ||
|
||
|
||
## 🚧 Warning | ||
|
||
This API is still under heavy construction, be ready for unexpected breaking changes. | ||
|
||
The `v1.0.0-alpha4` and `v1.0.0-alpha5` release tags include manual overrides of generated code in `src` in order to resolve a downstream issue within [regen-network/groups-ui](https://github.com/regen-network/groups-ui). For more information, see [#84](https://github.com/regen-network/regen-js/pull/84). | ||
|
||
## Table of Contents | ||
|
||
- [Install](#install) | ||
|
@@ -17,7 +24,7 @@ | |
## Install | ||
|
||
```sh | ||
yarn add @regen-network/[email protected]alpha4 | ||
yarn add @regen-network/[email protected]alpha5 | ||
``` | ||
|
||
## Usage | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@regen-network/api", | ||
"version": "v1.0.0-alpha4", | ||
"version": "v1.0.0-alpha5", | ||
"author": "[email protected]", | ||
"description": "Javascript API for Regen Ledger", | ||
"license": "Apache-2.0", | ||
|