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 Oct 22, 2024
1 parent 3c0f0e2 commit b93ab0c
Show file tree
Hide file tree
Showing 134 changed files with 937 additions and 336 deletions.
67 changes: 0 additions & 67 deletions .changeset/little-books-reply.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tiny-coins-approve.md

This file was deleted.

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

## 1.0.1

### Patch Changes

- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e), [`e9a06f4b4dab91b0f1046324795b4ed35e4e295f`](https://github.com/medusajs/medusa/commit/e9a06f4b4dab91b0f1046324795b4ed35e4e295f)]:
- @medusajs/core-flows@0.0.10
- @medusajs/test-utils@1.1.45
- @medusajs/modules-sdk@1.12.12
- @medusajs/utils@1.11.10
- @medusajs/medusa@1.20.6
- @medusajs/api-key@0.1.3
- @medusajs/auth@0.0.4
- @medusajs/cache-inmemory@1.8.11
- @medusajs/customer@0.0.4
- @medusajs/event-bus-local@1.9.9
- @medusajs/fulfillment@0.1.3
- @medusajs/inventory@0.0.4
- @medusajs/pricing@0.1.13
- @medusajs/product@0.3.13
- @medusajs/promotion@0.0.5
- @medusajs/fulfillment-manual@0.0.3
- @medusajs/region@0.1.2
- @medusajs/stock-location@0.0.4
- @medusajs/store@0.1.2
- @medusajs/tax@0.1.2
- @medusajs/user@0.0.4
- @medusajs/workflow-engine-inmemory@0.0.5
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.0",
"version": "1.0.1",
"main": "index.js",
"license": "MIT",
"private": true,
Expand Down
12 changes: 12 additions & 0 deletions packages/admin/admin-bundler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @medusajs/admin-bundler

## 0.0.2

### Patch Changes

- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0

- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]:
- @medusajs/dashboard@0.0.2
- @medusajs/admin-shared@0.0.2
- @medusajs/admin-vite-plugin@0.0.2
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": "0.0.1",
"version": "0.0.2",
"description": "Bundler for the Medusa admin dashboard.",
"author": "Kasper Kristensen <[email protected]>",
"scripts": {
Expand All @@ -18,17 +18,17 @@
"package.json"
],
"devDependencies": {
"@medusajs/types": "^1.11.16",
"@medusajs/types": "^1.11.17",
"@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": "0.0.1",
"@medusajs/admin-vite-plugin": "0.0.1",
"@medusajs/dashboard": "0.0.1",
"@medusajs/admin-shared": "0.0.2",
"@medusajs/admin-vite-plugin": "0.0.2",
"@medusajs/dashboard": "0.0.2",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.16",
"compression": "^1.7.4",
Expand Down
10 changes: 10 additions & 0 deletions packages/admin/admin-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @medusajs/admin-sdk

## 0.0.2

### Patch Changes

- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0

- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]:
- @medusajs/admin-shared@0.0.2
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": "0.0.1",
"version": "0.0.2",
"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": "^0.0.1"
"@medusajs/admin-shared": "^0.0.2"
},
"peerDependencies": {
"zod": "^3.22"
Expand Down
7 changes: 7 additions & 0 deletions packages/admin/admin-shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @medusajs/admin-shared

## 0.0.2

### Patch Changes

- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0
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": "0.0.1",
"version": "0.0.2",
"author": "Kasper Kristensen <[email protected]>",
"types": "dist/index.d.ts",
"main": "dist/index.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/admin/admin-vite-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @medusajs/admin-vite-plugin

## 0.0.2

### Patch Changes

- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0

- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]:
- @medusajs/admin-shared@0.0.2
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": "0.0.1",
"version": "0.0.2",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -40,7 +40,7 @@
"dependencies": {
"@babel/parser": "7.25.6",
"@babel/traverse": "7.25.6",
"@medusajs/admin-shared": "0.0.1",
"@medusajs/admin-shared": "0.0.2",
"chokidar": "3.5.3",
"fdir": "6.1.1",
"magic-string": "0.30.5",
Expand Down
13 changes: 13 additions & 0 deletions packages/admin/dashboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# @medusajs/dashboard

## 0.0.2

### Patch Changes

- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0

- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]:
- @medusajs/icons@1.2.2
- @medusajs/ui@3.0.1
- @medusajs/js-sdk@0.0.2
- @medusajs/admin-shared@0.0.2
18 changes: 9 additions & 9 deletions packages/admin/dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medusajs/dashboard",
"version": "0.0.1",
"version": "0.0.2",
"scripts": {
"generate:static": "node ./scripts/generate-currencies.js && prettier --write ./src/lib/currencies.ts",
"dev": "vite",
Expand Down Expand Up @@ -42,10 +42,10 @@
"@dnd-kit/sortable": "^8.0.0",
"@hookform/error-message": "^2.0.1",
"@hookform/resolvers": "3.4.2",
"@medusajs/admin-shared": "0.0.1",
"@medusajs/icons": "1.2.1",
"@medusajs/js-sdk": "0.0.1",
"@medusajs/ui": "3.0.0",
"@medusajs/admin-shared": "0.0.2",
"@medusajs/icons": "1.2.2",
"@medusajs/js-sdk": "0.0.2",
"@medusajs/ui": "3.0.1",
"@radix-ui/react-collapsible": "1.1.0",
"@tanstack/react-query": "^5.28.14",
"@tanstack/react-table": "8.20.5",
Expand All @@ -72,10 +72,10 @@
"zod": "3.22.4"
},
"devDependencies": {
"@medusajs/admin-shared": "^0.0.1",
"@medusajs/admin-vite-plugin": "0.0.1",
"@medusajs/types": "1.11.16",
"@medusajs/ui-preset": "1.1.3",
"@medusajs/admin-shared": "^0.0.2",
"@medusajs/admin-vite-plugin": "0.0.2",
"@medusajs/types": "1.11.17",
"@medusajs/ui-preset": "1.1.4",
"@types/node": "^20.11.15",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
Expand Down
9 changes: 9 additions & 0 deletions packages/cli/create-medusa-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 1.2.9

### Patch Changes

- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0

- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]:
- @medusajs/telemetry@0.0.18

## 1.2.8

### 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": "1.2.8",
"version": "1.2.9",
"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": "^0.0.17",
"@medusajs/telemetry": "^0.0.18",
"boxen": "^5",
"chalk": "^5.2.0",
"commander": "^10.0.1",
Expand Down
10 changes: 10 additions & 0 deletions packages/cli/medusa-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 1.3.23

### Patch Changes

- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0

- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]:
- @medusajs/utils@1.11.10
- @medusajs/telemetry@0.0.18

## 1.3.22

### Patch 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": "1.3.22",
"version": "1.3.23",
"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": "^0.0.17",
"@medusajs/utils": "1.11.9",
"@medusajs/telemetry": "^0.0.18",
"@medusajs/utils": "1.11.10",
"@types/express": "^4.17.17",
"chalk": "^4.0.0",
"configstore": "5.0.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/cli/medusa-dev-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.0.33

### Patch Changes

- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0

## 0.0.32

### Patch Changes
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": "0.0.32",
"version": "0.0.33",
"author": "Sebastian Rindom <[email protected]>",
"bin": {
"medusa-dev": "./dist/index.js"
Expand Down
10 changes: 10 additions & 0 deletions packages/cli/oas/medusa-oas-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @medusajs/oas-cli

## 0.3.3

### Patch Changes

- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0

- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]:
- @medusajs/utils@1.11.10
- @medusajs/medusa@1.20.6

## 0.3.2

### Patch Changes
Expand Down
Loading

0 comments on commit b93ab0c

Please sign in to comment.