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 a578231 commit c11b39e
Show file tree
Hide file tree
Showing 12 changed files with 56 additions and 8 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.2.3 (2022-07-02)

**Note:** Version bump only for package defi-sdk





## 0.2.2 (2022-07-01)

**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.2"
"version": "0.2.3"
}
8 changes: 8 additions & 0 deletions packages/asset/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.2.3 (2022-07-02)

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





## 0.2.2 (2022-07-01)

**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.2",
"version": "0.2.3",
"description": "",
"author": {
"name": "SundaeSwap Labs, Inc.",
Expand Down Expand Up @@ -42,6 +42,6 @@
"typescript": "^4.7.4"
},
"dependencies": {
"@sundae/fraction": "^0.2.2"
"@sundae/fraction": "^0.2.3"
}
}
8 changes: 8 additions & 0 deletions packages/bigint-math/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.2.3 (2022-07-02)

**Note:** Version bump only for package @sundae/bigint-math





## 0.2.2 (2022-07-01)

**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.2",
"version": "0.2.3",
"description": "Minimal BigIntMath library",
"repository": "https://github.com/sundaeswap-finance/defi-sdk/tree/master/packages/bigint-math",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/cpp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.2.3 (2022-07-02)

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





## 0.2.2 (2022-07-01)

**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.2",
"version": "0.2.3",
"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.2"
"@sundae/fraction": "^0.2.3"
}
}
8 changes: 8 additions & 0 deletions packages/fraction/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.2.3 (2022-07-02)

**Note:** Version bump only for package @sundae/fraction





## 0.2.2 (2022-07-01)

**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.2",
"version": "0.2.3",
"description": "Minimal rational number library using BigInt",
"author": {
"name": "SundaeSwap Labs, Inc.",
Expand Down
8 changes: 8 additions & 0 deletions packages/json-bigint/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.2.3 (2022-07-02)

**Note:** Version bump only for package @sundae/json-bigint





## 0.2.2 (2022-07-01)

**Note:** Version bump only for package @sundae/json-bigint
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.2",
"version": "0.2.3",
"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 c11b39e

Please sign in to comment.