Skip to content

Commit

Permalink
Retry releasing ripple-keypairs (#2344)
Browse files Browse the repository at this point in the history
* Fix package pointing to b

* Point to new version of ripple-keypairs

* Update package.lock
  • Loading branch information
JST5000 authored Jun 13, 2023
1 parent 3791c62 commit b410bde
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/ripple-keypairs/HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Unreleased

## 1.2.0 (2023-06-13)
## 1.3.0 (2023-06-13)
### Added
* Adds support for npm v9

Expand Down
2 changes: 1 addition & 1 deletion packages/ripple-keypairs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ripple-keypairs",
"version": "1.2.0",
"version": "1.3.0",
"description": "Cryptographic key pairs for the XRP Ledger",
"scripts": {
"build": "tsc -b",
Expand Down
2 changes: 1 addition & 1 deletion packages/xrpl/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/xrpl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xrpl",
"version": "2.8.0",
"version": "2.8.1",
"license": "ISC",
"description": "A TypeScript/JavaScript API for interacting with the XRP Ledger in Node.js and the browser",
"files": [
Expand Down Expand Up @@ -29,7 +29,7 @@
"lodash": "^4.17.4",
"ripple-address-codec": "^4.3.0",
"ripple-binary-codec": "^1.6.0",
"ripple-keypairs": "^1.2.0",
"ripple-keypairs": "^1.3.0",
"ws": "^8.2.2"
},
"devDependencies": {
Expand Down

0 comments on commit b410bde

Please sign in to comment.