Skip to content

Commit

Permalink
chore: Version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
olivermrbl committed Dec 10, 2024
1 parent 0c1bbba commit 0e342b4
Show file tree
Hide file tree
Showing 153 changed files with 589 additions and 349 deletions.
8 changes: 0 additions & 8 deletions .changeset/calm-needles-buy.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/clean-paws-build.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clever-experts-ring.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cuddly-students-travel.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/dry-cheetahs-wait.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/empty-snails-admire.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/empty-trees-walk.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/five-hairs-do.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-birds-draw.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-moles-camp.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-pants-remain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-turkeys-fetch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-peaches-sniff.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/honest-cars-knock.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/quick-items-march.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-coats-pull.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-waves-add.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-bugs-smell.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sour-cats-sort.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-carrots-itch.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/stale-eyes-float.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-cars-smash.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/yellow-penguins-pay.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/admin/admin-bundler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @medusajs/admin-bundler

## 2.1.1

### Patch Changes

- Updated dependencies [[`a1a1e0e789424546443ce195b95f652d081d7b3b`](https://github.com/medusajs/medusa/commit/a1a1e0e789424546443ce195b95f652d081d7b3b), [`16663ec8132e99bac7fbfe2adda542a5294d2384`](https://github.com/medusajs/medusa/commit/16663ec8132e99bac7fbfe2adda542a5294d2384), [`7e04091b492c1680fdf5321f512e43b90ba09e12`](https://github.com/medusajs/medusa/commit/7e04091b492c1680fdf5321f512e43b90ba09e12), [`559fc6587aa02cd4f8fbc9e97ff1f1ba094a4b1a`](https://github.com/medusajs/medusa/commit/559fc6587aa02cd4f8fbc9e97ff1f1ba094a4b1a), [`c9a66b19afcfcc626f9e2e4531771dc36f66a65e`](https://github.com/medusajs/medusa/commit/c9a66b19afcfcc626f9e2e4531771dc36f66a65e), [`de811879299b2acdb069a195979ac116b890b406`](https://github.com/medusajs/medusa/commit/de811879299b2acdb069a195979ac116b890b406), [`2b455b15a65030492b188a8d510ab72748e6c0ee`](https://github.com/medusajs/medusa/commit/2b455b15a65030492b188a8d510ab72748e6c0ee), [`864f53011b892e1ed0abee2e241b662eccef7e6d`](https://github.com/medusajs/medusa/commit/864f53011b892e1ed0abee2e241b662eccef7e6d)]:
- @medusajs/dashboard@2.1.1
- @medusajs/admin-shared@2.1.1
- @medusajs/admin-vite-plugin@2.1.1

## 2.1.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.1.0",
"version": "2.1.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.1.0",
"@medusajs/types": "^2.1.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.1.0",
"@medusajs/admin-vite-plugin": "2.1.0",
"@medusajs/dashboard": "2.1.0",
"@medusajs/admin-shared": "2.1.1",
"@medusajs/admin-vite-plugin": "2.1.1",
"@medusajs/dashboard": "2.1.1",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.16",
"compression": "^1.7.4",
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.1.1

### Patch Changes

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

## 2.1.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.1.0",
"version": "2.1.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.1.0"
"@medusajs/admin-shared": "^2.1.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.1.1

## 2.1.0

## 2.0.7
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.1.0",
"version": "2.1.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.1.1

### Patch Changes

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

## 2.1.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.1.0",
"version": "2.1.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.1.0",
"@medusajs/admin-shared": "2.1.1",
"chokidar": "3.5.3",
"fdir": "6.1.1",
"magic-string": "0.30.5",
Expand Down
26 changes: 26 additions & 0 deletions packages/admin/dashboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# @medusajs/dashboard

## 2.1.1

### Patch Changes

- [#10386](https://github.com/medusajs/medusa/pull/10386) [`a1a1e0e789424546443ce195b95f652d081d7b3b`](https://github.com/medusajs/medusa/commit/a1a1e0e789424546443ce195b95f652d081d7b3b) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - feat(dashboard,types): Add UI to manage conditional SO prices

- [#10449](https://github.com/medusajs/medusa/pull/10449) [`16663ec8132e99bac7fbfe2adda542a5294d2384`](https://github.com/medusajs/medusa/commit/16663ec8132e99bac7fbfe2adda542a5294d2384) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(dashboard,types): Add missing Metadata form for Region domain and fix types

- [#10473](https://github.com/medusajs/medusa/pull/10473) [`7e04091b492c1680fdf5321f512e43b90ba09e12`](https://github.com/medusajs/medusa/commit/7e04091b492c1680fdf5321f512e43b90ba09e12) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(dashboard): Prevent sending off empty string as handle for product category

- [#10193](https://github.com/medusajs/medusa/pull/10193) [`559fc6587aa02cd4f8fbc9e97ff1f1ba094a4b1a`](https://github.com/medusajs/medusa/commit/559fc6587aa02cd4f8fbc9e97ff1f1ba094a4b1a) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(): Deleted default sales channel should be prevented

- [#10481](https://github.com/medusajs/medusa/pull/10481) [`c9a66b19afcfcc626f9e2e4531771dc36f66a65e`](https://github.com/medusajs/medusa/commit/c9a66b19afcfcc626f9e2e4531771dc36f66a65e) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(dashboard,ui): Bring ConditionBlock in line with design

- [#10523](https://github.com/medusajs/medusa/pull/10523) [`de811879299b2acdb069a195979ac116b890b406`](https://github.com/medusajs/medusa/commit/de811879299b2acdb069a195979ac116b890b406) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(dashboard): Add FE validation for conditional prices

- [#10454](https://github.com/medusajs/medusa/pull/10454) [`2b455b15a65030492b188a8d510ab72748e6c0ee`](https://github.com/medusajs/medusa/commit/2b455b15a65030492b188a8d510ab72748e6c0ee) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(dashboard): Cleanup unsafe accesses to possibly undefined values in order timeline

- [#10457](https://github.com/medusajs/medusa/pull/10457) [`864f53011b892e1ed0abee2e241b662eccef7e6d`](https://github.com/medusajs/medusa/commit/864f53011b892e1ed0abee2e241b662eccef7e6d) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(dashboard,types): Fix TS errors

- Updated dependencies [[`c9a66b19afcfcc626f9e2e4531771dc36f66a65e`](https://github.com/medusajs/medusa/commit/c9a66b19afcfcc626f9e2e4531771dc36f66a65e)]:
- @medusajs/ui@4.0.2
- @medusajs/admin-shared@2.1.1
- @medusajs/js-sdk@2.1.1
- @medusajs/icons@2.1.1

## 2.1.0

### Patch Changes
Expand Down
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": "2.1.0",
"version": "2.1.1",
"scripts": {
"generate:static": "node ./scripts/generate-currencies.js && prettier --write ./src/lib/currencies.ts",
"dev": "vite",
Expand Down Expand Up @@ -45,10 +45,10 @@
"@dnd-kit/sortable": "^8.0.0",
"@hookform/error-message": "^2.0.1",
"@hookform/resolvers": "3.4.2",
"@medusajs/admin-shared": "2.1.0",
"@medusajs/icons": "2.1.0",
"@medusajs/js-sdk": "2.1.0",
"@medusajs/ui": "4.0.1",
"@medusajs/admin-shared": "2.1.1",
"@medusajs/icons": "2.1.1",
"@medusajs/js-sdk": "2.1.1",
"@medusajs/ui": "4.0.2",
"@radix-ui/react-collapsible": "1.1.0",
"@tanstack/react-query": "^5.28.14",
"@tanstack/react-table": "8.20.5",
Expand All @@ -75,10 +75,10 @@
"zod": "3.22.4"
},
"devDependencies": {
"@medusajs/admin-shared": "^2.1.0",
"@medusajs/admin-vite-plugin": "2.1.0",
"@medusajs/types": "2.1.0",
"@medusajs/ui-preset": "2.1.0",
"@medusajs/admin-shared": "^2.1.1",
"@medusajs/admin-vite-plugin": "2.1.1",
"@medusajs/types": "2.1.1",
"@medusajs/ui-preset": "2.1.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.1.1

### Patch Changes

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

## 2.1.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.1.0",
"version": "2.1.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.1.0",
"@medusajs/telemetry": "^2.1.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.1.1

### Patch Changes

- Updated dependencies [[`90ae187e097c42a224c701f31cbc2924ea6ee86b`](https://github.com/medusajs/medusa/commit/90ae187e097c42a224c701f31cbc2924ea6ee86b), [`0a077d48e14976bafcf19705fc48e66756362fd6`](https://github.com/medusajs/medusa/commit/0a077d48e14976bafcf19705fc48e66756362fd6), [`90d7f4ff3949ade9f6a7335c9611aae6633be908`](https://github.com/medusajs/medusa/commit/90d7f4ff3949ade9f6a7335c9611aae6633be908), [`f65a3cc06df9faca3615f30eb4d3bf889efa5765`](https://github.com/medusajs/medusa/commit/f65a3cc06df9faca3615f30eb4d3bf889efa5765), [`b160fd3cbf6edf06702fa15b694709375557d188`](https://github.com/medusajs/medusa/commit/b160fd3cbf6edf06702fa15b694709375557d188), [`0a16efa4266f93302b31589349e777bc8d24dc07`](https://github.com/medusajs/medusa/commit/0a16efa4266f93302b31589349e777bc8d24dc07), [`69f4c4f4e06022990fcd9c66d8f1a68ff0ff97b1`](https://github.com/medusajs/medusa/commit/69f4c4f4e06022990fcd9c66d8f1a68ff0ff97b1)]:
- @medusajs/utils@2.1.1
- @medusajs/telemetry@2.1.1

## 2.1.0

### Patch Changes
Expand Down
Loading

0 comments on commit 0e342b4

Please sign in to comment.