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 Jun 8, 2022
1 parent a2b1768 commit 3eb11e4
Show file tree
Hide file tree
Showing 10 changed files with 47 additions and 7 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.1 (2022-06-08)

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





# 0.2.0 (2022-06-07)


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.0"
"version": "0.2.1"
}
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.1 (2022-06-08)

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





# 0.2.0 (2022-06-07)


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.0",
"version": "0.2.1",
"description": "",
"author": {
"name": "SundaeSwap Labs, Inc.",
Expand Down Expand Up @@ -42,6 +42,6 @@
"typescript": "^4.7.2"
},
"dependencies": {
"@sundae/fraction": "^0.2.0"
"@sundae/fraction": "^0.2.1"
}
}
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.1 (2022-06-08)

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





# 0.2.0 (2022-06-07)


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.0",
"version": "0.2.1",
"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.1 (2022-06-08)

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





# 0.2.0 (2022-06-07)


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.0",
"version": "0.2.1",
"description": "Minimal rational number library using BigInt",
"author": {
"name": "SundaeSwap Labs, Inc.",
Expand Down Expand Up @@ -42,6 +42,6 @@
"typescript": "^4.7.2"
},
"dependencies": {
"@sundae/fraction": "^0.2.0"
"@sundae/fraction": "^0.2.1"
}
}
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.1 (2022-06-08)

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





# 0.2.0 (2022-06-07)


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.0",
"version": "0.2.1",
"description": "Minimal rational number library using BigInt",
"author": {
"name": "SundaeSwap Labs, Inc.",
Expand Down

0 comments on commit 3eb11e4

Please sign in to comment.