Skip to content

Commit fdbe369

Browse files
github-actions[bot]shichengripple001Patel-Raj11
authored
Release 2.5.1: release/isomorphic → main (#23)
* remove npm token * test release * test release * test release * test release * test release * changes for issue XRPLF#3070 * fix permissions * add the vulnerability report url to the Github issue * add the vulnerability report url to the Github issue * fix creating github issue * fix creating github issue * fix PR raising for non beta release * fix PR raising for non beta release * fix slack msg for release note * no raise pr for rc/beta release * update slack message * update slack message * update slack message * update slack message * remove unused file * change namespace * publish isomorphic * release isomorphic 2.0.0-rc.2 * fix lining errors * release ripple-binary-codec 2.5.1 * fix lint errors * release latest isomorphic --------- Co-authored-by: Shi Cheng <[email protected]> Co-authored-by: Raj Patel <[email protected]>
1 parent 0649abe commit fdbe369

File tree

149 files changed

+778
-356
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

149 files changed

+778
-356
lines changed

.github/workflows/release.yml

Lines changed: 439 additions & 277 deletions
Large diffs are not rendered by default.

package-lock.json

Lines changed: 257 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

packages/ripple-binary-codec/package.json renamed to packages/cheng-ripple-binary-codec/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "ripple-binary-codec",
3-
"version": "2.5.0",
2+
"name": "cheng-ripple-binary-codec",
3+
"version": "2.5.1",
44
"description": "XRP Ledger binary codec",
55
"files": [
66
"dist/*",
@@ -32,7 +32,7 @@
3232
],
3333
"repository": {
3434
"type": "git",
35-
"url": "[email protected]:XRPLF/xrpl.js.git"
35+
"url": "[email protected]:xpring-eng/xrpl.js.git"
3636
},
3737
"bugs": {
3838
"url": "https://github.com/XRPLF/xrpl.js/issues"
@@ -43,5 +43,6 @@
4343
"prettier": "@xrplf/prettier-config",
4444
"engines": {
4545
"node": ">= 18"
46-
}
46+
},
47+
"gitHead": "9ecf80ce3767e32a9009a14e4ec2f38f71c3acb3"
4748
}

0 commit comments

Comments
 (0)