chore: Version Packages (#5622)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-11-21 08:46:09 +00:00
committed by GitHub
co-authored by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
parent 7935c27b33
commit f4085dbede
32 changed files with 121 additions and 96 deletions
+11
View File
@@ -1,5 +1,16 @@
# @medusajs/admin-ui
## 2.1.8
### Patch Changes
- [#5479](https://github.com/medusajs/medusa/pull/5479) [`3f016d871`](https://github.com/medusajs/medusa/commit/3f016d871a091a0a72c2eaec2f4ff74e0ad5b426) Thanks [@VariableVic](https://github.com/VariableVic)! - fix: sort supportedLanguages array
- [#5641](https://github.com/medusajs/medusa/pull/5641) [`c08240df3`](https://github.com/medusajs/medusa/commit/c08240df3f2fe0c4c5c35af471f68a2187f8e582) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(admin-ui): Resolves an issue where decimal numbers would be stripped when the locale uses commas as the decimal separator
- Updated dependencies [[`a67a8e7e9`](https://github.com/medusajs/medusa/commit/a67a8e7e90f35636c8d99858fc5b19358df4c174)]:
- @medusajs/ui@2.2.2
## 2.1.7
### Patch Changes
+4 -4
View File
@@ -2,7 +2,7 @@
"name": "@medusajs/admin-ui",
"author": "Kasper Kristensen <kasper@medusajs.com>",
"license": "MIT",
"version": "2.1.7",
"version": "2.1.8",
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa.git",
@@ -37,7 +37,7 @@
"@hookform/error-message": "^2.0.1",
"@hookform/resolvers": "^3.3.1",
"@medusajs/icons": "^1.1.0",
"@medusajs/ui": "^2.2.1",
"@medusajs/ui": "^2.2.2",
"@medusajs/ui-preset": "^1.0.2",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@radix-ui/react-accordion": "^1.0.1",
@@ -117,8 +117,8 @@
},
"devDependencies": {
"@babel/types": "7.22.5",
"@medusajs/medusa": "^1.17.4",
"@medusajs/types": "^1.11.6",
"@medusajs/medusa": "^1.18.0",
"@medusajs/types": "^1.11.7",
"@types/pluralize": "^0.0.29",
"@types/react": "^18.2.0",
"@types/react-datepicker": "^4.10.0",