Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 29, 2025
1 parent 644c314 commit a6a4eb3
Show file tree
Hide file tree
Showing 135 changed files with 522 additions and 243 deletions.
6 changes: 0 additions & 6 deletions .changeset/nasty-parrots-push.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/nice-actors-juggle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-cheetahs-complain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-trainers-lie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-monkeys-sell.md

This file was deleted.

28 changes: 28 additions & 0 deletions integration-tests/http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# integration-tests-http

## 1.0.8

### Patch Changes

- Updated dependencies [[`716de2cb3ab5d504ec763fc322dc11b542b7e8ca`](https://github.com/medusajs/medusa/commit/716de2cb3ab5d504ec763fc322dc11b542b7e8ca), [`040b7b274ee602e31f2b0ffa16605d6f38285f3e`](https://github.com/medusajs/medusa/commit/040b7b274ee602e31f2b0ffa16605d6f38285f3e), [`c9821171866a5a66ce5b7f0b8a414de48dbcdc7e`](https://github.com/medusajs/medusa/commit/c9821171866a5a66ce5b7f0b8a414de48dbcdc7e)]:
- @medusajs/medusa@2.4.1
- @medusajs/utils@2.4.1
- @medusajs/core-flows@2.4.1
- @medusajs/modules-sdk@2.4.1
- @medusajs/test-utils@2.4.1
- @medusajs/api-key@2.4.1
- @medusajs/auth@2.4.1
- @medusajs/cache-inmemory@2.4.1
- @medusajs/customer@2.4.1
- @medusajs/event-bus-local@2.4.1
- @medusajs/fulfillment@2.4.1
- @medusajs/inventory@2.4.1
- @medusajs/pricing@2.4.1
- @medusajs/product@2.4.1
- @medusajs/promotion@2.4.1
- @medusajs/fulfillment-manual@2.4.1
- @medusajs/region@2.4.1
- @medusajs/stock-location@2.4.1
- @medusajs/store@2.4.1
- @medusajs/tax@2.4.1
- @medusajs/user@2.4.1
- @medusajs/workflow-engine-inmemory@2.4.1

## 1.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "integration-tests-http",
"version": "1.0.7",
"version": "1.0.8",
"main": "index.js",
"license": "MIT",
"private": true,
Expand Down
11 changes: 11 additions & 0 deletions packages/admin/admin-bundler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @medusajs/admin-bundler

## 2.4.1

### Patch Changes

- [#11172](https://github.com/medusajs/medusa/pull/11172) [`65d8d6dc0eae23c7c969664d0c2d127511cc0bd9`](https://github.com/medusajs/medusa/commit/65d8d6dc0eae23c7c969664d0c2d127511cc0bd9) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(js-sdk,admin-bundler): Import resolve from qs in a way that works in both ESM and CJS projects, and add @medusajs/js-sdk to optimized deps

- Updated dependencies []:
- @medusajs/dashboard@2.4.1
- @medusajs/admin-shared@2.4.1
- @medusajs/admin-vite-plugin@2.4.1

## 2.4.0

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/admin/admin-bundler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medusajs/admin-bundler",
"version": "2.4.0",
"version": "2.4.1",
"description": "Bundler for the Medusa admin dashboard.",
"author": "Kasper Kristensen <[email protected]>",
"scripts": {
Expand All @@ -18,17 +18,17 @@
"package.json"
],
"devDependencies": {
"@medusajs/types": "~2.4.0",
"@medusajs/types": "~2.4.1",
"@types/compression": "^1.7.5",
"copyfiles": "^2.4.1",
"express": "^4.21.0",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
},
"dependencies": {
"@medusajs/admin-shared": "2.4.0",
"@medusajs/admin-vite-plugin": "2.4.0",
"@medusajs/dashboard": "2.4.0",
"@medusajs/admin-shared": "2.4.1",
"@medusajs/admin-vite-plugin": "2.4.1",
"@medusajs/dashboard": "2.4.1",
"@rollup/plugin-node-resolve": "^16.0.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.16",
Expand Down
7 changes: 7 additions & 0 deletions packages/admin/admin-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @medusajs/admin-sdk

## 2.4.1

### Patch Changes

- Updated dependencies []:
- @medusajs/admin-shared@2.4.1

## 2.4.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/admin/admin-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@medusajs/admin-sdk",
"description": "SDK for building extension for the Medusa admin dashboard.",
"version": "2.4.0",
"version": "2.4.1",
"author": "Kasper Kristensen <[email protected]>",
"types": "dist/index.d.ts",
"main": "dist/index.js",
Expand All @@ -25,7 +25,7 @@
"zod": "^3.22"
},
"dependencies": {
"@medusajs/admin-shared": "~2.4.0"
"@medusajs/admin-shared": "~2.4.1"
},
"peerDependencies": {
"zod": "^3.22"
Expand Down
2 changes: 2 additions & 0 deletions packages/admin/admin-shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @medusajs/admin-shared

## 2.4.1

## 2.4.0

## 2.3.1
Expand Down
2 changes: 1 addition & 1 deletion packages/admin/admin-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@medusajs/admin-shared",
"description": "Shared code for Medusa admin packages.",
"version": "2.4.0",
"version": "2.4.1",
"author": "Kasper Kristensen <[email protected]>",
"types": "dist/index.d.ts",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/admin/admin-vite-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @medusajs/admin-vite-plugin

## 2.4.1

### Patch Changes

- Updated dependencies []:
- @medusajs/admin-shared@2.4.1

## 2.4.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/admin/admin-vite-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medusajs/admin-vite-plugin",
"version": "2.4.0",
"version": "2.4.1",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@babel/parser": "7.25.6",
"@babel/traverse": "7.25.6",
"@babel/types": "7.25.6",
"@medusajs/admin-shared": "2.4.0",
"@medusajs/admin-shared": "2.4.1",
"chokidar": "3.5.3",
"fdir": "6.1.1",
"magic-string": "0.30.5",
Expand Down
9 changes: 9 additions & 0 deletions packages/admin/dashboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @medusajs/dashboard

## 2.4.1

### Patch Changes

- Updated dependencies [[`65d8d6dc0eae23c7c969664d0c2d127511cc0bd9`](https://github.com/medusajs/medusa/commit/65d8d6dc0eae23c7c969664d0c2d127511cc0bd9)]:
- @medusajs/js-sdk@2.4.1
- @medusajs/admin-shared@2.4.1
- @medusajs/icons@2.4.1

## 2.4.0

### Minor Changes
Expand Down
16 changes: 8 additions & 8 deletions packages/admin/dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medusajs/dashboard",
"version": "2.4.0",
"version": "2.4.1",
"scripts": {
"generate:static": "node ./scripts/generate-currencies.js && prettier --write ./src/lib/currencies.ts",
"dev": "vite",
Expand Down Expand Up @@ -45,9 +45,9 @@
"@dnd-kit/sortable": "^8.0.0",
"@hookform/error-message": "^2.0.1",
"@hookform/resolvers": "3.4.2",
"@medusajs/admin-shared": "2.4.0",
"@medusajs/icons": "2.4.0",
"@medusajs/js-sdk": "2.4.0",
"@medusajs/admin-shared": "2.4.1",
"@medusajs/icons": "2.4.1",
"@medusajs/js-sdk": "2.4.1",
"@medusajs/ui": "4.0.4",
"@radix-ui/react-collapsible": "1.1.0",
"@tanstack/react-query": "5.64.2",
Expand Down Expand Up @@ -75,10 +75,10 @@
"zod": "3.22.4"
},
"devDependencies": {
"@medusajs/admin-shared": "~2.4.0",
"@medusajs/admin-vite-plugin": "2.4.0",
"@medusajs/types": "2.4.0",
"@medusajs/ui-preset": "2.4.0",
"@medusajs/admin-shared": "~2.4.1",
"@medusajs/admin-vite-plugin": "2.4.1",
"@medusajs/types": "2.4.1",
"@medusajs/ui-preset": "2.4.1",
"@types/node": "^20.11.15",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
Expand Down
7 changes: 7 additions & 0 deletions packages/cli/create-medusa-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 2.4.1

### Patch Changes

- Updated dependencies []:
- @medusajs/telemetry@2.4.1

## 2.4.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/create-medusa-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-medusa-app",
"version": "2.4.0",
"version": "2.4.1",
"description": "Create a Medusa project using a single command.",
"type": "module",
"exports": "./dist/index.js",
Expand All @@ -13,7 +13,7 @@
"watch": "tsc --watch"
},
"dependencies": {
"@medusajs/telemetry": "~2.4.0",
"@medusajs/telemetry": "~2.4.1",
"boxen": "^5",
"chalk": "^5.2.0",
"commander": "^10.0.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/medusa-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 2.4.1

### Patch Changes

- Updated dependencies [[`c9821171866a5a66ce5b7f0b8a414de48dbcdc7e`](https://github.com/medusajs/medusa/commit/c9821171866a5a66ce5b7f0b8a414de48dbcdc7e)]:
- @medusajs/utils@2.4.1
- @medusajs/telemetry@2.4.1

## 2.4.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/medusa-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medusajs/cli",
"version": "2.4.0",
"version": "2.4.1",
"description": "Command Line interface for Medusa Commerce",
"main": "dist/index.js",
"bin": {
Expand Down Expand Up @@ -46,8 +46,8 @@
"typescript": "^5.6.2"
},
"dependencies": {
"@medusajs/telemetry": "~2.4.0",
"@medusajs/utils": "2.4.0",
"@medusajs/telemetry": "~2.4.1",
"@medusajs/utils": "2.4.1",
"@types/express": "^4.17.17",
"chalk": "^4.0.0",
"configstore": "5.0.1",
Expand Down
2 changes: 2 additions & 0 deletions packages/cli/medusa-dev-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 2.4.1

## 2.4.0

## 2.3.1
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/medusa-dev-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "medusa-dev-cli",
"description": "CLI helpers for contributors working on Medusa",
"version": "2.4.0",
"version": "2.4.1",
"author": "Sebastian Rindom <[email protected]>",
"bin": {
"medusa-dev": "./dist/index.js"
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/oas/medusa-oas-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @medusajs/oas-cli

## 2.4.1

### Patch Changes

- Updated dependencies [[`716de2cb3ab5d504ec763fc322dc11b542b7e8ca`](https://github.com/medusajs/medusa/commit/716de2cb3ab5d504ec763fc322dc11b542b7e8ca), [`040b7b274ee602e31f2b0ffa16605d6f38285f3e`](https://github.com/medusajs/medusa/commit/040b7b274ee602e31f2b0ffa16605d6f38285f3e), [`c9821171866a5a66ce5b7f0b8a414de48dbcdc7e`](https://github.com/medusajs/medusa/commit/c9821171866a5a66ce5b7f0b8a414de48dbcdc7e)]:
- @medusajs/medusa@2.4.1
- @medusajs/utils@2.4.1

## 2.4.0

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/cli/oas/medusa-oas-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa-oas-cli",
"version": "2.4.0",
"version": "2.4.1",
"description": "OAS CLI",
"main": "dist/index.js",
"bin": {
Expand All @@ -21,7 +21,7 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/types": "~2.4.0",
"@medusajs/types": "~2.4.1",
"@types/js-yaml": "^4.0.9",
"jest": "^29.1.0",
"js-yaml": "^4.1.0",
Expand All @@ -35,8 +35,8 @@
"medusa-oas": "ts-node src/index.ts"
},
"dependencies": {
"@medusajs/medusa": "~2.4.0",
"@medusajs/utils": "~2.4.0",
"@medusajs/medusa": "~2.4.1",
"@medusajs/utils": "~2.4.1",
"@readme/json-schema-ref-parser": "^1.2.0",
"@readme/openapi-parser": "^2.4.0",
"@redocly/cli": "^1.7.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/cli/oas/oas-github-ci/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @medusajs/oas-github-ci

## 2.4.1

### Patch Changes

- Updated dependencies []:
- @medusajs/medusa-oas-cli@2.4.1

## 2.4.0

### Patch Changes
Expand Down
Loading

0 comments on commit a6a4eb3

Please sign in to comment.