Skip to content

Commit

Permalink
chore(release): publish v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
🤖github-actions🍦 committed Aug 2, 2022
1 parent 035c9b6 commit bce274e
Show file tree
Hide file tree
Showing 12 changed files with 63 additions and 9 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.5.0](https://github.com/SundaeSwap-finance/defi-sdk/compare/v0.4.1...v0.5.0) (2022-08-02)


### Features

* **cpp:** add `addLiquidity` and `getShare` fns ([035c9b6](https://github.com/SundaeSwap-finance/defi-sdk/commit/035c9b6ac791d06fdb965b46b6734e005ed93a8e))





## [0.4.1](https://github.com/SundaeSwap-finance/defi-sdk/compare/v0.4.0...v0.4.1) (2022-07-10)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
"registry": "https://sundae-320450105600.d.codeartifact.us-east-2.amazonaws.com/npm/ui/"
}
},
"version": "0.4.1"
"version": "0.5.0"
}
8 changes: 8 additions & 0 deletions packages/asset/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.5.0](https://github.com/SundaeSwap-finance/defi-sdk/compare/v0.4.1...v0.5.0) (2022-08-02)

**Note:** Version bump only for package @sundae/asset





# [0.4.0](https://github.com/SundaeSwap-finance/defi-sdk/compare/v0.3.1...v0.4.0) (2022-07-05)


Expand Down
4 changes: 2 additions & 2 deletions packages/asset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sundae/asset",
"version": "0.4.0",
"version": "0.5.0",
"description": "",
"author": {
"name": "SundaeSwap Labs, Inc.",
Expand Down Expand Up @@ -42,6 +42,6 @@
"typescript": "^4.7.4"
},
"dependencies": {
"@sundae/fraction": "^0.4.0"
"@sundae/fraction": "^0.5.0"
}
}
8 changes: 8 additions & 0 deletions packages/bigint-math/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.5.0](https://github.com/sundaeswap-finance/defi-sdk/compare/v0.4.1...v0.5.0) (2022-08-02)

**Note:** Version bump only for package @sundae/bigint-math





# [0.4.0](https://github.com/sundaeswap-finance/defi-sdk/compare/v0.3.1...v0.4.0) (2022-07-05)

**Note:** Version bump only for package @sundae/bigint-math
Expand Down
2 changes: 1 addition & 1 deletion packages/bigint-math/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sundae/bigint-math",
"version": "0.4.0",
"version": "0.5.0",
"description": "Minimal BigIntMath library",
"repository": "https://github.com/sundaeswap-finance/defi-sdk/tree/master/packages/bigint-math",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/cpp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.5.0](https://github.com/SundaeSwap-finance/defi-sdk/compare/v0.4.1...v0.5.0) (2022-08-02)


### Features

* **cpp:** add `addLiquidity` and `getShare` fns ([035c9b6](https://github.com/SundaeSwap-finance/defi-sdk/commit/035c9b6ac791d06fdb965b46b6734e005ed93a8e))





## [0.4.1](https://github.com/SundaeSwap-finance/defi-sdk/compare/v0.4.0...v0.4.1) (2022-07-10)


Expand Down
6 changes: 3 additions & 3 deletions packages/cpp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sundae/cpp",
"version": "0.4.1",
"version": "0.5.0",
"description": "Minimal rational number library using BigInt",
"author": {
"name": "SundaeSwap Labs, Inc.",
Expand Down Expand Up @@ -42,7 +42,7 @@
"typescript": "^4.7.4"
},
"dependencies": {
"@sundae/bigint-math": "*",
"@sundae/fraction": "^0.4.0"
"@sundae/bigint-math": "^0.5.0",
"@sundae/fraction": "^0.5.0"
}
}
8 changes: 8 additions & 0 deletions packages/fraction/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.5.0](https://github.com/SundaeSwap-finance/defi-sdk/compare/v0.4.1...v0.5.0) (2022-08-02)

**Note:** Version bump only for package @sundae/fraction





# [0.4.0](https://github.com/SundaeSwap-finance/defi-sdk/compare/v0.3.1...v0.4.0) (2022-07-05)

**Note:** Version bump only for package @sundae/fraction
Expand Down
2 changes: 1 addition & 1 deletion packages/fraction/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sundae/fraction",
"version": "0.4.0",
"version": "0.5.0",
"description": "Minimal rational number library using BigInt",
"author": {
"name": "SundaeSwap Labs, Inc.",
Expand Down
8 changes: 8 additions & 0 deletions packages/json-bigint/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.5.0](https://github.com/sundaeswap-finance/defi-sdk/compare/v0.4.1...v0.5.0) (2022-08-02)

**Note:** Version bump only for package @sundae/json-bigint





# [0.4.0](https://github.com/sundaeswap-finance/defi-sdk/compare/v0.3.1...v0.4.0) (2022-07-05)

**Note:** Version bump only for package @sundae/json-bigint
Expand Down
2 changes: 1 addition & 1 deletion packages/json-bigint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sundae/json-bigint",
"version": "0.4.0",
"version": "0.5.0",
"description": "json-bigint wrapper",
"repository": "https://github.com/sundaeswap-finance/defi-sdk/tree/master/packages/json-bigint",
"license": "MIT",
Expand Down

0 comments on commit bce274e

Please sign in to comment.