Skip to content

Commit

Permalink
chore(release): publish 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
extg3 committed May 26, 2024
1 parent 7ac13f5 commit 8e9a55c
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.8.1 (2024-05-26)


### 🚀 Features

- **global:** add CI for publish on tag ([7ac13f5](https://github.com/dittonetwork/sdk-js/commit/7ac13f5))

## 0.8.0 (2024-05-26)


Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ditto-network",
"version": "0.4.0",
"version": "0.4.1",
"license": "MIT",
"scripts": {
"commit": "cz",
Expand All @@ -25,8 +25,8 @@
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/cz-commitlint": "^19.2.0",
"@ditto-network/core": "0.4.0",
"@ditto-network/ethers": "0.8.0",
"@ditto-network/web3.js": "0.8.0",
"@ditto-network/ethers": "0.8.1",
"@ditto-network/web3.js": "0.8.1",
"@nx/esbuild": "18.2.3",
"@nx/eslint": "18.2.3",
"@nx/eslint-plugin": "18.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ditto-network/core",
"version": "0.8.0",
"version": "0.8.1",
"dependencies": {
"@uniswap/sdk-core": "^3.2.6",
"@uniswap/smart-order-router": "3.16.26",
Expand Down
4 changes: 2 additions & 2 deletions packages/ethers/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@ditto-network/ethers",
"version": "0.8.0",
"version": "0.8.1",
"dependencies": {
"tslib": "^2.3.0",
"ethers": "6.11.1",
"@ditto-network/core": "0.8.0"
"@ditto-network/core": "0.8.1"
},
"type": "commonjs",
"main": "./src/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/web3js/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@ditto-network/web3.js",
"version": "0.8.0",
"version": "0.8.1",
"dependencies": {
"@ditto-network/core": "0.8.0",
"@ditto-network/core": "0.8.1",
"tslib": "^2.3.0",
"web3": "4.8.0",
"web3-types": "1.6.0"
Expand Down

0 comments on commit 8e9a55c

Please sign in to comment.