Skip to content

Commit

Permalink
bump package versions for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
dmosites committed Oct 9, 2023
1 parent 36a4e93 commit 474e79a
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion source/pool/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airswap/pool",
"version": "4.1.0",
"version": "4.1.1",
"description": "AirSwap: Withdrawable Token Pool",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion source/registry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airswap/registry",
"version": "4.1.0",
"version": "4.1.1",
"description": "AirSwap: Server URL Registry",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion source/swap-erc20/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airswap/swap-erc20",
"version": "4.1.2",
"version": "4.1.3",
"description": "AirSwap: Atomic ERC20 Token Swap",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion source/swap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airswap/swap",
"version": "4.0.4",
"version": "4.1.0",
"description": "AirSwap: Atomic Token Swap",
"license": "MIT",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions source/wrapper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airswap/wrapper",
"version": "4.1.1",
"version": "4.1.2",
"description": "AirSwap: Wrap and Unwrap Native Tokens",
"license": "MIT",
"repository": {
Expand All @@ -27,7 +27,7 @@
"verify": "hardhat run ./scripts/verify.js"
},
"dependencies": {
"@airswap/swap-erc20": "4.1.2",
"@airswap/swap-erc20": "4.1.3",
"@openzeppelin/contracts": "^4.8.3"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions tools/libraries/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airswap/libraries",
"version": "4.1.5",
"version": "4.1.6",
"description": "AirSwap: Libraries for Developers",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,15 +29,15 @@
"@airswap/balances": "4.0.2",
"@airswap/constants": "^4.1.0",
"@airswap/jsonrpc-client-websocket": "0.0.1",
"@airswap/registry": "4.1.0",
"@airswap/registry": "4.1.1",
"@airswap/maker-registry": "4.0.4",
"@airswap/pool": "4.1.0",
"@airswap/pool": "4.1.1",
"@airswap/staking": "4.0.3",
"@airswap/swap": "4.0.4",
"@airswap/swap-erc20": "4.1.2",
"@airswap/swap": "4.1.0",
"@airswap/swap-erc20": "4.1.3",
"@airswap/types": "^4.1.1",
"@airswap/utils": "^4.1.3",
"@airswap/wrapper": "4.1.1",
"@airswap/wrapper": "4.1.2",
"browser-or-node": "^2.1.1",
"ethers": "^5.6.9",
"jayson": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions tools/metadata/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airswap/metadata",
"version": "4.1.3",
"version": "4.1.4",
"description": "AirSwap: Token Metadata for Developers",
"repository": {
"type": "git",
Expand All @@ -22,7 +22,7 @@
"dependencies": {
"@airswap/constants": "^4.1.0",
"@airswap/types": "^4.1.1",
"@airswap/wrapper": "4.1.1",
"@airswap/wrapper": "4.1.2",
"@openzeppelin/contracts": "^4.8.3",
"@uniswap/token-lists": "^1.0.0-beta.24",
"axios": "^0.21.4",
Expand Down

0 comments on commit 474e79a

Please sign in to comment.