Skip to content

Commit

Permalink
Release v11.1.0 (#739)
Browse files Browse the repository at this point in the history
* Upgrade compatible dependencies
  • Loading branch information
Shaptic authored Apr 29, 2024
1 parent 83de8be commit ac245c2
Show file tree
Hide file tree
Showing 3 changed files with 260 additions and 100 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@
## Unreleased


## [`v11.1.0`](https://github.com/stellar/js-stellar-base/compare/v11.1.0...v11.1.1)
## [`v11.1.0`](https://github.com/stellar/js-stellar-base/compare/v11.0.1...v11.1.0)

### Added
* The generated XDR has been upgraded to match the upcoming Protocol 21, namely [stellar/stellar-xdr@`1a04392`](https://github.com/stellar/stellar-xdr/commit/1a04392432dacc0092caaeae22a600ea1af3c6a5) ([#738](https://github.com/stellar/js-stellar-base/pull/738)).

### Fixed
* Updated various dependencies ([#737](https://github.com/stellar/js-stellar-base/pull/737), [#739](https://github.com/stellar/js-stellar-base/pull/739)).


## [`v11.0.1`](https://github.com/stellar/js-stellar-base/compare/v11.0.0...v11.0.1)

Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stellar/stellar-base",
"version": "11.0.1",
"version": "11.1.0",
"description": "Low-level support library for the Stellar network.",
"main": "./lib/index.js",
"browser": {
Expand Down Expand Up @@ -70,15 +70,15 @@
},
"homepage": "https://github.com/stellar/js-stellar-base",
"devDependencies": {
"@babel/cli": "^7.24.1",
"@babel/core": "^7.24.1",
"@babel/eslint-parser": "^7.24.1",
"@babel/eslint-plugin": "^7.23.5",
"@babel/preset-env": "^7.24.1",
"@babel/cli": "^7.24.5",
"@babel/core": "^7.24.5",
"@babel/eslint-parser": "^7.24.5",
"@babel/eslint-plugin": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"@babel/register": "^7.23.7",
"@definitelytyped/dtslint": "^0.0.182",
"@istanbuljs/nyc-config-babel": "3.0.0",
"@types/node": "^20.11.30",
"@types/node": "^20.12.7",
"@typescript-eslint/parser": "^6.20.0",
"babel-loader": "^9.1.3",
"babel-plugin-istanbul": "^6.1.1",
Expand All @@ -105,7 +105,7 @@
"karma-webpack": "^5.0.1",
"lint-staged": "^15.2.2",
"minami": "^1.1.1",
"mocha": "^10.3.0",
"mocha": "^10.4.0",
"node-polyfill-webpack-plugin": "^3.0.0",
"nyc": "^15.1.0",
"prettier": "^3.2.5",
Expand All @@ -115,7 +115,7 @@
"taffydb": "^2.7.3",
"terser-webpack-plugin": "^5.3.10",
"ts-node": "^10.9.2",
"typescript": "^5.4.2",
"typescript": "^5.4.5",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.1"
},
Expand All @@ -128,6 +128,6 @@
"tweetnacl": "^1.0.3"
},
"optionalDependencies": {
"sodium-native": "^4.0.10"
"sodium-native": "^4.1.1"
}
}
Loading

0 comments on commit ac245c2

Please sign in to comment.