diff --git a/modules/client-common/CHANGELOG.md b/modules/client-common/CHANGELOG.md index 09b0768a..d8a21ef0 100644 --- a/modules/client-common/CHANGELOG.md +++ b/modules/client-common/CHANGELOG.md @@ -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] diff --git a/modules/client-common/package.json b/modules/client-common/package.json index 0bd749ec..d6a7c7ae 100644 --- a/modules/client-common/package.json +++ b/modules/client-common/package.json @@ -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", @@ -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/osx-ethers@1.2.1", "@aragon/sdk-ipfs": "^1.1.0", diff --git a/modules/client/CHANGELOG.md b/modules/client/CHANGELOG.md index f2f3ceeb..20feba62 100644 --- a/modules/client/CHANGELOG.md +++ b/modules/client/CHANGELOG.md @@ -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] diff --git a/modules/client/package.json b/modules/client/package.json index 7d49db1d..ade04a3a 100644 --- a/modules/client/package.json +++ b/modules/client/package.json @@ -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", @@ -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", diff --git a/yarn.lock b/yarn.lock index 6bbbca20..43b7451f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"