diff --git a/.changeset/tame-comics-chew.md b/.changeset/tame-comics-chew.md deleted file mode 100644 index 052425a8b..000000000 --- a/.changeset/tame-comics-chew.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@usedapp/core': patch ---- - -Clear error message on new transaction diff --git a/packages/coingecko/CHANGELOG.md b/packages/coingecko/CHANGELOG.md index 3fb6c083b..6d004d82f 100644 --- a/packages/coingecko/CHANGELOG.md +++ b/packages/coingecko/CHANGELOG.md @@ -1,5 +1,12 @@ # @usedapp/coingecko +## 1.1.12 + +### Patch Changes + +- Updated dependencies [87b0a02] + - @usedapp/core@1.2.6 + ## 1.1.11 ### Patch Changes diff --git a/packages/coingecko/package.json b/packages/coingecko/package.json index c6bc1978c..8fca51bf5 100644 --- a/packages/coingecko/package.json +++ b/packages/coingecko/package.json @@ -1,6 +1,6 @@ { "name": "@usedapp/coingecko", - "version": "1.1.11", + "version": "1.1.12", "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 1603361fc..3d5747da5 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @usedapp/core +## 1.2.6 + +### Patch Changes + +- 87b0a02: Clear error message on new transaction + ## 1.2.5 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index e5e904b07..b33e80e74 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@usedapp/core", - "version": "1.2.5", + "version": "1.2.6", "repository": "git@github.com:TrueFiEng/useDApp.git", "author": "Ethworks", "license": "MIT", diff --git a/packages/testing/CHANGELOG.md b/packages/testing/CHANGELOG.md index 13359266f..e5d467c2a 100644 --- a/packages/testing/CHANGELOG.md +++ b/packages/testing/CHANGELOG.md @@ -1,5 +1,12 @@ # @usedapp/testing +## 1.1.12 + +### Patch Changes + +- Updated dependencies [87b0a02] + - @usedapp/core@1.2.6 + ## 1.1.11 ### Patch Changes diff --git a/packages/testing/package.json b/packages/testing/package.json index 530b1f5f0..bb01b9e9c 100644 --- a/packages/testing/package.json +++ b/packages/testing/package.json @@ -1,6 +1,6 @@ { "name": "@usedapp/testing", - "version": "1.1.11", + "version": "1.1.12", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", "repository": "git@github.com:TrueFiEng/useDApp.git",