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

chore: api v1.0.0-alpha4 release prep #86

Merged
merged 1 commit into from
Jul 13, 2023
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "regen-js",
"version": "1.0.0-alpha3",
"version": "1.0.0-alpha4",
"author": "[email protected]",
"description": "Regen Network does JavaScript",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/api-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@regen-network/api-demo",
"version": "v1.0.0-alpha3",
"version": "v1.0.0-alpha4",
"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-alpha3",
"@regen-network/api": "^1.0.0-alpha4",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
## Install

```sh
yarn add @regen-network/[email protected]alpha3
yarn add @regen-network/[email protected]alpha4
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@regen-network/api",
"version": "v1.0.0-alpha3",
"version": "v1.0.0-alpha4",
"author": "[email protected]",
"description": "Javascript API for Regen Ledger",
"license": "Apache-2.0",
Expand Down
Loading