Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
🤖github-actions🍦 committed Jul 2, 2022
1 parent 8085276 commit c27d532
Show file tree
Hide file tree
Showing 12 changed files with 74 additions and 8 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.3.0 (2022-07-02)


### Features

* **json-bigint:** add and export alwaysParseAsBig version as JSONAlwaysBig ([8085276](https://github.com/SundaeSwap-finance/defi-sdk/commit/8085276600b941730d88a8b2826bc62e330cca93))





## 0.2.3 (2022-07-02)

**Note:** Version bump only for package defi-sdk
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
"registry": "https://sundae-320450105600.d.codeartifact.us-east-2.amazonaws.com/npm/ui/"
}
},
"version": "0.2.3"
"version": "0.3.0"
}
11 changes: 11 additions & 0 deletions packages/asset/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.3.0 (2022-07-02)


### Features

* **json-bigint:** add and export alwaysParseAsBig version as JSONAlwaysBig ([8085276](https://github.com/SundaeSwap-finance/defi-sdk/commit/8085276600b941730d88a8b2826bc62e330cca93))





## 0.2.3 (2022-07-02)

**Note:** Version bump only for package @sundae/asset
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.2.3",
"version": "0.3.0",
"description": "",
"author": {
"name": "SundaeSwap Labs, Inc.",
Expand Down Expand Up @@ -42,6 +42,6 @@
"typescript": "^4.7.4"
},
"dependencies": {
"@sundae/fraction": "^0.2.3"
"@sundae/fraction": "^0.3.0"
}
}
11 changes: 11 additions & 0 deletions packages/bigint-math/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.3.0 (2022-07-02)


### Features

* **json-bigint:** add and export alwaysParseAsBig version as JSONAlwaysBig ([8085276](https://github.com/sundaeswap-finance/defi-sdk/commit/8085276600b941730d88a8b2826bc62e330cca93))





## 0.2.3 (2022-07-02)

**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.2.3",
"version": "0.3.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.3.0 (2022-07-02)


### Features

* **json-bigint:** add and export alwaysParseAsBig version as JSONAlwaysBig ([8085276](https://github.com/SundaeSwap-finance/defi-sdk/commit/8085276600b941730d88a8b2826bc62e330cca93))





## 0.2.3 (2022-07-02)

**Note:** Version bump only for package @sundae/cpp
Expand Down
4 changes: 2 additions & 2 deletions packages/cpp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sundae/cpp",
"version": "0.2.3",
"version": "0.3.0",
"description": "Minimal rational number library using BigInt",
"author": {
"name": "SundaeSwap Labs, Inc.",
Expand Down Expand Up @@ -42,6 +42,6 @@
"typescript": "^4.7.4"
},
"dependencies": {
"@sundae/fraction": "^0.2.3"
"@sundae/fraction": "^0.3.0"
}
}
11 changes: 11 additions & 0 deletions packages/fraction/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.3.0 (2022-07-02)


### Features

* **json-bigint:** add and export alwaysParseAsBig version as JSONAlwaysBig ([8085276](https://github.com/SundaeSwap-finance/defi-sdk/commit/8085276600b941730d88a8b2826bc62e330cca93))





## 0.2.3 (2022-07-02)

**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.2.3",
"version": "0.3.0",
"description": "Minimal rational number library using BigInt",
"author": {
"name": "SundaeSwap Labs, Inc.",
Expand Down
11 changes: 11 additions & 0 deletions packages/json-bigint/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.3.0 (2022-07-02)


### Features

* **json-bigint:** add and export alwaysParseAsBig version as JSONAlwaysBig ([8085276](https://github.com/sundaeswap-finance/defi-sdk/commit/8085276600b941730d88a8b2826bc62e330cca93))





## 0.2.3 (2022-07-02)

**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.2.3",
"version": "0.3.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 c27d532

Please sign in to comment.