diff --git a/.changeset/tiny-jars-tan.md b/.changeset/tiny-jars-tan.md deleted file mode 100644 index e6a5f506d..000000000 --- a/.changeset/tiny-jars-tan.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@usedapp/core': patch ---- - -Fix refreshing cycle in ReadonlyNetworksProvider diff --git a/packages/coingecko/CHANGELOG.md b/packages/coingecko/CHANGELOG.md index f44dfd385..8ef6e2080 100644 --- a/packages/coingecko/CHANGELOG.md +++ b/packages/coingecko/CHANGELOG.md @@ -1,5 +1,12 @@ # @usedapp/coingecko +## 1.0.14 + +### Patch Changes + +- Updated dependencies [d07e0df] + - @usedapp/core@1.0.14 + ## 1.0.13 ### Patch Changes diff --git a/packages/coingecko/package.json b/packages/coingecko/package.json index 21ffec7ba..007ec4c30 100644 --- a/packages/coingecko/package.json +++ b/packages/coingecko/package.json @@ -1,6 +1,6 @@ { "name": "@usedapp/coingecko", - "version": "1.0.13", + "version": "1.0.14", "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 5cb5d3954..5adf823db 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @usedapp/core +## 1.0.14 + +### Patch Changes + +- d07e0df: Fix refreshing cycle in ReadonlyNetworksProvider + ## 1.0.13 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index a96fa74c0..0b6084af5 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@usedapp/core", - "version": "1.0.13", + "version": "1.0.14", "repository": "git@github.com:EthWorks/useDApp.git", "author": "Ethworks", "license": "MIT", diff --git a/packages/testing/CHANGELOG.md b/packages/testing/CHANGELOG.md index a3043757e..bcb241eab 100644 --- a/packages/testing/CHANGELOG.md +++ b/packages/testing/CHANGELOG.md @@ -1,5 +1,12 @@ # @usedapp/testing +## 1.0.14 + +### Patch Changes + +- Updated dependencies [d07e0df] + - @usedapp/core@1.0.14 + ## 1.0.13 ### Patch Changes diff --git a/packages/testing/package.json b/packages/testing/package.json index 00a0769c8..947e73318 100644 --- a/packages/testing/package.json +++ b/packages/testing/package.json @@ -1,6 +1,6 @@ { "name": "@usedapp/testing", - "version": "1.0.13", + "version": "1.0.14", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", "repository": "git@github.com:EthWorks/useDApp.git",