Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion UNRELEASED.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Use [the changelog guidelines](https://git.io/polaris-changelog-guidelines) to f

### Dependency upgrades

Bump polaris-icons to v4.9.0 ([#4564](https://github.com/Shopify/polaris-react/pull/4564))
Bump polaris-icons to v4.10.0 ([#4569](https://github.com/Shopify/polaris-react/pull/4569))

### Code quality

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"postcolordocs": "yarn run format"
},
"dependencies": {
"@shopify/polaris-icons": "^4.9.0",
"@shopify/polaris-icons": "^4.10.0",
"@shopify/polaris-tokens": "^3.0.0",
"@types/react": "^17.0.19",
"@types/react-dom": "^17.0.9",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1987,10 +1987,10 @@
fs-extra "^9.0.0"
glob "^7.1.6"

"@shopify/polaris-icons@^4.9.0":
version "4.9.0"
resolved "https://registry.yarnpkg.com/@shopify/polaris-icons/-/polaris-icons-4.9.0.tgz#391a0bc5341b83d7442dfdcea5efa325cdd30122"
integrity sha512-x+lDBEnUAaRDqj3MMlsjucaZsw9JLINabPLzdw589sB136ZQFAzdWpkqouKjmb6/1QrgIT2lmr961PbDhMlRkg==
"@shopify/polaris-icons@^4.10.0":
version "4.10.0"
resolved "https://registry.yarnpkg.com/@shopify/polaris-icons/-/polaris-icons-4.10.0.tgz#fbfc0628c7da0786a6cbe9069ee007070762a4ac"
integrity sha512-TxOJeLd4qXNl8bhEtJ3bQrjMgdOTzw3xDfKhqWTinBMcjDsW0+Rb8ynSsxzS9ut821L3qXJK9AnJZwoR/Yd8nw==

"@shopify/polaris-tokens@^3.0.0":
version "3.0.0"
Expand Down