Skip to content

Commit c13cad1

Browse files
authored
Release v12.0.1 (#754)
1 parent 320ee58 commit c13cad1

File tree

4 files changed

+710
-693
lines changed

4 files changed

+710
-693
lines changed

.github/workflows/npm_publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,5 @@ jobs:
3535
V=$(cat package.json | jq '.version' | sed -e 's/\"//g')
3636
echo "Deprecating stellar-base@$V"
3737
npm deprecate stellar-base@"<= $V" "⚠️ This package has moved to @stellar/stellar-base! 🚚"
38-
npm deprecate @stellar/stellar-base@"= 11.1.0" "⚠️ This version contains breaking changes, use v11.0.1 for compatibility or upgrade to v12."
3938
env:
4039
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## Unreleased
44

5+
6+
## [`v12.0.1`](https://github.com/stellar/js-stellar-base/compare/v12.0.0...v12.0.1)
7+
58
### Fixed
69
* `scValToNative` would fail when the values contained error codes because the parsing routine hadn't been updated to the new error schemas. Errors are now converted to the following format:
710

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stellar/stellar-base",
3-
"version": "12.0.0",
3+
"version": "12.0.1",
44
"description": "Low-level support library for the Stellar network.",
55
"main": "./lib/index.js",
66
"browser": {
@@ -70,15 +70,15 @@
7070
},
7171
"homepage": "https://github.com/stellar/js-stellar-base",
7272
"devDependencies": {
73-
"@babel/cli": "^7.24.6",
74-
"@babel/core": "^7.24.6",
75-
"@babel/eslint-parser": "^7.24.6",
76-
"@babel/eslint-plugin": "^7.24.6",
77-
"@babel/preset-env": "^7.24.6",
73+
"@babel/cli": "^7.24.7",
74+
"@babel/core": "^7.24.7",
75+
"@babel/eslint-parser": "^7.24.7",
76+
"@babel/eslint-plugin": "^7.24.7",
77+
"@babel/preset-env": "^7.24.7",
7878
"@babel/register": "^7.24.6",
7979
"@definitelytyped/dtslint": "^0.0.182",
8080
"@istanbuljs/nyc-config-babel": "3.0.0",
81-
"@types/node": "^20.12.13",
81+
"@types/node": "^20.14.2",
8282
"@typescript-eslint/parser": "^6.20.0",
8383
"babel-loader": "^9.1.3",
8484
"babel-plugin-istanbul": "^6.1.1",
@@ -103,20 +103,20 @@
103103
"karma-mocha": "^2.0.0",
104104
"karma-sinon-chai": "^2.0.2",
105105
"karma-webpack": "^5.0.1",
106-
"lint-staged": "^15.2.5",
106+
"lint-staged": "^15.2.7",
107107
"minami": "^1.1.1",
108108
"mocha": "^10.4.0",
109109
"node-polyfill-webpack-plugin": "^3.0.0",
110110
"nyc": "^15.1.0",
111-
"prettier": "^3.2.5",
111+
"prettier": "^3.3.2",
112112
"randombytes": "^2.1.0",
113113
"sinon": "^16.1.0",
114114
"sinon-chai": "^3.7.0",
115115
"taffydb": "^2.7.3",
116116
"terser-webpack-plugin": "^5.3.10",
117117
"ts-node": "^10.9.2",
118118
"typescript": "^5.4.5",
119-
"webpack": "^5.90.3",
119+
"webpack": "^5.92.0",
120120
"webpack-cli": "^5.1.1"
121121
},
122122
"dependencies": {

0 commit comments

Comments
 (0)