Skip to content

Commit

Permalink
chore(release): publish %s
Browse files Browse the repository at this point in the history
 - @sundaeswap/[email protected]
 - @sundaeswap/[email protected]
 - @sundaeswap/[email protected]
 - @sundaeswap/[email protected]
 - @sundaeswap/[email protected]
  • Loading branch information
CI-CD authored and CI-CD committed Jul 1, 2024
1 parent 22ecfd9 commit 940c316
Show file tree
Hide file tree
Showing 10 changed files with 154 additions and 7 deletions.
4 changes: 4 additions & 0 deletions packages/asset/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@sundaeswap/[email protected]) (2024-07-01)

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

## [0.7.1](https://github.com/SundaeSwap-finance/defi-sdk/compare/@sundaeswap/[email protected]...@sundaeswap/[email protected]) (2024-01-08)

**Note:** Version bump only for package @sundaeswap/asset
Expand Down
2 changes: 1 addition & 1 deletion packages/asset/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
42 changes: 42 additions & 0 deletions packages/bigint-math/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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": "@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",
Expand Down
4 changes: 4 additions & 0 deletions packages/cpp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@sundaeswap/[email protected]) (2024-07-01)

**Note:** Version bump only for package @sundaeswap/cpp

## [0.6.12](https://github.com/SundaeSwap-finance/defi-sdk/compare/@sundaeswap/[email protected]...@sundaeswap/[email protected]) (2024-01-09)

**Note:** Version bump only for package @sundaeswap/cpp
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": "@sundaeswap/cpp",
"version": "1.0.0",
"version": "1.0.1",
"description": "Minimal rational number library using BigInt",
"author": {
"name": "SundaeSwap Labs, Inc.",
Expand Down Expand Up @@ -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",
Expand Down
49 changes: 49 additions & 0 deletions packages/fraction/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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": "@sundaeswap/fraction",
"version": "1.0.0",
"version": "1.0.1",
"description": "Minimal rational number library using BigInt",
"author": {
"name": "SundaeSwap Labs, Inc.",
Expand Down
48 changes: 48 additions & 0 deletions packages/json-bigint/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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": "@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",
Expand Down

0 comments on commit 940c316

Please sign in to comment.