Skip to content

Commit

Permalink
chore(release): publish v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
🤖github-actions🍦 committed Jul 5, 2022
1 parent 5472c9a commit 213710b
Show file tree
Hide file tree
Showing 12 changed files with 105 additions and 26 deletions.
20 changes: 17 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* build esm dist correctly ([1fe3975](https://github.com/SundaeSwap-finance/defi-sdk/commit/1fe3975ace34900c846fc820f15766706e34351c))
* checkout full git history ([8a43d5a](https://github.com/SundaeSwap-finance/defi-sdk/commit/8a43d5ada7b2956b477725d8e027ad39b15bd6c5))





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


Expand Down Expand Up @@ -93,6 +110,3 @@
* **bigint-math:** init package ([de0af5f](https://github.com/SundaeSwap-finance/defi-sdk/commit/de0af5f41f5f9b782b9b2f4a84e2015573707111))
* **fraction:** init package ([d9124ef](https://github.com/SundaeSwap-finance/defi-sdk/commit/d9124ef091a7b61a8e1bbd0e56cdca342d77a390))
* setup ci workflow ([af9cd48](https://github.com/SundaeSwap-finance/defi-sdk/commit/af9cd48d434d2d1d71bb0ff529dac23a8788e360))



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.3.0"
"version": "0.3.1"
}
19 changes: 16 additions & 3 deletions packages/asset/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* build esm dist correctly ([1fe3975](https://github.com/SundaeSwap-finance/defi-sdk/commit/1fe3975ace34900c846fc820f15766706e34351c))





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


Expand Down Expand Up @@ -93,6 +109,3 @@
* **bigint-math:** init package ([de0af5f](https://github.com/SundaeSwap-finance/defi-sdk/commit/de0af5f41f5f9b782b9b2f4a84e2015573707111))
* **fraction:** init package ([d9124ef](https://github.com/SundaeSwap-finance/defi-sdk/commit/d9124ef091a7b61a8e1bbd0e56cdca342d77a390))
* setup ci workflow ([af9cd48](https://github.com/SundaeSwap-finance/defi-sdk/commit/af9cd48d434d2d1d71bb0ff529dac23a8788e360))



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.3.0",
"version": "0.3.1",
"description": "",
"author": {
"name": "SundaeSwap Labs, Inc.",
Expand Down Expand Up @@ -42,6 +42,6 @@
"typescript": "^4.7.4"
},
"dependencies": {
"@sundae/fraction": "^0.3.0"
"@sundae/fraction": "^0.3.1"
}
}
19 changes: 16 additions & 3 deletions packages/bigint-math/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* build esm dist correctly ([1fe3975](https://github.com/sundaeswap-finance/defi-sdk/commit/1fe3975ace34900c846fc820f15766706e34351c))





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


Expand Down Expand Up @@ -93,6 +109,3 @@
* **bigint-math:** init package ([de0af5f](https://github.com/SundaeSwap-finance/defi-sdk/commit/de0af5f41f5f9b782b9b2f4a84e2015573707111))
* **fraction:** init package ([d9124ef](https://github.com/SundaeSwap-finance/defi-sdk/commit/d9124ef091a7b61a8e1bbd0e56cdca342d77a390))
* setup ci workflow ([af9cd48](https://github.com/SundaeSwap-finance/defi-sdk/commit/af9cd48d434d2d1d71bb0ff529dac23a8788e360))



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.3.0",
"version": "0.3.1",
"description": "Minimal BigIntMath library",
"repository": "https://github.com/sundaeswap-finance/defi-sdk/tree/master/packages/bigint-math",
"license": "MIT",
Expand Down
19 changes: 16 additions & 3 deletions packages/cpp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* build esm dist correctly ([1fe3975](https://github.com/SundaeSwap-finance/defi-sdk/commit/1fe3975ace34900c846fc820f15766706e34351c))





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


Expand Down Expand Up @@ -93,6 +109,3 @@
* **bigint-math:** init package ([de0af5f](https://github.com/SundaeSwap-finance/defi-sdk/commit/de0af5f41f5f9b782b9b2f4a84e2015573707111))
* **fraction:** init package ([d9124ef](https://github.com/SundaeSwap-finance/defi-sdk/commit/d9124ef091a7b61a8e1bbd0e56cdca342d77a390))
* setup ci workflow ([af9cd48](https://github.com/SundaeSwap-finance/defi-sdk/commit/af9cd48d434d2d1d71bb0ff529dac23a8788e360))



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.3.0",
"version": "0.3.1",
"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.3.0"
"@sundae/fraction": "^0.3.1"
}
}
19 changes: 16 additions & 3 deletions packages/fraction/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* build esm dist correctly ([1fe3975](https://github.com/SundaeSwap-finance/defi-sdk/commit/1fe3975ace34900c846fc820f15766706e34351c))





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


Expand Down Expand Up @@ -93,6 +109,3 @@
* **bigint-math:** init package ([de0af5f](https://github.com/SundaeSwap-finance/defi-sdk/commit/de0af5f41f5f9b782b9b2f4a84e2015573707111))
* **fraction:** init package ([d9124ef](https://github.com/SundaeSwap-finance/defi-sdk/commit/d9124ef091a7b61a8e1bbd0e56cdca342d77a390))
* setup ci workflow ([af9cd48](https://github.com/SundaeSwap-finance/defi-sdk/commit/af9cd48d434d2d1d71bb0ff529dac23a8788e360))



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.3.0",
"version": "0.3.1",
"description": "Minimal rational number library using BigInt",
"author": {
"name": "SundaeSwap Labs, Inc.",
Expand Down
19 changes: 16 additions & 3 deletions packages/json-bigint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* build esm dist correctly ([1fe3975](https://github.com/sundaeswap-finance/defi-sdk/commit/1fe3975ace34900c846fc820f15766706e34351c))





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


Expand Down Expand Up @@ -93,6 +109,3 @@
* **bigint-math:** init package ([de0af5f](https://github.com/SundaeSwap-finance/defi-sdk/commit/de0af5f41f5f9b782b9b2f4a84e2015573707111))
* **fraction:** init package ([d9124ef](https://github.com/SundaeSwap-finance/defi-sdk/commit/d9124ef091a7b61a8e1bbd0e56cdca342d77a390))
* setup ci workflow ([af9cd48](https://github.com/SundaeSwap-finance/defi-sdk/commit/af9cd48d434d2d1d71bb0ff529dac23a8788e360))



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.3.0",
"version": "0.3.1",
"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 213710b

Please sign in to comment.