From 213710bae746c7c217b5db28abe0dfd28ee276df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9F=A4=96github-actions=F0=9F=8D=A6?= <🤖github-actions🍦@users.noreply.github.com> Date: Tue, 5 Jul 2022 03:52:30 +0000 Subject: [PATCH] chore(release): publish v0.3.1 --- CHANGELOG.md | 20 +++++++++++++++++--- lerna.json | 2 +- packages/asset/CHANGELOG.md | 19 ++++++++++++++++--- packages/asset/package.json | 4 ++-- packages/bigint-math/CHANGELOG.md | 19 ++++++++++++++++--- packages/bigint-math/package.json | 2 +- packages/cpp/CHANGELOG.md | 19 ++++++++++++++++--- packages/cpp/package.json | 4 ++-- packages/fraction/CHANGELOG.md | 19 ++++++++++++++++--- packages/fraction/package.json | 2 +- packages/json-bigint/CHANGELOG.md | 19 ++++++++++++++++--- packages/json-bigint/package.json | 2 +- 12 files changed, 105 insertions(+), 26 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4126c1f..5fc783a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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)) - - - diff --git a/lerna.json b/lerna.json index b11df20..a769e56 100644 --- a/lerna.json +++ b/lerna.json @@ -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" } diff --git a/packages/asset/CHANGELOG.md b/packages/asset/CHANGELOG.md index 4126c1f..fc7de86 100644 --- a/packages/asset/CHANGELOG.md +++ b/packages/asset/CHANGELOG.md @@ -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) @@ -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)) - - - diff --git a/packages/asset/package.json b/packages/asset/package.json index b2adaf4..07dc82d 100644 --- a/packages/asset/package.json +++ b/packages/asset/package.json @@ -1,6 +1,6 @@ { "name": "@sundae/asset", - "version": "0.3.0", + "version": "0.3.1", "description": "", "author": { "name": "SundaeSwap Labs, Inc.", @@ -42,6 +42,6 @@ "typescript": "^4.7.4" }, "dependencies": { - "@sundae/fraction": "^0.3.0" + "@sundae/fraction": "^0.3.1" } } diff --git a/packages/bigint-math/CHANGELOG.md b/packages/bigint-math/CHANGELOG.md index 4126c1f..e1d0d0f 100644 --- a/packages/bigint-math/CHANGELOG.md +++ b/packages/bigint-math/CHANGELOG.md @@ -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) @@ -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)) - - - diff --git a/packages/bigint-math/package.json b/packages/bigint-math/package.json index 068b25a..358e44b 100644 --- a/packages/bigint-math/package.json +++ b/packages/bigint-math/package.json @@ -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", diff --git a/packages/cpp/CHANGELOG.md b/packages/cpp/CHANGELOG.md index 4126c1f..fc7de86 100644 --- a/packages/cpp/CHANGELOG.md +++ b/packages/cpp/CHANGELOG.md @@ -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) @@ -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)) - - - diff --git a/packages/cpp/package.json b/packages/cpp/package.json index bf75d41..1c13bf9 100644 --- a/packages/cpp/package.json +++ b/packages/cpp/package.json @@ -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.", @@ -42,6 +42,6 @@ "typescript": "^4.7.4" }, "dependencies": { - "@sundae/fraction": "^0.3.0" + "@sundae/fraction": "^0.3.1" } } diff --git a/packages/fraction/CHANGELOG.md b/packages/fraction/CHANGELOG.md index 4126c1f..fc7de86 100644 --- a/packages/fraction/CHANGELOG.md +++ b/packages/fraction/CHANGELOG.md @@ -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) @@ -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)) - - - diff --git a/packages/fraction/package.json b/packages/fraction/package.json index fc560ce..6afe8bc 100644 --- a/packages/fraction/package.json +++ b/packages/fraction/package.json @@ -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.", diff --git a/packages/json-bigint/CHANGELOG.md b/packages/json-bigint/CHANGELOG.md index 4126c1f..e1d0d0f 100644 --- a/packages/json-bigint/CHANGELOG.md +++ b/packages/json-bigint/CHANGELOG.md @@ -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) @@ -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)) - - - diff --git a/packages/json-bigint/package.json b/packages/json-bigint/package.json index d5ef40d..242850e 100644 --- a/packages/json-bigint/package.json +++ b/packages/json-bigint/package.json @@ -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",