Version Packages (#13978)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-12-17 13:55:25 +01:00
committed by GitHub
co-authored by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
parent 9f8da1e2e0
commit cfa38871cb
173 changed files with 1022 additions and 470 deletions
@@ -1,5 +1,11 @@
# @medusajs/icons
## 2.12.3
### Patch Changes
- [#14297](https://github.com/medusajs/medusa/pull/14297) [`a43eb11d6565d19e82cf2b06e262ab509214b3d4`](https://github.com/medusajs/medusa/commit/a43eb11d6565d19e82cf2b06e262ab509214b3d4) Thanks [@fPolic](https://github.com/fPolic)! - chore(icons): sync new icons
## 2.12.2
## 2.12.1
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/icons",
"version": "2.12.2",
"version": "2.12.3",
"description": "Medusa UI React icon library",
"author": "Kasper Kristensen <kasper@medusajs.com>",
"license": "MIT",
@@ -28,7 +28,7 @@
"generate": "yarn run -T rimraf ./src/components && toolbox icons -o './src/components'"
},
"devDependencies": {
"@medusajs/toolbox": "2.12.2",
"@medusajs/toolbox": "2.12.3",
"react": "^18.3.1"
},
"peerDependencies": {