Skip to content

Commit

Permalink
chore: update commons config version to support zksync mainnet (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
clauBv23 authored Jun 25, 2024
1 parent b5920b3 commit 36647d5
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 9 deletions.
7 changes: 7 additions & 0 deletions modules/client-common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ TEMPLATE:

## [UPCOMING]

## [1.17.0]

- Add support for zkSync mainnet network


## [1.16.0]

- Add support for zkSync sepolia network

## [1.15.2]
Expand Down
4 changes: 2 additions & 2 deletions modules/client-common/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aragon/sdk-client-common",
"author": "Aragon Association",
"version": "1.16.0",
"version": "1.17.0",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/sdk-client-common.esm.js",
Expand Down Expand Up @@ -58,7 +58,7 @@
"typescript": "^5.2.2"
},
"dependencies": {
"@aragon/osx-commons-configs": "^0.5.0",
"@aragon/osx-commons-configs": "^0.6.0",
"@aragon/osx-ethers": "^1.3.1",
"@aragon/osx-ethers-v1.0.0": "npm:@aragon/[email protected]",
"@aragon/sdk-ipfs": "^1.1.0",
Expand Down
7 changes: 7 additions & 0 deletions modules/client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ TEMPLATE:

## [UPCOMING]

## [1.25.0]

- Add support for zkSync mainnet network


## [1.24.0]

- Add support for zkSync sepolia network

## [1.23.5]
Expand Down
6 changes: 3 additions & 3 deletions modules/client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aragon/sdk-client",
"author": "Aragon Association",
"version": "1.24.0",
"version": "1.25.0",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/sdk-client.esm.js",
Expand Down Expand Up @@ -67,9 +67,9 @@
"typescript": "^5.2.2"
},
"dependencies": {
"@aragon/osx-commons-configs": "^0.5.0",
"@aragon/osx-commons-configs": "^0.6.0",
"@aragon/osx-ethers": "1.3.0",
"@aragon/sdk-client-common": "^1.16.0",
"@aragon/sdk-client-common": "^1.17.0",
"@aragon/sdk-ipfs": "^1.1.0",
"@ethersproject/abstract-signer": "^5.5.0",
"@ethersproject/bignumber": "^5.6.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"@jridgewell/gen-mapping" "^0.1.0"
"@jridgewell/trace-mapping" "^0.3.9"

"@aragon/osx-commons-configs@^0.5.0":
version "0.5.0"
resolved "https://registry.yarnpkg.com/@aragon/osx-commons-configs/-/osx-commons-configs-0.5.0.tgz#4c9006d61dbec8f13af5f5110f2d84ab00986ded"
integrity sha512-1ylzs0sbb9sOSisQc01IOXdC7rVhxuRD64GRtwE5KUCq8nyzQ1jk+yXscYh3Uw+B6B8DLKeLN9xFquR7y1grZA==
"@aragon/osx-commons-configs@^0.6.0":
version "0.6.0"
resolved "https://registry.yarnpkg.com/@aragon/osx-commons-configs/-/osx-commons-configs-0.6.0.tgz#8c1198e0d2d8cdf8b021ae4709a79955a936ab70"
integrity sha512-wypaD0epzD+IY0GmgvYlYgJzJuvxkFW+L0nH6e1tzA1jsvgnxfln0Tk4q86xBp6sfuoybh5atKziQyXbRGLHKA==
dependencies:
tslib "^2.6.2"

Expand Down

0 comments on commit 36647d5

Please sign in to comment.