Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
olivermrbl committed Oct 22, 2024
1 parent c3418a2 commit 2fbebb6
Show file tree
Hide file tree
Showing 134 changed files with 1,309 additions and 590 deletions.
68 changes: 0 additions & 68 deletions .changeset/little-books-reply.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)]:
- @medusajs/core-flows@2.0.0
- @medusajs/test-utils@2.0.0
- @medusajs/modules-sdk@2.0.0
- @medusajs/utils@2.0.0
- @medusajs/medusa@2.0.0
- @medusajs/api-key@2.0.0
- @medusajs/auth@2.0.0
- @medusajs/cache-inmemory@2.0.0
- @medusajs/customer@2.0.0
- @medusajs/event-bus-local@2.0.0
- @medusajs/fulfillment@2.0.0
- @medusajs/inventory@2.0.0
- @medusajs/pricing@2.0.0
- @medusajs/product@2.0.0
- @medusajs/promotion@2.0.0
- @medusajs/fulfillment-manual@2.0.0
- @medusajs/region@2.0.0
- @medusajs/stock-location@2.0.0
- @medusajs/store@2.0.0
- @medusajs/tax@2.0.0
- @medusajs/user@2.0.0
- @medusajs/workflow-engine-inmemory@2.0.0
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
14 changes: 14 additions & 0 deletions packages/admin/admin-bundler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# @medusajs/admin-bundler

## 2.0.0

### Major 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

### Patch Changes

- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]:
- @medusajs/dashboard@2.0.0
- @medusajs/admin-shared@2.0.0
- @medusajs/admin-vite-plugin@2.0.0
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": "1.0.1",
"version": "2.0.0",
"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": "^2.0.0",
"@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": "1.0.1",
"@medusajs/admin-vite-plugin": "1.0.1",
"@medusajs/dashboard": "1.0.1",
"@medusajs/admin-shared": "2.0.0",
"@medusajs/admin-vite-plugin": "2.0.0",
"@medusajs/dashboard": "2.0.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.16",
"compression": "^1.7.4",
Expand Down
12 changes: 12 additions & 0 deletions packages/admin/admin-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @medusajs/admin-sdk

## 2.0.0

### Major 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

### Patch Changes

- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]:
- @medusajs/admin-shared@2.0.0
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": "1.0.1",
"version": "2.0.0",
"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": "^1.0.1"
"@medusajs/admin-shared": "^2.0.0"
},
"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

## 2.0.0

### Major 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": "1.0.1",
"version": "2.0.0",
"author": "Kasper Kristensen <[email protected]>",
"types": "dist/index.d.ts",
"main": "dist/index.js",
Expand Down
12 changes: 12 additions & 0 deletions packages/admin/admin-vite-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @medusajs/admin-vite-plugin

## 2.0.0

### Major 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

### Patch Changes

- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]:
- @medusajs/admin-shared@2.0.0
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": "1.0.1",
"version": "2.0.0",
"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": "1.0.1",
"@medusajs/admin-shared": "2.0.0",
"chokidar": "3.5.3",
"fdir": "6.1.1",
"magic-string": "0.30.5",
Expand Down
15 changes: 15 additions & 0 deletions packages/admin/dashboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# @medusajs/dashboard

## 2.0.0

### Major 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

### Patch Changes

- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]:
- @medusajs/icons@2.0.0
- @medusajs/ui@4.0.0
- @medusajs/js-sdk@2.0.0
- @medusajs/admin-shared@2.0.0
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": "1.0.1",
"version": "2.0.0",
"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": "1.0.1",
"@medusajs/icons": "1.2.1",
"@medusajs/js-sdk": "1.0.1",
"@medusajs/ui": "3.0.0",
"@medusajs/admin-shared": "2.0.0",
"@medusajs/icons": "2.0.0",
"@medusajs/js-sdk": "2.0.0",
"@medusajs/ui": "4.0.0",
"@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": "^1.0.1",
"@medusajs/admin-vite-plugin": "1.0.1",
"@medusajs/types": "1.11.16",
"@medusajs/ui-preset": "1.1.3",
"@medusajs/admin-shared": "^2.0.0",
"@medusajs/admin-vite-plugin": "2.0.0",
"@medusajs/types": "2.0.0",
"@medusajs/ui-preset": "2.0.0",
"@types/node": "^20.11.15",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
Expand Down
11 changes: 11 additions & 0 deletions packages/cli/create-medusa-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 2.0.0

### Major 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

### Patch Changes

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

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

## 2.0.0

### Major 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

### Patch Changes

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

## 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": "2.0.0",
"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": "^1.0.1",
"@medusajs/utils": "1.11.9",
"@medusajs/telemetry": "^2.0.0",
"@medusajs/utils": "2.0.0",
"@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

## 2.0.0

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

## 2.0.0

### Major 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

### Patch Changes

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

## 0.3.2

### Patch Changes
Expand Down
Loading

0 comments on commit 2fbebb6

Please sign in to comment.