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 Dec 14, 2023
1 parent c0ce969 commit 186c895
Show file tree
Hide file tree
Showing 48 changed files with 225 additions and 153 deletions.
6 changes: 0 additions & 6 deletions .changeset/angry-eels-guess.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/chilly-mayflies-melt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-apples-march.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/dull-apples-tease.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/early-monkeys-rush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/forty-dingos-roll.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/grumpy-bees-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-moles-check.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-swans-rule.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-comics-leave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-stingrays-shop.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tasty-ants-visit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-wombats-tan.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-parents-occur.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/unlucky-snails-drive.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/wet-hounds-retire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-crews-joke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-games-reflect.md

This file was deleted.

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

## 2.1.10

### Patch Changes

- [#5769](https://github.com/medusajs/medusa/pull/5769) [`f20d484b2`](https://github.com/medusajs/medusa/commit/f20d484b2381d07aac3e86d02f424f16b532c302) Thanks [@iweurman](https://github.com/iweurman)! - feat(admin): Add Korean language support

- [#5701](https://github.com/medusajs/medusa/pull/5701) [`6975eacb3`](https://github.com/medusajs/medusa/commit/6975eacb338874b976c14aae030c74362d57410c) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(medusa, medusa-cli): Improve add line item + cluster starting with medusa cli

- Updated dependencies [[`4e9d95454`](https://github.com/medusajs/medusa/commit/4e9d954549916ea260583a6b5e36f0c6c02d4d22), [`591ba2388`](https://github.com/medusajs/medusa/commit/591ba2388d9768f70ca2faf48d353e5a65e4e123)]:
- medusa-react@9.0.12
- @medusajs/ui@2.2.4

## 2.1.9

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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 <kasper@medusajs.com>",
"license": "MIT",
"version": "2.1.9",
"version": "2.1.10",
"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.3",
"@medusajs/ui": "^2.2.4",
"@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 @@ -70,7 +70,7 @@
"i18next-browser-languagedetector": "^7.0.1",
"i18next-http-backend": "^2.2.1",
"md5": "^2.3.0",
"medusa-react": "^9.0.11",
"medusa-react": "^9.0.12",
"mini-css-extract-plugin": "^2.7.6",
"moment": "^2.29.4",
"path-browserify": "^1.0.1",
Expand Down Expand Up @@ -117,8 +117,8 @@
},
"devDependencies": {
"@babel/types": "7.22.5",
"@medusajs/medusa": "^1.18.1",
"@medusajs/types": "^1.11.8",
"@medusajs/medusa": "^1.19.0",
"@medusajs/types": "^1.11.9",
"@types/pluralize": "^0.0.29",
"@types/react": "^18.2.0",
"@types/react-datepicker": "^4.10.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/admin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @medusajs/admin

## 7.1.9

### Patch Changes

- [#5769](https://github.com/medusajs/medusa/pull/5769) [`f20d484b2`](https://github.com/medusajs/medusa/commit/f20d484b2381d07aac3e86d02f424f16b532c302) Thanks [@iweurman](https://github.com/iweurman)! - feat(admin): Add Korean language support

- [#5723](https://github.com/medusajs/medusa/pull/5723) [`fd317f1a6`](https://github.com/medusajs/medusa/commit/fd317f1a6ba0952999e2de5c4e649376e6afab21) Thanks [@driver005](https://github.com/driver005)! - feat(medusa): add monorepo support command develop

- Updated dependencies [[`f20d484b2`](https://github.com/medusajs/medusa/commit/f20d484b2381d07aac3e86d02f424f16b532c302), [`6975eacb3`](https://github.com/medusajs/medusa/commit/6975eacb338874b976c14aae030c74362d57410c)]:
- @medusajs/admin-ui@2.1.10

## 7.1.8

### 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.8",
"version": "7.1.9",
"bin": {
"medusa-admin": "./bin/medusa-admin.js"
},
Expand All @@ -27,7 +27,7 @@
"directory": "packages/admin"
},
"dependencies": {
"@medusajs/admin-ui": "^2.1.9",
"@medusajs/admin-ui": "^2.1.10",
"@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.18.1",
"@medusajs/medusa": "^1.19.0",
"@types/express": "^4.17.13",
"typescript": "^4.9.3"
},
Expand Down
15 changes: 15 additions & 0 deletions packages/core-flows/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @medusajs/core-flows

## 0.0.3

### Patch Changes

- [#5752](https://github.com/medusajs/medusa/pull/5752) [`079f0da83`](https://github.com/medusajs/medusa/commit/079f0da83f482562bbb525807ee1a7e32993b4da) Thanks [@riqwan](https://github.com/riqwan)! - feat(core-flows,pricing,medusa,pricing,types,utils): Price List Prices can have their own rules

- [#5811](https://github.com/medusajs/medusa/pull/5811) [`07107f356`](https://github.com/medusajs/medusa/commit/07107f3565bc2c97e9b89818b390210454f0566d) Thanks [@riqwan](https://github.com/riqwan)! - feat(orchestration,core-flows,medusa): product import uses workflows

- [#5725](https://github.com/medusajs/medusa/pull/5725) [`85cda7ce3`](https://github.com/medusajs/medusa/commit/85cda7ce3754e2a8ecb207f29d462a9bcd442ade) Thanks [@adrien2p](https://github.com/adrien2p)! - slightly improve create cart workflow

- Updated dependencies [[`079f0da83`](https://github.com/medusajs/medusa/commit/079f0da83f482562bbb525807ee1a7e32993b4da), [`c4deeee48`](https://github.com/medusajs/medusa/commit/c4deeee481399f5371d773173e20dc149d502e20), [`07107f356`](https://github.com/medusajs/medusa/commit/07107f3565bc2c97e9b89818b390210454f0566d), [`8f25ed8a1`](https://github.com/medusajs/medusa/commit/8f25ed8a10fe23e9342dc3d03545546b4ad4d6da)]:
- @medusajs/utils@1.11.2
- @medusajs/modules-sdk@1.12.5
- @medusajs/orchestration@0.5.1

## 0.0.2

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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.2",
"version": "0.0.3",
"description": "Set of workflow definitions for Medusa",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -21,17 +21,17 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/types": "^1.11.8",
"@medusajs/types": "^1.11.9",
"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.4",
"@medusajs/orchestration": "^0.5.0",
"@medusajs/utils": "^1.11.1",
"@medusajs/modules-sdk": "^1.12.5",
"@medusajs/orchestration": "^0.5.1",
"@medusajs/utils": "^1.11.2",
"@medusajs/workflows-sdk": "^0.1.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.4

### Patch Changes

- [#5818](https://github.com/medusajs/medusa/pull/5818) [`591ba2388`](https://github.com/medusajs/medusa/commit/591ba2388d9768f70ca2faf48d353e5a65e4e123) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(ui): Bump 'class-variance-authority' to 'cva@beta' and update usage to new API. Also fix the naming of usePrompt types

## 2.2.3

### 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.3",
"version": "2.2.4",
"author": "Kasper Kristensen <kasper@medusajs.com>",
"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.5

### Patch Changes

- [#5755](https://github.com/medusajs/medusa/pull/5755) [`8f25ed8a1`](https://github.com/medusajs/medusa/commit/8f25ed8a10fe23e9342dc3d03545546b4ad4d6da) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(link-modules, pricing, product, utils): Should be able to set some custom database config even in shared mode

- Updated dependencies [[`079f0da83`](https://github.com/medusajs/medusa/commit/079f0da83f482562bbb525807ee1a7e32993b4da), [`c4deeee48`](https://github.com/medusajs/medusa/commit/c4deeee481399f5371d773173e20dc149d502e20), [`8f25ed8a1`](https://github.com/medusajs/medusa/commit/8f25ed8a10fe23e9342dc3d03545546b4ad4d6da)]:
- @medusajs/types@1.11.9
- @medusajs/utils@1.11.2
- @medusajs/modules-sdk@1.12.5

## 0.2.4

### 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.4",
"version": "0.2.5",
"description": "Medusa Default Link Modules Package and Definitions",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -39,9 +39,9 @@
"typescript": "^5.1.6"
},
"dependencies": {
"@medusajs/modules-sdk": "^1.12.4",
"@medusajs/types": "^1.11.8",
"@medusajs/utils": "^1.11.1",
"@medusajs/modules-sdk": "^1.12.5",
"@medusajs/types": "^1.11.9",
"@medusajs/utils": "^1.11.2",
"@mikro-orm/core": "5.7.12",
"@mikro-orm/postgresql": "5.7.12",
"awilix": "^8.0.0"
Expand Down
9 changes: 9 additions & 0 deletions packages/medusa-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 1.3.22

### Patch Changes

- [#5701](https://github.com/medusajs/medusa/pull/5701) [`6975eacb3`](https://github.com/medusajs/medusa/commit/6975eacb338874b976c14aae030c74362d57410c) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(medusa, medusa-cli): Improve add line item + cluster starting with medusa cli

- Updated dependencies [[`079f0da83`](https://github.com/medusajs/medusa/commit/079f0da83f482562bbb525807ee1a7e32993b4da), [`8f25ed8a1`](https://github.com/medusajs/medusa/commit/8f25ed8a10fe23e9342dc3d03545546b4ad4d6da)]:
- @medusajs/utils@1.11.2

## 1.3.21

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/medusa-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa-cli",
"version": "1.3.21",
"version": "1.3.22",
"description": "Command Line interface for Medusa Commerce",
"main": "dist/index.js",
"bin": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"typescript": "^4.9.5"
},
"dependencies": {
"@medusajs/utils": "^1.10.0",
"@medusajs/utils": "^1.11.2",
"axios": "^0.21.4",
"chalk": "^4.0.0",
"configstore": "5.0.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/medusa-payment-klarna/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.4.0

### Minor Changes

- [#4483](https://github.com/medusajs/medusa/pull/4483) [`5d0e9ac00`](https://github.com/medusajs/medusa/commit/5d0e9ac007ecd1a60a4d5b8736024d2627da0b6d) Thanks [@edinskeja](https://github.com/edinskeja)! - Add language support

## 1.3.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/medusa-payment-klarna/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "medusa-payment-klarna",
"version": "1.3.10",
"version": "1.4.0",
"description": "Klarna Payment provider for Medusa Commerce",
"main": "index.js",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/medusa-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 9.0.12

### Patch Changes

- [#5765](https://github.com/medusajs/medusa/pull/5765) [`4e9d95454`](https://github.com/medusajs/medusa/commit/4e9d954549916ea260583a6b5e36f0c6c02d4d22) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(medusa-react): Allow setting maxRetries on MedusaProvider

## 9.0.11

### Patch Changes
Expand Down
Loading

0 comments on commit 186c895

Please sign in to comment.