chore: Version Packages (#6348)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-02-09 10:25:33 +01:00
committed by GitHub
parent 85a44dfd01
commit 580143cd53
19 changed files with 53 additions and 33 deletions

View File

@@ -1,5 +0,0 @@
---
"@medusajs/medusa-js": patch
---
feat(medusa-js): add axios adapter to config

View File

@@ -1,6 +0,0 @@
---
"@medusajs/ui-preset": patch
"@medusajs/ui": patch
---
fix(ui,ui-preset): Fixes an issue where the color styles of two code components was broken

View File

@@ -1,5 +0,0 @@
---
"medusa-react": patch
---
chore: Add missing changeset for medusa-react

View File

@@ -1,6 +0,0 @@
---
"@medusajs/types": patch
"@medusajs/utils": patch
---
feat(fulfillment): Initialize models work

View File

@@ -19,7 +19,7 @@
"typescript": "^5.3.3"
},
"dependencies": {
"@medusajs/ui-preset": "^1.1.1",
"@medusajs/ui-preset": "^1.1.2",
"@medusajs/vite-plugin-extension": "*",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.16",

View File

@@ -50,7 +50,7 @@
},
"dependencies": {
"@medusajs/modules-sdk": "^1.12.8",
"@medusajs/utils": "^1.11.5",
"@medusajs/utils": "^1.11.6",
"@mikro-orm/core": "5.9.7",
"@mikro-orm/migrations": "5.9.7",
"@mikro-orm/postgresql": "5.9.7",

View File

@@ -50,7 +50,7 @@
},
"dependencies": {
"@medusajs/modules-sdk": "^1.12.8",
"@medusajs/utils": "^1.11.5",
"@medusajs/utils": "^1.11.6",
"@mikro-orm/core": "5.9.7",
"@mikro-orm/migrations": "5.9.7",
"@mikro-orm/postgresql": "5.9.7",

View File

@@ -1,5 +1,11 @@
# @medusajs/ui-preset
## 1.1.2
### Patch Changes
- [#6357](https://github.com/medusajs/medusa/pull/6357) [`85a44dfd0`](https://github.com/medusajs/medusa/commit/85a44dfd017ab53b539bcfca04a32f1a0786a23c) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(ui,ui-preset): Fixes an issue where the color styles of two code components was broken
## 1.1.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/ui-preset",
"version": "1.1.1",
"version": "1.1.2",
"description": "Medusa UI preset",
"license": "MIT",
"repository": {

View File

@@ -1,5 +1,11 @@
# @medusajs/ui
## 2.4.1
### Patch Changes
- [#6357](https://github.com/medusajs/medusa/pull/6357) [`85a44dfd0`](https://github.com/medusajs/medusa/commit/85a44dfd017ab53b539bcfca04a32f1a0786a23c) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(ui,ui-preset): Fixes an issue where the color styles of two code components was broken
## 2.4.0
### Minor Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/ui",
"version": "2.4.0",
"version": "2.4.1",
"author": "Kasper Kristensen <kasper@medusajs.com>",
"license": "MIT",
"repository": {
@@ -42,7 +42,7 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@medusajs/ui-preset": "^1.1.1",
"@medusajs/ui-preset": "^1.1.2",
"@storybook/addon-essentials": "^7.0.23",
"@storybook/addon-interactions": "^7.0.23",
"@storybook/addon-links": "^7.0.23",

View File

@@ -1,5 +1,11 @@
# Change Log
## 6.1.7
### Patch Changes
- [`20cefa033`](https://github.com/medusajs/medusa/commit/20cefa0335384e3c37f593c9698651895765234e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - feat(medusa-js): add axios adapter to config
## 6.1.6
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa-js",
"version": "6.1.6",
"version": "6.1.7",
"description": "Client for Medusa Commerce Rest API",
"main": "dist/index.js",
"module": "dist/index.mjs",

View File

@@ -1,5 +1,14 @@
# Change Log
## 9.0.15
### Patch Changes
- [`ef64f3740`](https://github.com/medusajs/medusa/commit/ef64f3740d90a8b8565ed10d33e8e35a640cd1ae) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Add missing changeset for medusa-react
- Updated dependencies [[`20cefa033`](https://github.com/medusajs/medusa/commit/20cefa0335384e3c37f593c9698651895765234e)]:
- @medusajs/medusa-js@6.1.7
## 9.0.14
### Patch Changes

View File

@@ -1,5 +1,5 @@
{
"version": "9.0.14",
"version": "9.0.15",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.mjs",

View File

@@ -1,5 +1,11 @@
# @medusajs/types
## 1.11.13
### Patch Changes
- [#6328](https://github.com/medusajs/medusa/pull/6328) [`3fd68d197`](https://github.com/medusajs/medusa/commit/3fd68d1979828e3cde6e028e9e6ab0d0fadcb77b) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(fulfillment): Initialize models work
## 1.11.12
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/types",
"version": "1.11.12",
"version": "1.11.13",
"description": "Medusa Types definition",
"main": "dist/index.js",
"types": "dist/index.d.ts",

View File

@@ -1,5 +1,14 @@
# @medusajs/utils
## 1.11.6
### Patch Changes
- [#6328](https://github.com/medusajs/medusa/pull/6328) [`3fd68d197`](https://github.com/medusajs/medusa/commit/3fd68d1979828e3cde6e028e9e6ab0d0fadcb77b) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(fulfillment): Initialize models work
- Updated dependencies [[`3fd68d197`](https://github.com/medusajs/medusa/commit/3fd68d1979828e3cde6e028e9e6ab0d0fadcb77b)]:
- @medusajs/types@1.11.13
## 1.11.5
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/utils",
"version": "1.11.5",
"version": "1.11.6",
"description": "Medusa utilities functions shared by Medusa core and Modules",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -30,7 +30,7 @@
"typescript": "^5.1.6"
},
"dependencies": {
"@medusajs/types": "^1.11.12",
"@medusajs/types": "^1.11.13",
"@mikro-orm/core": "5.9.7",
"@mikro-orm/migrations": "5.9.7",
"@mikro-orm/postgresql": "5.9.7",