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 Nov 27, 2023
1 parent aa6c4cb commit 12fdb2b
Show file tree
Hide file tree
Showing 43 changed files with 232 additions and 154 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-eagles-tan.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/angry-ghosts-taste.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/beige-zebras-explain.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/breezy-readers-shout.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/fresh-birds-serve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-dodos-fix.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/khaki-eyes-fetch.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/kind-dolphins-speak.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-poems-join.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nervous-countries-smell.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/olive-penguins-cross.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-ears-eat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-apes-own.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/weak-bees-wash.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/wet-crews-sneeze.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-waves-rhyme.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/young-items-drop.md

This file was deleted.

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

## 2.1.9

### Patch Changes

- [#5710](https://github.com/medusajs/medusa/pull/5710) [`07934cdaa`](https://github.com/medusajs/medusa/commit/07934cdaac2f3b49a935e9701ffa7d5cf1381847) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(admin-ui): Ensure that the prices step is disabled until at least one product is selected in PriceList forms

- [#5707](https://github.com/medusajs/medusa/pull/5707) [`f4c489fb8`](https://github.com/medusajs/medusa/commit/f4c489fb85aaee605b60c527817f62cfdb2f3140) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(admin-ui): Fix an issue where if product.categories was null the details page would crash

- [#5676](https://github.com/medusajs/medusa/pull/5676) [`02ea9ac3a`](https://github.com/medusajs/medusa/commit/02ea9ac3ac87f1091c6f21c689ccfc55080b17cc) Thanks [@pKorsholm](https://github.com/pKorsholm)! - fix(admin-ui): delete edit variant prices in favor of bulk editor

- Updated dependencies [[`b25b29fe7`](https://github.com/medusajs/medusa/commit/b25b29fe7ba3bc9fca8da7a6b10461437a3e4d2d)]:
- @medusajs/ui@2.2.3

## 2.1.8

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/admin-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@medusajs/admin-ui",
"author": "Kasper Kristensen <[email protected]>",
"license": "MIT",
"version": "2.1.8",
"version": "2.1.9",
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa.git",
Expand Down Expand Up @@ -37,7 +37,7 @@
"@hookform/error-message": "^2.0.1",
"@hookform/resolvers": "^3.3.1",
"@medusajs/icons": "^1.1.0",
"@medusajs/ui": "^2.2.2",
"@medusajs/ui": "^2.2.3",
"@medusajs/ui-preset": "^1.0.2",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@radix-ui/react-accordion": "^1.0.1",
Expand Down Expand Up @@ -117,8 +117,8 @@
},
"devDependencies": {
"@babel/types": "7.22.5",
"@medusajs/medusa": "^1.18.0",
"@medusajs/types": "^1.11.7",
"@medusajs/medusa": "^1.18.1",
"@medusajs/types": "^1.11.8",
"@types/pluralize": "^0.0.29",
"@types/react": "^18.2.0",
"@types/react-datepicker": "^4.10.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/admin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @medusajs/admin

## 7.1.8

### Patch Changes

- [#5676](https://github.com/medusajs/medusa/pull/5676) [`02ea9ac3a`](https://github.com/medusajs/medusa/commit/02ea9ac3ac87f1091c6f21c689ccfc55080b17cc) Thanks [@pKorsholm](https://github.com/pKorsholm)! - fix(admin-ui): delete edit variant prices in favor of bulk editor

- Updated dependencies [[`07934cdaa`](https://github.com/medusajs/medusa/commit/07934cdaac2f3b49a935e9701ffa7d5cf1381847), [`f4c489fb8`](https://github.com/medusajs/medusa/commit/f4c489fb85aaee605b60c527817f62cfdb2f3140), [`02ea9ac3a`](https://github.com/medusajs/medusa/commit/02ea9ac3ac87f1091c6f21c689ccfc55080b17cc)]:
- @medusajs/admin-ui@2.1.9

## 7.1.7

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medusajs/admin",
"version": "7.1.7",
"version": "7.1.8",
"bin": {
"medusa-admin": "./bin/medusa-admin.js"
},
Expand All @@ -27,7 +27,7 @@
"directory": "packages/admin"
},
"dependencies": {
"@medusajs/admin-ui": "^2.1.7",
"@medusajs/admin-ui": "^2.1.9",
"@rollup/plugin-alias": "5.0.0",
"@rollup/plugin-commonjs": "24.1.0",
"@rollup/plugin-json": "6.0.0",
Expand All @@ -49,7 +49,7 @@
"@medusajs/medusa": "^1.14.0"
},
"devDependencies": {
"@medusajs/medusa": "^1.17.4",
"@medusajs/medusa": "^1.18.1",
"@types/express": "^4.17.13",
"typescript": "^4.9.3"
},
Expand Down
12 changes: 12 additions & 0 deletions packages/core-flows/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
# @medusajs/core-flows

## 0.0.2

### Patch Changes

- [#5705](https://github.com/medusajs/medusa/pull/5705) [`ddbeed4ea`](https://github.com/medusajs/medusa/commit/ddbeed4ea67d67a7aef04eb3135087551a7e9b37) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(workflows, core-flows, ...): Split workflows tooling and definitions

- Updated dependencies [[`1e39a95f8`](https://github.com/medusajs/medusa/commit/1e39a95f8a136427d04ea20cd320337af0923e31), [`a39ce125c`](https://github.com/medusajs/medusa/commit/a39ce125cc96f14732d5a6301313d2376484fa23), [`ddbeed4ea`](https://github.com/medusajs/medusa/commit/ddbeed4ea67d67a7aef04eb3135087551a7e9b37), [`ffb0c7b4c`](https://github.com/medusajs/medusa/commit/ffb0c7b4cdbc83b61f70c881001a69de6ec8ae99), [`010560fd2`](https://github.com/medusajs/medusa/commit/010560fd2a4c12eb7a551919df33e58e7cbe920f), [`9f9db3969`](https://github.com/medusajs/medusa/commit/9f9db396987776039ad0c2b8d5792d0ebdbf8792), [`dc5750dd6`](https://github.com/medusajs/medusa/commit/dc5750dd665a91d35c0246ba83c7f90ec74907f4)]:
- @medusajs/workflows-sdk@0.2.0
- @medusajs/orchestration@0.5.0
- @medusajs/utils@1.11.1
- @medusajs/modules-sdk@1.12.4
12 changes: 6 additions & 6 deletions packages/core-flows/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medusajs/core-flows",
"version": "0.0.1",
"version": "0.0.2",
"description": "Set of workflow definitions for Medusa",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -18,18 +18,18 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/types": "^1.11.7",
"@medusajs/types": "^1.11.8",
"cross-env": "^5.2.1",
"jest": "^29.6.3",
"rimraf": "^5.0.1",
"ts-jest": "^29.1.1",
"typescript": "^5.1.6"
},
"dependencies": {
"@medusajs/modules-sdk": "^1.12.3",
"@medusajs/orchestration": "^0.4.4",
"@medusajs/utils": "^1.11.0",
"@medusajs/workflows-sdk": "^0.1.0",
"@medusajs/modules-sdk": "^1.12.4",
"@medusajs/orchestration": "^0.5.0",
"@medusajs/utils": "^1.11.1",
"@medusajs/workflows-sdk": "^0.2.0",
"awilix": "^8.0.1",
"ulid": "^2.3.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/design-system/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @medusajs/ui

## 2.2.3

### Patch Changes

- [#5692](https://github.com/medusajs/medusa/pull/5692) [`b25b29fe7`](https://github.com/medusajs/medusa/commit/b25b29fe7ba3bc9fca8da7a6b10461437a3e4d2d) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(ui): Update the styling of CodeBlock

## 2.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/design-system/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medusajs/ui",
"version": "2.2.2",
"version": "2.2.3",
"author": "Kasper Kristensen <[email protected]>",
"license": "MIT",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/link-modules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @medusajs/link-modules

## 0.2.4

### Patch Changes

- [#5607](https://github.com/medusajs/medusa/pull/5607) [`9f9db3969`](https://github.com/medusajs/medusa/commit/9f9db396987776039ad0c2b8d5792d0ebdbf8792) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - Workflows composer api

- Updated dependencies [[`a39ce125c`](https://github.com/medusajs/medusa/commit/a39ce125cc96f14732d5a6301313d2376484fa23), [`6025c702f`](https://github.com/medusajs/medusa/commit/6025c702f37d43e18af32bd716f33410d95efd19), [`fc1ef29ed`](https://github.com/medusajs/medusa/commit/fc1ef29ed935e192f0943a2bf4b8fbb05ce6890d), [`0df1c7d42`](https://github.com/medusajs/medusa/commit/0df1c7d4273545bc717555611b9294a5c222e5ae), [`dc5750dd6`](https://github.com/medusajs/medusa/commit/dc5750dd665a91d35c0246ba83c7f90ec74907f4)]:
- @medusajs/types@1.11.8
- @medusajs/utils@1.11.1
- @medusajs/modules-sdk@1.12.4

## 0.2.3

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/link-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medusajs/link-modules",
"version": "0.2.3",
"version": "0.2.4",
"description": "Medusa Default Link Modules Package and Definitions",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -36,9 +36,9 @@
"typescript": "^5.1.6"
},
"dependencies": {
"@medusajs/modules-sdk": "^1.12.3",
"@medusajs/types": "^1.11.6",
"@medusajs/utils": "^1.10.5",
"@medusajs/modules-sdk": "^1.12.4",
"@medusajs/types": "^1.11.8",
"@medusajs/utils": "^1.11.1",
"@mikro-orm/core": "5.7.12",
"@mikro-orm/postgresql": "5.7.12",
"awilix": "^8.0.0"
Expand Down
28 changes: 28 additions & 0 deletions packages/medusa/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Change Log

## 1.18.1

### Patch Changes

- [#5685](https://github.com/medusajs/medusa/pull/5685) [`1e39a95f8`](https://github.com/medusajs/medusa/commit/1e39a95f8a136427d04ea20cd320337af0923e31) Thanks [@riqwan](https://github.com/riqwan)! - fix(workflows, pricing, medusa): update region variants fix + pricing module migration scripts

- [#5703](https://github.com/medusajs/medusa/pull/5703) [`22bea2724`](https://github.com/medusajs/medusa/commit/22bea2724d48f7635f96b7c229c3084dee70b37a) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(medusa): Exclude subscribers correctly on Windows

- [#5705](https://github.com/medusajs/medusa/pull/5705) [`ddbeed4ea`](https://github.com/medusajs/medusa/commit/ddbeed4ea67d67a7aef04eb3135087551a7e9b37) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(workflows, core-flows, ...): Split workflows tooling and definitions

- [#5708](https://github.com/medusajs/medusa/pull/5708) [`712c4496c`](https://github.com/medusajs/medusa/commit/712c4496ce3cbf00e3ae4f1e9e1f94ffbe8a53bd) Thanks [@pKorsholm](https://github.com/pKorsholm)! - fix(medusa): update default admin query with product categories

- [#5715](https://github.com/medusajs/medusa/pull/5715) [`aa6c4cbac`](https://github.com/medusajs/medusa/commit/aa6c4cbac5a67edff7bdeb9d406ac63ea2463249) Thanks [@pKorsholm](https://github.com/pKorsholm)! - fix(medusa): alwyas add price_list_id and price_list to money_amounts when listing for pricing module

- [#5711](https://github.com/medusajs/medusa/pull/5711) [`fc1ef29ed`](https://github.com/medusajs/medusa/commit/fc1ef29ed935e192f0943a2bf4b8fbb05ce6890d) Thanks [@riqwan](https://github.com/riqwan)! - fix(medusa,pricing,types): rules only gets updated/deleted upon passing an explicit object

- [#5607](https://github.com/medusajs/medusa/pull/5607) [`9f9db3969`](https://github.com/medusajs/medusa/commit/9f9db396987776039ad0c2b8d5792d0ebdbf8792) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - Workflows composer api

- [#5536](https://github.com/medusajs/medusa/pull/5536) [`dc5750dd6`](https://github.com/medusajs/medusa/commit/dc5750dd665a91d35c0246ba83c7f90ec74907f4) Thanks [@pKorsholm](https://github.com/pKorsholm)! - feat(medusa,types,workflows,utils,product,pricing): PricingModule Integration of PriceLists into Core

- Updated dependencies [[`1e39a95f8`](https://github.com/medusajs/medusa/commit/1e39a95f8a136427d04ea20cd320337af0923e31), [`a39ce125c`](https://github.com/medusajs/medusa/commit/a39ce125cc96f14732d5a6301313d2376484fa23), [`ddbeed4ea`](https://github.com/medusajs/medusa/commit/ddbeed4ea67d67a7aef04eb3135087551a7e9b37), [`ffb0c7b4c`](https://github.com/medusajs/medusa/commit/ffb0c7b4cdbc83b61f70c881001a69de6ec8ae99), [`010560fd2`](https://github.com/medusajs/medusa/commit/010560fd2a4c12eb7a551919df33e58e7cbe920f), [`9f9db3969`](https://github.com/medusajs/medusa/commit/9f9db396987776039ad0c2b8d5792d0ebdbf8792), [`dc5750dd6`](https://github.com/medusajs/medusa/commit/dc5750dd665a91d35c0246ba83c7f90ec74907f4)]:
- @medusajs/workflows-sdk@0.2.0
- @medusajs/core-flows@0.0.2
- @medusajs/orchestration@0.5.0
- @medusajs/link-modules@0.2.4
- @medusajs/utils@1.11.1
- @medusajs/modules-sdk@1.12.4

## 1.18.0

### Minor Changes
Expand Down
16 changes: 8 additions & 8 deletions packages/medusa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa",
"version": "1.18.0",
"version": "1.18.1",
"description": "Building blocks for digital commerce",
"main": "dist/index.js",
"bin": "./cli.js",
Expand All @@ -19,7 +19,7 @@
"author": "Sebastian Rindom",
"license": "MIT",
"devDependencies": {
"@medusajs/types": "^1.11.7",
"@medusajs/types": "^1.11.8",
"@types/express": "^4.17.17",
"@types/ioredis": "^4.28.10",
"@types/jsonwebtoken": "^8.5.9",
Expand Down Expand Up @@ -47,13 +47,13 @@
"typeorm": "^0.3.16"
},
"dependencies": {
"@medusajs/core-flows": "^0.0.1",
"@medusajs/link-modules": "^0.2.3",
"@medusajs/core-flows": "^0.0.2",
"@medusajs/link-modules": "^0.2.4",
"@medusajs/medusa-cli": "^1.3.21",
"@medusajs/modules-sdk": "^1.12.3",
"@medusajs/orchestration": "^0.4.4",
"@medusajs/utils": "^1.11.0",
"@medusajs/workflows-sdk": "^0.1.0",
"@medusajs/modules-sdk": "^1.12.4",
"@medusajs/orchestration": "^0.5.0",
"@medusajs/utils": "^1.11.1",
"@medusajs/workflows-sdk": "^0.2.0",
"awilix": "^8.0.0",
"body-parser": "^1.19.0",
"boxen": "^5.0.1",
Expand Down
Loading

0 comments on commit 12fdb2b

Please sign in to comment.