Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,10 @@
"initialVersions": {
"@exactly/lib": "0.1.0"
},
"changesets": []
"changesets": [
"brave-hoops-live",
"kind-walls-write",
"quiet-hairs-fail",
"stale-weeks-argue"
]
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @exactly/lib

## 0.1.1-uphold.0

### Patch Changes

- [`d7e6b99`](https://github.com/exactly/lib/commit/d7e6b99b083762a3ed7838a80785e8f9d4a05e8e) Thanks [@cruzdanilo](https://github.com/cruzdanilo)! - ✨ auditor: add optional haircuts per market

- [#10](https://github.com/exactly/lib/pull/10) [`941f683`](https://github.com/exactly/lib/commit/941f68361a97d6531de34dda38f88c1a236ee7fc) Thanks [@cruzdanilo](https://github.com/cruzdanilo)! - 🩹 market: mirror fixed repay rounding in position preview

- [`49750dc`](https://github.com/exactly/lib/commit/49750dc471c98c29d1a95460e391b3a4dd257685) Thanks [@cruzdanilo](https://github.com/cruzdanilo)! - 💩 auditor: hardcode uphold default haircuts

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@exactly/lib",
"version": "0.1.0",
"version": "0.1.1-uphold.0",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

The version bump is specified as a patch (0.1.1), but the changelog includes a new feature ('✨ auditor: add optional haircuts per market'). According to SemVer, adding a feature should trigger a minor version bump (e.g., 0.2.0-uphold.0). Since the previous version was 0.1.0 and it was categorized as a 'Minor Change', it appears the project follows standard SemVer where the second digit represents features.

Suggested change
"version": "0.1.1-uphold.0",
"version": "0.2.0-uphold.0",

"homepage": "https://exact.ly",
"repository": "github:exactly/lib",
"scripts": {
Expand Down