Skip to content

Prepare v15.0.1 for release#1365

Merged
Shaptic merged 2 commits intomasterfrom
v15.0.1
Mar 31, 2026
Merged

Prepare v15.0.1 for release#1365
Shaptic merged 2 commits intomasterfrom
v15.0.1

Conversation

@Shaptic
Copy link
Copy Markdown
Contributor

@Shaptic Shaptic commented Mar 31, 2026

No description provided.

Copilot AI review requested due to automatic review settings March 31, 2026 03:41
@github-project-automation github-project-automation bot moved this to Backlog (Not Ready) in DevX Mar 31, 2026
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Prepares the @stellar/stellar-sdk package for the v15.0.1 release, primarily to lock the runtime axios dependency to a specific version and document the change.

Changes:

  • Bump package version to 15.0.1.
  • Pin axios to 1.14.0 (package manifest + lockfile).
  • Add v15.0.1 changelog entry and update the npm publish workflow to unpublish 15.0.0.

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.

File Description
package.json Bumps version to 15.0.1 and pins axios to 1.14.0.
yarn.lock Reflects the pinned axios@1.14.0 resolution key.
CHANGELOG.md Adds a v15.0.1 section noting the axios pin.
.github/workflows/npm_publish.yml Adds an npm unpublish @stellar/stellar-sdk@15.0.0 command after publishing.
Comments suppressed due to low confidence (1)

.github/workflows/npm_publish.yml:40

  • npm unpublish @stellar/stellar-sdk@15.0.0 in the publish workflow is a high-risk, potentially breaking operation for downstream users and can also cause the workflow to fail (npm often restricts unpublish by time window/permissions, and this will run on every future release unless removed). Consider removing this from the automated release path; if you need to warn users about 15.0.0, prefer npm deprecate (message pointing to 15.0.1) or adjust dist-tags, and handle any unpublish as a one-off manual action with explicit safeguards/conditions.
      - name: Publish npm package to both places
        run: |
          npm publish --access public --provenance
          npm unpublish @stellar/stellar-sdk@15.0.0


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@Shaptic Shaptic merged commit 00e3c70 into master Mar 31, 2026
14 checks passed
@Shaptic Shaptic deleted the v15.0.1 branch March 31, 2026 03:49
@github-project-automation github-project-automation bot moved this from Backlog (Not Ready) to Done in DevX Mar 31, 2026
@github-actions
Copy link
Copy Markdown

Size Change: -8 B (0%)

Total Size: 45.4 MB

📦 View Changed
Filename Size Change
dist/stellar-sdk-minimal.js 6 MB -1 B (0%)
dist/stellar-sdk-minimal.min.js 5.11 MB -1 B (0%)
dist/stellar-sdk-no-axios.js 6 MB -1 B (0%)
dist/stellar-sdk-no-axios.min.js 5.11 MB -1 B (0%)
dist/stellar-sdk-no-eventsource.js 6.27 MB -1 B (0%)
dist/stellar-sdk-no-eventsource.min.js 5.33 MB -1 B (0%)
dist/stellar-sdk.js 6.27 MB -1 B (0%)
dist/stellar-sdk.min.js 5.33 MB -1 B (0%)

compressed-size-action

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants