diff --git a/.changeset/pretty-olives-cough.md b/.changeset/pretty-olives-cough.md deleted file mode 100644 index 88e7f1eb6..000000000 --- a/.changeset/pretty-olives-cough.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@usedapp/core': patch ---- - -Gnosis Safe fix state not updating diff --git a/packages/coingecko/CHANGELOG.md b/packages/coingecko/CHANGELOG.md index f4b86d73b..3fb6c083b 100644 --- a/packages/coingecko/CHANGELOG.md +++ b/packages/coingecko/CHANGELOG.md @@ -1,5 +1,12 @@ # @usedapp/coingecko +## 1.1.11 + +### Patch Changes + +- Updated dependencies [d5056ed] + - @usedapp/core@1.2.5 + ## 1.1.10 ### Patch Changes diff --git a/packages/coingecko/package.json b/packages/coingecko/package.json index 9dab9e0ef..c6bc1978c 100644 --- a/packages/coingecko/package.json +++ b/packages/coingecko/package.json @@ -1,6 +1,6 @@ { "name": "@usedapp/coingecko", - "version": "1.1.10", + "version": "1.1.11", "main": "dist/cjs/src/index.js", "module": "dist/esm/src/index.js", "types": "dist/esm/src/index.d.ts", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index a883187b5..1603361fc 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @usedapp/core +## 1.2.5 + +### Patch Changes + +- d5056ed: Gnosis Safe fix state not updating + ## 1.2.4 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 2aebf09cd..e5e904b07 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@usedapp/core", - "version": "1.2.4", + "version": "1.2.5", "repository": "git@github.com:TrueFiEng/useDApp.git", "author": "Ethworks", "license": "MIT", diff --git a/packages/testing/CHANGELOG.md b/packages/testing/CHANGELOG.md index 654a91c2f..13359266f 100644 --- a/packages/testing/CHANGELOG.md +++ b/packages/testing/CHANGELOG.md @@ -1,5 +1,12 @@ # @usedapp/testing +## 1.1.11 + +### Patch Changes + +- Updated dependencies [d5056ed] + - @usedapp/core@1.2.5 + ## 1.1.10 ### Patch Changes diff --git a/packages/testing/package.json b/packages/testing/package.json index 0ccea17d2..530b1f5f0 100644 --- a/packages/testing/package.json +++ b/packages/testing/package.json @@ -1,6 +1,6 @@ { "name": "@usedapp/testing", - "version": "1.1.10", + "version": "1.1.11", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", "repository": "git@github.com:TrueFiEng/useDApp.git",