-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1068 from mrgnlabs/feat/sdk-npm-versioning
feat(mfi-sdk): improved npm publish versioning
- Loading branch information
Showing
61 changed files
with
33,176 additions
and
178,483 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,32 @@ | ||
{ | ||
"$schema": "https://unpkg.com/@changesets/config@2.3.0/schema.json", | ||
"changelog": "@changesets/cli/changelog", | ||
"commit": false, | ||
"fixed": [], | ||
"linked": [], | ||
"access": "restricted", | ||
"commit": true, | ||
"ignore": [ | ||
"@mrgnlabs/mrgn-ui", | ||
"@mrgnlabs/marginfi-v2-trading", | ||
"@mrgnlabs/marginfi-v2-ui", | ||
"@mrgnlabs/mrgn-utils", | ||
"@mrgnlabs/lip-client", | ||
"@mrgnlabs/scripts", | ||
"@mrgnlabs/health-notifier", | ||
"@mrgnlabs/marginfi-landing-page", | ||
"@mrgnlabs/marginfi-v2-ui-state" | ||
], | ||
"versioning": { | ||
"ignore": [ | ||
"@mrgnlabs/mrgn-ui", | ||
"@mrgnlabs/marginfi-v2-trading", | ||
"@mrgnlabs/marginfi-v2-ui", | ||
"@mrgnlabs/mrgn-utils", | ||
"@mrgnlabs/lip-client", | ||
"@mrgnlabs/scripts", | ||
"@mrgnlabs/health-notifier", | ||
"@mrgnlabs/marginfi-landing-page", | ||
"@mrgnlabs/marginfi-v2-ui-state" | ||
] | ||
}, | ||
"access": "public", | ||
"baseBranch": "main", | ||
"updateInternalDependencies": "patch", | ||
"ignore": [] | ||
"updateInternalDependencies": "patch" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
"@mrgnlabs/marginfi-client-v2": major | ||
--- | ||
|
||
# 🚀 v5.0.0-beta.0 - Major Release (2025-02-10) | ||
|
||
This is a **major update** that brings significant improvements, optimizations, and new features to the SDK. | ||
|
||
- **Enhanced Flashloan Support** 🏦 | ||
|
||
- Improved handling and execution of flashloans. | ||
- More efficient processing of transactions. | ||
|
||
- **More Configurable SDK Functions** ⚙️ | ||
|
||
- Added new options to fine-tune SDK behavior. | ||
- Greater flexibility for integrators. | ||
|
||
- **Optimized Flashloan Transaction Processing** ⚡ | ||
|
||
- Reduced overhead for executing flashloan transactions. | ||
- Improved speed and reliability. | ||
|
||
- **Added Full JSDoc Support** 📖 | ||
|
||
- Comprehensive documentation for better developer experience. | ||
- Improved type safety and inline documentation. | ||
|
||
- **Staked Collateral Support** 🔐 | ||
|
||
- Introduced support for staked collateral in margin strategies. | ||
- Enables more flexible and efficient collateral management. | ||
|
||
- Resolved multiple issues from previous versions. | ||
- General performance optimizations and stability improvements. | ||
|
||
⚠️ **This is a beta release!** Please test and provide feedback before full release. 🚀 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"mode": "pre", | ||
"tag": "beta", | ||
"initialVersions": { | ||
"@mrgnlabs/health-notifier": "0.1.0", | ||
"@mrgnlabs/marginfi-landing-page": "0.1.0", | ||
"@mrgnlabs/marginfi-v2-docs": "0.1.0", | ||
"@mrgnlabs/marginfi-v2-trading": "1.0.0", | ||
"@mrgnlabs/marginfi-v2-ui": "1.0.0", | ||
"@mrgnlabs/eslint-config-custom": "1.0.0", | ||
"@mrgnlabs/lip-client": "1.1.0", | ||
"@mrgnlabs/marginfi-client-v2": "5.0.0-beta.0", | ||
"@mrgnlabs/marginfi-v2-ui-state": "0.0.1", | ||
"@mrgnlabs/mrgn-common": "2.0.0-beta.0", | ||
"@mrgnlabs/mrgn-ui": "0.0.1", | ||
"@mrgnlabs/mrgn-utils": "0.0.1", | ||
"@mrgnlabs/scripts": "0.0.1", | ||
"@mrgnlabs/tsconfig": "0.0.1" | ||
}, | ||
"changesets": [ | ||
"heavy-kangaroos-applaud", | ||
"serious-pans-unite" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
"@mrgnlabs/mrgn-common": major | ||
--- | ||
|
||
# 🚀 v2.0.0-beta.0 - Major Release (2025-02-10) | ||
|
||
This is a **major update** that brings significant improvements, optimizations, and new features to the SDK. | ||
|
||
- **Enhanced Flashloan Support** 🏦 | ||
|
||
- Improved handling and execution of flashloans. | ||
- More efficient processing of transactions. | ||
|
||
- **More Configurable Utilities** ⚙️ | ||
|
||
- Added improved utilities for interacting with the Marginfi protocol. | ||
- Greater flexibility for integrators. | ||
|
||
- **Optimized Flashloan Transaction Processing** ⚡ | ||
|
||
- Added more utilities for flashloan support and optimized transaction processing. | ||
|
||
- **Added Full JSDoc Support** 📖 | ||
|
||
- Comprehensive documentation for better developer experience. | ||
- Improved type safety and inline documentation. | ||
|
||
- This release focuses on refining internal utilities, improving documentation, and optimizing core functionalities. | ||
|
||
⚠️ **This is a beta release!** Please test and provide feedback before full release. 🚀 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
store-dir=~/.pnpm-store |
Oops, something went wrong.