chore: Version Packages (#13800)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
parent
f055bfd723
commit
6e73f8b376
@@ -1,5 +1,16 @@
|
||||
# @medusajs/admin-bundler
|
||||
|
||||
## 2.11.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#13763](https://github.com/medusajs/medusa/pull/13763) [`226984cf0f229bec00ee33a3a1a981b57889c11a`](https://github.com/medusajs/medusa/commit/226984cf0f229bec00ee33a3a1a981b57889c11a) Thanks [@leobenzol](https://github.com/leobenzol)! - feat(admin-\*,dashboard): add dashboard i18n extensions
|
||||
|
||||
- Updated dependencies [[`226984cf0f229bec00ee33a3a1a981b57889c11a`](https://github.com/medusajs/medusa/commit/226984cf0f229bec00ee33a3a1a981b57889c11a), [`fe4e7481a9ee6e360623d15ecfaf51f3df00f9d7`](https://github.com/medusajs/medusa/commit/fe4e7481a9ee6e360623d15ecfaf51f3df00f9d7)]:
|
||||
- @medusajs/admin-vite-plugin@2.11.1
|
||||
- @medusajs/admin-shared@2.11.1
|
||||
- @medusajs/dashboard@2.11.1
|
||||
|
||||
## 2.11.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/admin-bundler",
|
||||
"version": "2.11.0",
|
||||
"version": "2.11.1",
|
||||
"description": "Bundler for the Medusa admin dashboard.",
|
||||
"author": "Kasper Kristensen <kasper@medusajs.com>",
|
||||
"scripts": {
|
||||
@@ -18,16 +18,16 @@
|
||||
"package.json"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@medusajs/types": "2.11.0",
|
||||
"@medusajs/types": "2.11.1",
|
||||
"@types/compression": "^1.7.5",
|
||||
"express": "^4.21.0",
|
||||
"tsup": "^8.0.1",
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@medusajs/admin-shared": "2.11.0",
|
||||
"@medusajs/admin-vite-plugin": "2.11.0",
|
||||
"@medusajs/dashboard": "2.11.0",
|
||||
"@medusajs/admin-shared": "2.11.1",
|
||||
"@medusajs/admin-vite-plugin": "2.11.1",
|
||||
"@medusajs/dashboard": "2.11.1",
|
||||
"@vitejs/plugin-react": "^4.2.1",
|
||||
"autoprefixer": "^10.4.16",
|
||||
"compression": "^1.7.4",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @medusajs/admin-sdk
|
||||
|
||||
## 2.11.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`226984cf0f229bec00ee33a3a1a981b57889c11a`](https://github.com/medusajs/medusa/commit/226984cf0f229bec00ee33a3a1a981b57889c11a)]:
|
||||
- @medusajs/admin-shared@2.11.1
|
||||
|
||||
## 2.11.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@medusajs/admin-sdk",
|
||||
"description": "SDK for building extension for the Medusa admin dashboard.",
|
||||
"version": "2.11.0",
|
||||
"version": "2.11.1",
|
||||
"author": "Kasper Kristensen <kasper@medusajs.com>",
|
||||
"types": "dist/index.d.ts",
|
||||
"main": "dist/index.js",
|
||||
@@ -24,7 +24,7 @@
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@medusajs/admin-shared": "2.11.0",
|
||||
"@medusajs/admin-shared": "2.11.1",
|
||||
"zod": "3.25.76"
|
||||
},
|
||||
"packageManager": "yarn@3.2.1"
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @medusajs/admin-shared
|
||||
|
||||
## 2.11.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#13763](https://github.com/medusajs/medusa/pull/13763) [`226984cf0f229bec00ee33a3a1a981b57889c11a`](https://github.com/medusajs/medusa/commit/226984cf0f229bec00ee33a3a1a981b57889c11a) Thanks [@leobenzol](https://github.com/leobenzol)! - feat(admin-\*,dashboard): add dashboard i18n extensions
|
||||
|
||||
## 2.11.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@medusajs/admin-shared",
|
||||
"description": "Shared code for Medusa admin packages.",
|
||||
"version": "2.11.0",
|
||||
"version": "2.11.1",
|
||||
"author": "Kasper Kristensen <kasper@medusajs.com>",
|
||||
"types": "dist/index.d.ts",
|
||||
"main": "dist/index.js",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @medusajs/admin-vite-plugin
|
||||
|
||||
## 2.11.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#13763](https://github.com/medusajs/medusa/pull/13763) [`226984cf0f229bec00ee33a3a1a981b57889c11a`](https://github.com/medusajs/medusa/commit/226984cf0f229bec00ee33a3a1a981b57889c11a) Thanks [@leobenzol](https://github.com/leobenzol)! - feat(admin-\*,dashboard): add dashboard i18n extensions
|
||||
|
||||
- Updated dependencies [[`226984cf0f229bec00ee33a3a1a981b57889c11a`](https://github.com/medusajs/medusa/commit/226984cf0f229bec00ee33a3a1a981b57889c11a)]:
|
||||
- @medusajs/admin-shared@2.11.1
|
||||
|
||||
## 2.11.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/admin-vite-plugin",
|
||||
"version": "2.11.0",
|
||||
"version": "2.11.1",
|
||||
"main": "dist/index.js",
|
||||
"module": "dist/index.mjs",
|
||||
"types": "dist/index.d.ts",
|
||||
@@ -40,7 +40,7 @@
|
||||
"@babel/parser": "7.25.6",
|
||||
"@babel/traverse": "7.25.6",
|
||||
"@babel/types": "7.25.6",
|
||||
"@medusajs/admin-shared": "2.11.0",
|
||||
"@medusajs/admin-shared": "2.11.1",
|
||||
"chokidar": "3.5.3",
|
||||
"fdir": "6.1.1",
|
||||
"magic-string": "0.30.5",
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# @medusajs/dashboard
|
||||
|
||||
## 2.11.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#13763](https://github.com/medusajs/medusa/pull/13763) [`226984cf0f229bec00ee33a3a1a981b57889c11a`](https://github.com/medusajs/medusa/commit/226984cf0f229bec00ee33a3a1a981b57889c11a) Thanks [@leobenzol](https://github.com/leobenzol)! - feat(admin-\*,dashboard): add dashboard i18n extensions
|
||||
|
||||
- [#13766](https://github.com/medusajs/medusa/pull/13766) [`fe4e7481a9ee6e360623d15ecfaf51f3df00f9d7`](https://github.com/medusajs/medusa/commit/fe4e7481a9ee6e360623d15ecfaf51f3df00f9d7) Thanks [@willbouch](https://github.com/willbouch)! - feat(order,dashboard): version order credit lines
|
||||
|
||||
- Updated dependencies [[`226984cf0f229bec00ee33a3a1a981b57889c11a`](https://github.com/medusajs/medusa/commit/226984cf0f229bec00ee33a3a1a981b57889c11a), [`22d23b148e610bd0dd1980620c2ebc85af65be55`](https://github.com/medusajs/medusa/commit/22d23b148e610bd0dd1980620c2ebc85af65be55)]:
|
||||
- @medusajs/admin-shared@2.11.1
|
||||
- @medusajs/js-sdk@2.11.1
|
||||
- @medusajs/icons@2.11.1
|
||||
- @medusajs/ui@4.0.25
|
||||
|
||||
## 2.11.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/dashboard",
|
||||
"version": "2.11.0",
|
||||
"version": "2.11.1",
|
||||
"scripts": {
|
||||
"generate:static": "node ./scripts/generate-currencies.js && prettier --write ./src/lib/currencies.ts",
|
||||
"dev": "vite",
|
||||
@@ -45,10 +45,10 @@
|
||||
"@dnd-kit/utilities": "^3.2.2",
|
||||
"@hookform/error-message": "^2.0.1",
|
||||
"@hookform/resolvers": "3.4.2",
|
||||
"@medusajs/admin-shared": "2.11.0",
|
||||
"@medusajs/icons": "2.11.0",
|
||||
"@medusajs/js-sdk": "2.11.0",
|
||||
"@medusajs/ui": "4.0.24",
|
||||
"@medusajs/admin-shared": "2.11.1",
|
||||
"@medusajs/icons": "2.11.1",
|
||||
"@medusajs/js-sdk": "2.11.1",
|
||||
"@medusajs/ui": "4.0.25",
|
||||
"@radix-ui/react-dialog": "1.1.4",
|
||||
"@radix-ui/react-dismissable-layer": "1.1.4",
|
||||
"@tanstack/react-query": "5.64.2",
|
||||
@@ -78,10 +78,10 @@
|
||||
"zod": "3.25.76"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@medusajs/admin-shared": "2.11.0",
|
||||
"@medusajs/admin-vite-plugin": "2.11.0",
|
||||
"@medusajs/types": "2.11.0",
|
||||
"@medusajs/ui-preset": "2.11.0",
|
||||
"@medusajs/admin-shared": "2.11.1",
|
||||
"@medusajs/admin-vite-plugin": "2.11.1",
|
||||
"@medusajs/types": "2.11.1",
|
||||
"@medusajs/ui-preset": "2.11.1",
|
||||
"@types/node": "^20.11.15",
|
||||
"@types/react": "^18.2.79",
|
||||
"@types/react-dom": "^18.2.25",
|
||||
|
||||
Reference in New Issue
Block a user