Skip to content

Commit

Permalink
chore: Version Packages (#5171)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 29, 2023
1 parent 8cf92ce commit dab8a82
Show file tree
Hide file tree
Showing 53 changed files with 207 additions and 149 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-bottles-ring.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/brave-tools-tap.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fluffy-donkeys-hope.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/funny-radios-juggle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-guests-brush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-buttons-exercise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-spies-double.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-foxes-kiss.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/moody-cycles-explain.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/moody-poems-carry.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/polite-kangaroos-rhyme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-dryers-prove.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-pillows-act.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-pets-type.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/short-wolves-breathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-peaches-doubt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-pears-walk.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/twelve-lamps-search.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/wicked-drinks-think.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.3

### Patch Changes

- [#5176](https://github.com/medusajs/medusa/pull/5176) [`25dad081b`](https://github.com/medusajs/medusa/commit/25dad081b7f99b5398d0d64eba50ebcb08e1138f) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - Fix portuguese transalations

- [#5140](https://github.com/medusajs/medusa/pull/5140) [`f88e3865a`](https://github.com/medusajs/medusa/commit/f88e3865a07eafe476c8d7295d806674de478c19) Thanks [@PeterAbdalla](https://github.com/PeterAbdalla)! - feat(admin-ui): Add Arabic translations

- [#5173](https://github.com/medusajs/medusa/pull/5173) [`adb6fb3f7`](https://github.com/medusajs/medusa/commit/adb6fb3f7d2bce941395516cd61bcfae2908a74f) Thanks [@olivermrbl](https://github.com/olivermrbl)! - fix(admin-ui): Allow nullish values in update variant

- Updated dependencies [[`a9972d7d6`](https://github.com/medusajs/medusa/commit/a9972d7d6fa5c9698318a55173440f635ebf0a11)]:
- medusa-react@9.0.6

## 2.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.2",
"version": "2.1.3",
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa.git",
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.3

### Patch Changes

- [#5173](https://github.com/medusajs/medusa/pull/5173) [`adb6fb3f7`](https://github.com/medusajs/medusa/commit/adb6fb3f7d2bce941395516cd61bcfae2908a74f) Thanks [@olivermrbl](https://github.com/olivermrbl)! - fix(admin-ui): Allow nullish values in update variant

- Updated dependencies [[`25dad081b`](https://github.com/medusajs/medusa/commit/25dad081b7f99b5398d0d64eba50ebcb08e1138f), [`f88e3865a`](https://github.com/medusajs/medusa/commit/f88e3865a07eafe476c8d7295d806674de478c19), [`adb6fb3f7`](https://github.com/medusajs/medusa/commit/adb6fb3f7d2bce941395516cd61bcfae2908a74f)]:
- @medusajs/admin-ui@2.1.3

## 7.1.2

### 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.2",
"version": "7.1.3",
"bin": {
"medusa-admin": "./bin/medusa-admin.js"
},
Expand All @@ -27,7 +27,7 @@
"directory": "packages/admin"
},
"dependencies": {
"@medusajs/admin-ui": "^2.1.2",
"@medusajs/admin-ui": "^2.1.3",
"@medusajs/ui": "^1.0.0",
"@medusajs/ui-preset": "^1.0.0",
"@rollup/plugin-alias": "5.0.0",
Expand All @@ -51,7 +51,7 @@
"@medusajs/medusa": "^1.14.0"
},
"devDependencies": {
"@medusajs/medusa": "^1.16.1",
"@medusajs/medusa": "^1.17.0",
"@types/express": "^4.17.13",
"typescript": "^4.9.3"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/create-medusa-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.2.2

### Patch Changes

- [#5189](https://github.com/medusajs/medusa/pull/5189) [`18a05dee8`](https://github.com/medusajs/medusa/commit/18a05dee86f55366c92a2669eacbccf526373ff5) Thanks [@shahednasser](https://github.com/shahednasser)! - fix(create-medusa-app): fix inconsistency in checking errors in migrations

## 1.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/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.1",
"version": "1.2.2",
"description": "Create a Medusa project using a single command.",
"type": "module",
"exports": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/generated/client-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"url": "https://github.com/medusajs/medusa/issues"
},
"devDependencies": {
"@medusajs/medusa-oas-cli": "0.2.19",
"@medusajs/medusa-oas-cli": "0.2.20",
"cross-env": "^7.0.3",
"execa": "^5.1.1",
"jest": "^27.4.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/medusa-file-local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/medusa": "^1.16.0",
"@medusajs/medusa": "^1.17.0",
"@medusajs/types": "workspace:^",
"cross-env": "^5.2.1",
"jest": "^25.5.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/medusa-file-minio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"author": "Edin Skeja",
"license": "MIT",
"devDependencies": {
"@medusajs/medusa": "^1.16.0",
"@medusajs/medusa": "^1.17.0",
"@medusajs/types": "workspace:^",
"cross-env": "^5.2.1",
"jest": "^25.5.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/medusa-file-s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"author": "Sebastian Mateos Nicolajsen",
"license": "MIT",
"devDependencies": {
"@medusajs/medusa": "^1.16.0",
"@medusajs/medusa": "^1.17.0",
"@medusajs/types": "workspace:^",
"cross-env": "^5.2.1",
"jest": "^25.5.4",
Expand Down
6 changes: 6 additions & 0 deletions packages/medusa-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 6.1.0

### Minor Changes

- [#4064](https://github.com/medusajs/medusa/pull/4064) [`2caff2efc`](https://github.com/medusajs/medusa/commit/2caff2efc757a3738ae8b7ee6fde77ee7100f995) Thanks [@dPreininger](https://github.com/dPreininger)! - feat(medusa): Authentication overhaul

## 6.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/medusa-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa-js",
"version": "6.0.4",
"version": "6.1.0",
"description": "Client for Medusa Commerce Rest API",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -44,7 +44,7 @@
"url": "https://github.com/medusajs/medusa/issues"
},
"devDependencies": {
"@medusajs/medusa": "^1.16.0",
"@medusajs/medusa": "^1.17.0",
"@types/uuid": "^9.0.0",
"jest": "^27.4.7",
"ts-jest": "^27.1.5",
Expand Down
6 changes: 6 additions & 0 deletions packages/medusa-payment-stripe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 6.0.5

### Patch Changes

- [#5177](https://github.com/medusajs/medusa/pull/5177) [`c1b8f089e`](https://github.com/medusajs/medusa/commit/c1b8f089e3277f2aa4b7188bf914253e4ad0fe95) Thanks [@srindom](https://github.com/srindom)! - fix(medusa-payment-stripe): adds missing undefined check

## 6.0.4

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/medusa-payment-stripe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "medusa-payment-stripe",
"version": "6.0.4",
"version": "6.0.5",
"description": "Stripe Payment provider for Medusa Commerce",
"main": "dist/index.js",
"repository": {
Expand All @@ -20,13 +20,13 @@
"watch": "tsc --watch"
},
"devDependencies": {
"@medusajs/admin": "^7.0.2",
"@medusajs/medusa": "^1.15.1",
"@medusajs/admin": "^7.1.3",
"@medusajs/medusa": "^1.17.0",
"@types/stripe": "^8.0.417",
"awilix": "^8.0.1",
"cross-env": "^5.2.1",
"jest": "^25.5.4",
"medusa-react": "^9.0.4",
"medusa-react": "^9.0.6",
"rimraf": "^5.0.1",
"typescript": "^4.9.5"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/medusa-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 9.0.6

### Patch Changes

- [#5207](https://github.com/medusajs/medusa/pull/5207) [`a9972d7d6`](https://github.com/medusajs/medusa/commit/a9972d7d6fa5c9698318a55173440f635ebf0a11) Thanks [@olivermrbl](https://github.com/olivermrbl)! - fix(medusa-react): `@medusajs/medusa-js` import

- Updated dependencies [[`2caff2efc`](https://github.com/medusajs/medusa/commit/2caff2efc757a3738ae8b7ee6fde77ee7100f995)]:
- @medusajs/medusa-js@6.1.0

## 9.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/medusa-react/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "9.0.5",
"version": "9.0.6",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -34,7 +34,7 @@
"author": "Zakaria S. El Asri",
"devDependencies": {
"@babel/core": "^7.16.0",
"@medusajs/medusa": "^1.16.0",
"@medusajs/medusa": "^1.17.0",
"@storybook/addon-essentials": "^6.3.12",
"@storybook/addon-links": "^6.3.12",
"@storybook/addons": "^6.3.12",
Expand Down
34 changes: 34 additions & 0 deletions packages/medusa/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# Change Log

## 1.17.0

### Minor Changes

- [#4064](https://github.com/medusajs/medusa/pull/4064) [`2caff2efc`](https://github.com/medusajs/medusa/commit/2caff2efc757a3738ae8b7ee6fde77ee7100f995) Thanks [@dPreininger](https://github.com/dPreininger)! - feat(medusa): Authentication overhaul

### Patch Changes

- [#5200](https://github.com/medusajs/medusa/pull/5200) [`240c439be`](https://github.com/medusajs/medusa/commit/240c439beb76626e58006ceb86a1cd425f14d4fa) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa): Product model before insert hook

- [#5137](https://github.com/medusajs/medusa/pull/5137) [`2b91049f5`](https://github.com/medusajs/medusa/commit/2b91049f58b2bd70cbee53e1ace7d36f59da6fa4) Thanks [@pKorsholm](https://github.com/pKorsholm)! - fix(medusa): quantity prices for line item updates

- [#5046](https://github.com/medusajs/medusa/pull/5046) [`f1512605d`](https://github.com/medusajs/medusa/commit/f1512605d2d8b758be21f21d0b118e14b914d7d2) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(medusa): admin list product with product isolated module

- [#5168](https://github.com/medusajs/medusa/pull/5168) [`dfa5d041c`](https://github.com/medusajs/medusa/commit/dfa5d041c90b849b288f8ae9f5a0a1aa3ee1b32e) Thanks [@adrien2p](https://github.com/adrien2p)! - Feat/update cart product isolation

- [#5081](https://github.com/medusajs/medusa/pull/5081) [`202049f8a`](https://github.com/medusajs/medusa/commit/202049f8aa3682df7e545b1c42ab0bdab1c52639) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa, workflows): Create product workflow with Isolated modules + module registration

- [#5054](https://github.com/medusajs/medusa/pull/5054) [`5f76b967d`](https://github.com/medusajs/medusa/commit/5f76b967d9c6ae3a3f554c2d854299f5e22ee83e) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(medusa): Admin get product with isolated module

- [#5196](https://github.com/medusajs/medusa/pull/5196) [`f285a6712`](https://github.com/medusajs/medusa/commit/f285a671232f34a35d9cd9c9a0e6faa8a899a674) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(medusa): Remove create product unnecessary input config workflow

- [#5207](https://github.com/medusajs/medusa/pull/5207) [`a9972d7d6`](https://github.com/medusajs/medusa/commit/a9972d7d6fa5c9698318a55173440f635ebf0a11) Thanks [@olivermrbl](https://github.com/olivermrbl)! - fix(medusa-react): `@medusajs/medusa-js` import

- [#5224](https://github.com/medusajs/medusa/pull/5224) [`c68ba63c1`](https://github.com/medusajs/medusa/commit/c68ba63c1b4ac551cb53bfb494bf7046e652e083) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa): In product isolation, throw if product not found

- [#5177](https://github.com/medusajs/medusa/pull/5177) [`c1b8f089e`](https://github.com/medusajs/medusa/commit/c1b8f089e3277f2aa4b7188bf914253e4ad0fe95) Thanks [@srindom](https://github.com/srindom)! - fix(medusa-payment-stripe): adds missing undefined check

- Updated dependencies [[`cc4169a94`](https://github.com/medusajs/medusa/commit/cc4169a94c7c5f5bf4d04f7b6e815b409a0a8192), [`30233712c`](https://github.com/medusajs/medusa/commit/30233712cb93b38de50c266a9841cea413949611), [`dfa5d041c`](https://github.com/medusajs/medusa/commit/dfa5d041c90b849b288f8ae9f5a0a1aa3ee1b32e), [`202049f8a`](https://github.com/medusajs/medusa/commit/202049f8aa3682df7e545b1c42ab0bdab1c52639), [`1e7db5a5c`](https://github.com/medusajs/medusa/commit/1e7db5a5cb7c955e72c52e64df8a16b1607eef70)]:
- @medusajs/utils@1.10.2
- @medusajs/orchestration@0.4.1
- @medusajs/modules-sdk@1.11.3
- @medusajs/workflows@0.2.3

## 1.16.1

### Patch Changes
Expand Down
Loading

0 comments on commit dab8a82

Please sign in to comment.