From 940c3163ee65c993e1712d72c2aa845cdecf83eb Mon Sep 17 00:00:00 2001 From: CI-CD Date: Mon, 1 Jul 2024 17:20:25 +0000 Subject: [PATCH] chore(release): publish %s - @sundaeswap/asset@1.0.1 - @sundaeswap/bigint-math@0.6.1 - @sundaeswap/cpp@1.0.1 - @sundaeswap/fraction@1.0.1 - @sundaeswap/json-bigint@0.6.1 --- packages/asset/CHANGELOG.md | 4 +++ packages/asset/package.json | 2 +- packages/bigint-math/CHANGELOG.md | 42 ++++++++++++++++++++++++++ packages/bigint-math/package.json | 2 +- packages/cpp/CHANGELOG.md | 4 +++ packages/cpp/package.json | 6 ++-- packages/fraction/CHANGELOG.md | 49 +++++++++++++++++++++++++++++++ packages/fraction/package.json | 2 +- packages/json-bigint/CHANGELOG.md | 48 ++++++++++++++++++++++++++++++ packages/json-bigint/package.json | 2 +- 10 files changed, 154 insertions(+), 7 deletions(-) diff --git a/packages/asset/CHANGELOG.md b/packages/asset/CHANGELOG.md index 4650c76..1239cd9 100644 --- a/packages/asset/CHANGELOG.md +++ b/packages/asset/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.1](https://github.com/SundaeSwap-finance/defi-sdk/compare/@sundaeswap/asset@0.7.1...@sundaeswap/asset@1.0.1) (2024-07-01) + +**Note:** Version bump only for package @sundaeswap/asset + ## [0.7.1](https://github.com/SundaeSwap-finance/defi-sdk/compare/@sundaeswap/asset@0.7.0...@sundaeswap/asset@0.7.1) (2024-01-08) **Note:** Version bump only for package @sundaeswap/asset diff --git a/packages/asset/package.json b/packages/asset/package.json index 8e71297..e1132f4 100644 --- a/packages/asset/package.json +++ b/packages/asset/package.json @@ -1,6 +1,6 @@ { "name": "@sundaeswap/asset", - "version": "1.0.0", + "version": "1.0.1", "description": "A TypeScript interface to handle digital asset amounts along with their respective metadata.", "type": "module", "author": { diff --git a/packages/bigint-math/CHANGELOG.md b/packages/bigint-math/CHANGELOG.md index 3474231..42f5927 100644 --- a/packages/bigint-math/CHANGELOG.md +++ b/packages/bigint-math/CHANGELOG.md @@ -3,6 +3,48 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.6.1 (2024-07-01) + +## 0.5.9 (2023-05-09) + +## 0.5.7 (2023-05-09) + +### Bug Fixes + +- old package references ([cc25bc1](https://github.com/sundaeswap-finance/defi-sdk/commit/cc25bc1728bfdd64b711e31b7153239d3c8d339f)) + +# 0.5.0 (2022-08-02) + +# 0.4.0 (2022-07-05) + +## 0.3.1 (2022-07-05) + +### Bug Fixes + +- build esm dist correctly ([1fe3975](https://github.com/sundaeswap-finance/defi-sdk/commit/1fe3975ace34900c846fc820f15766706e34351c)) + +# 0.3.0 (2022-07-02) + +## 0.2.3 (2022-07-02) + +## 0.2.2 (2022-07-01) + +## 0.2.1 (2022-06-08) + +# 0.2.0 (2022-06-07) + +## 0.1.3 (2022-06-07) + +## 0.1.2 (2022-06-02) + +## 0.1.1 (2022-06-02) + +# 0.1.0 (2022-06-02) + +### Features + +- **bigint-math:** init package ([de0af5f](https://github.com/sundaeswap-finance/defi-sdk/commit/de0af5f41f5f9b782b9b2f4a84e2015573707111)) + ## [0.5.9](https://github.com/sundaeswap-finance/defi-sdk/compare/v0.5.7...v0.5.9) (2023-05-09) **Note:** Version bump only for package @sundaeswap/bigint-math diff --git a/packages/bigint-math/package.json b/packages/bigint-math/package.json index bd80d7b..82fa9a6 100644 --- a/packages/bigint-math/package.json +++ b/packages/bigint-math/package.json @@ -1,6 +1,6 @@ { "name": "@sundaeswap/bigint-math", - "version": "0.6.0", + "version": "0.6.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 18fd205..d296af2 100644 --- a/packages/cpp/CHANGELOG.md +++ b/packages/cpp/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.1](https://github.com/SundaeSwap-finance/defi-sdk/compare/@sundaeswap/cpp@0.6.12...@sundaeswap/cpp@1.0.1) (2024-07-01) + +**Note:** Version bump only for package @sundaeswap/cpp + ## [0.6.12](https://github.com/SundaeSwap-finance/defi-sdk/compare/@sundaeswap/cpp@0.6.11...@sundaeswap/cpp@0.6.12) (2024-01-09) **Note:** Version bump only for package @sundaeswap/cpp diff --git a/packages/cpp/package.json b/packages/cpp/package.json index ac755d9..51e8d5b 100644 --- a/packages/cpp/package.json +++ b/packages/cpp/package.json @@ -1,6 +1,6 @@ { "name": "@sundaeswap/cpp", - "version": "1.0.0", + "version": "1.0.1", "description": "Minimal rational number library using BigInt", "author": { "name": "SundaeSwap Labs, Inc.", @@ -37,9 +37,9 @@ "clean": "rm -rf ./dist" }, "devDependencies": { + "@sundaeswap/asset": "workspace:*", "@sundaeswap/bigint-math": "workspace:*", - "@sundaeswap/fraction": "workspace:*", - "@sundaeswap/asset": "workspace:*" + "@sundaeswap/fraction": "workspace:*" }, "peerDependencies": { "@sundaeswap/asset": "^1.0.0", diff --git a/packages/fraction/CHANGELOG.md b/packages/fraction/CHANGELOG.md index 3d21b6e..29f2f7b 100644 --- a/packages/fraction/CHANGELOG.md +++ b/packages/fraction/CHANGELOG.md @@ -3,6 +3,55 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.0.1 (2024-07-01) + +## 0.5.9 (2023-05-09) + +## 0.5.7 (2023-05-09) + +### Bug Fixes + +- old package references ([cc25bc1](https://github.com/SundaeSwap-finance/defi-sdk/commit/cc25bc1728bfdd64b711e31b7153239d3c8d339f)) + +## 0.5.4 (2023-05-04) + +# 0.5.0 (2022-08-02) + +# 0.4.0 (2022-07-05) + +## 0.3.1 (2022-07-05) + +### Bug Fixes + +- build esm dist correctly ([1fe3975](https://github.com/SundaeSwap-finance/defi-sdk/commit/1fe3975ace34900c846fc820f15766706e34351c)) + +# 0.3.0 (2022-07-02) + +## 0.2.3 (2022-07-02) + +## 0.2.2 (2022-07-01) + +## 0.2.1 (2022-06-08) + +# 0.2.0 (2022-06-07) + +## 0.1.3 (2022-06-07) + +### Bug Fixes + +- **Fraction:** parse negative numbers correctly, more tests ([a7e8f04](https://github.com/SundaeSwap-finance/defi-sdk/commit/a7e8f043dded0b32333e202363d467bff47751a6)) + +## 0.1.2 (2022-06-02) + +## 0.1.1 (2022-06-02) + +# 0.1.0 (2022-06-02) + +### Features + +- **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)) + ## [0.5.9](https://github.com/SundaeSwap-finance/defi-sdk/compare/v0.5.7...v0.5.9) (2023-05-09) **Note:** Version bump only for package @sundaeswap/fraction diff --git a/packages/fraction/package.json b/packages/fraction/package.json index 257b6db..5cff3f6 100644 --- a/packages/fraction/package.json +++ b/packages/fraction/package.json @@ -1,6 +1,6 @@ { "name": "@sundaeswap/fraction", - "version": "1.0.0", + "version": "1.0.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 c5203c6..050f052 100644 --- a/packages/json-bigint/CHANGELOG.md +++ b/packages/json-bigint/CHANGELOG.md @@ -3,6 +3,54 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.6.1 (2024-07-01) + +## 0.5.9 (2023-05-09) + +## 0.5.7 (2023-05-09) + +### Bug Fixes + +- old package references ([cc25bc1](https://github.com/sundaeswap-finance/defi-sdk/commit/cc25bc1728bfdd64b711e31b7153239d3c8d339f)) + +## 0.5.6 (2023-05-09) + +### Bug Fixes + +- lint ([1a56be7](https://github.com/sundaeswap-finance/defi-sdk/commit/1a56be7d2e541a464dd77512004d120a14b01d4a)) + +# 0.5.0 (2022-08-02) + +# 0.4.0 (2022-07-05) + +## 0.3.1 (2022-07-05) + +### Bug Fixes + +- build esm dist correctly ([1fe3975](https://github.com/sundaeswap-finance/defi-sdk/commit/1fe3975ace34900c846fc820f15766706e34351c)) + +# 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) + +### Bug Fixes + +- **json-bigint:** export JsonBig as any type to avoid ts error ([b686f37](https://github.com/sundaeswap-finance/defi-sdk/commit/b686f379ec45401b1cc9531c0c12fcf74c9b6ba5)) + +### Features + +- **json-bigint:** parse 'constructor' and '**proto**' fields as JSON, expose JSONBig ([45778eb](https://github.com/sundaeswap-finance/defi-sdk/commit/45778eb0d1d418d1af89542f8a3028c5491f2d9a)) + +## 0.2.2 (2022-07-01) + +### Features + +- init @sundae/json-bigint ([be5d495](https://github.com/sundaeswap-finance/defi-sdk/commit/be5d4959d209ecc757a753cacd297470188ad006)) + ## [0.5.9](https://github.com/sundaeswap-finance/defi-sdk/compare/v0.5.7...v0.5.9) (2023-05-09) **Note:** Version bump only for package @sundaeswap/json-bigint diff --git a/packages/json-bigint/package.json b/packages/json-bigint/package.json index 84843d5..9734fec 100644 --- a/packages/json-bigint/package.json +++ b/packages/json-bigint/package.json @@ -1,6 +1,6 @@ { "name": "@sundaeswap/json-bigint", - "version": "0.6.0", + "version": "0.6.1", "description": "json-bigint wrapper", "repository": "https://github.com/sundaeswap-finance/defi-sdk/tree/master/packages/json-bigint", "license": "MIT",