diff --git a/.changeset/proud-trees-destroy.md b/.changeset/proud-trees-destroy.md deleted file mode 100644 index a5535cde5..000000000 --- a/.changeset/proud-trees-destroy.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@solana/wallet-adapter-example": patch -"@solana/wallet-adapter-material-ui": patch ---- - -Updated imports of Material UI icons in such a way that sidesteps the problem described here: https://github.com/mui/material-ui/issues/35233 diff --git a/packages/starter/example/CHANGELOG.md b/packages/starter/example/CHANGELOG.md index 3b558e5ca..897d025ba 100644 --- a/packages/starter/example/CHANGELOG.md +++ b/packages/starter/example/CHANGELOG.md @@ -1,5 +1,13 @@ # @solana/wallet-adapter-example +## 0.18.19 + +### Patch Changes + +- f9e20fa0: Updated imports of Material UI icons in such a way that sidesteps the problem described here: https://github.com/mui/material-ui/issues/35233 +- Updated dependencies [f9e20fa0] + - @solana/wallet-adapter-material-ui@0.16.27 + ## 0.18.18 ### Patch Changes diff --git a/packages/starter/example/package.json b/packages/starter/example/package.json index 0e06e79d3..a3ac94b3a 100644 --- a/packages/starter/example/package.json +++ b/packages/starter/example/package.json @@ -1,6 +1,6 @@ { "name": "@solana/wallet-adapter-example", - "version": "0.18.18", + "version": "0.18.19", "author": "Solana Maintainers ", "repository": "https://github.com/solana-labs/wallet-adapter", "license": "Apache-2.0", @@ -41,7 +41,7 @@ "@mui/material": "^5.9.3", "@solana/wallet-adapter-ant-design": "^0.11.22", "@solana/wallet-adapter-base": "^0.9.20", - "@solana/wallet-adapter-material-ui": "^0.16.23", + "@solana/wallet-adapter-material-ui": "^0.16.27", "@solana/wallet-adapter-react": "^0.15.26", "@solana/wallet-adapter-react-ui": "^0.9.25", "@solana/wallet-adapter-wallets": "^0.19.9", diff --git a/packages/ui/material-ui/CHANGELOG.md b/packages/ui/material-ui/CHANGELOG.md index ca658e98e..fd33390a3 100644 --- a/packages/ui/material-ui/CHANGELOG.md +++ b/packages/ui/material-ui/CHANGELOG.md @@ -1,5 +1,11 @@ # @solana/wallet-adapter-material-ui +## 0.16.27 + +### Patch Changes + +- f9e20fa0: Updated imports of Material UI icons in such a way that sidesteps the problem described here: https://github.com/mui/material-ui/issues/35233 + ## 0.16.26 ### Patch Changes diff --git a/packages/ui/material-ui/package.json b/packages/ui/material-ui/package.json index 944f71cd8..239ab57cf 100644 --- a/packages/ui/material-ui/package.json +++ b/packages/ui/material-ui/package.json @@ -1,6 +1,6 @@ { "name": "@solana/wallet-adapter-material-ui", - "version": "0.16.26", + "version": "0.16.27", "author": "Solana Maintainers ", "repository": "https://github.com/solana-labs/wallet-adapter", "license": "Apache-2.0",