Skip to content

Commit 00e3c70

Browse files
authored
Prepare v15.0.1 for release (#1365)
* Pin axios to secure version * Unpublish previous version and bump package version
1 parent 5daf44c commit 00e3c70

4 files changed

Lines changed: 13 additions & 4 deletions

File tree

.github/workflows/npm_publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,6 @@ jobs:
3434
run: yarn preversion
3535

3636
- name: Publish npm package to both places
37-
run: npm publish --access public --provenance
37+
run: |
38+
npm publish --access public --provenance
39+
npm unpublish @stellar/stellar-sdk@15.0.0

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ A breaking change will get clearly marked in this log.
66

77
## Unreleased
88

9+
10+
## [v15.0.1](https://github.com/stellar/js-stellar-sdk/compare/v15.0.0...v15.0.1)
11+
12+
### Fixed
13+
* Pin axios to a specific version.
14+
15+
916
## [v15.0.0](https://github.com/stellar/js-stellar-sdk/compare/v14.6.1...v15.0.0)
1017

1118
### Breaking Changes

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stellar/stellar-sdk",
3-
"version": "15.0.0",
3+
"version": "15.0.1",
44
"description": "A library for working with the Stellar network, including communication with the Horizon and Soroban RPC servers.",
55
"keywords": [
66
"stellar"
@@ -199,7 +199,7 @@
199199
},
200200
"dependencies": {
201201
"@stellar/stellar-base": "^15.0.0",
202-
"axios": "^1.14.0",
202+
"axios": "1.14.0",
203203
"bignumber.js": "^9.3.1",
204204
"commander": "^14.0.3",
205205
"eventsource": "^2.0.2",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2411,7 +2411,7 @@ axios-mock-adapter@^1.22.0:
24112411
fast-deep-equal "^3.1.3"
24122412
is-buffer "^2.0.5"
24132413

2414-
axios@^1.14.0:
2414+
axios@1.14.0:
24152415
version "1.14.0"
24162416
resolved "https://registry.yarnpkg.com/axios/-/axios-1.14.0.tgz#7c29f4cf2ea91ef05018d5aa5399bf23ed3120eb"
24172417
integrity sha512-3Y8yrqLSwjuzpXuZ0oIYZ/XGgLwUIBU3uLvbcpb0pidD9ctpShJd43KSlEEkVQg6DS0G9NKyzOvBfUtDKEyHvQ==

0 commit comments

Comments
 (0)