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 17, 2023
1 parent c51dce1 commit 1f96b2d
Show file tree
Hide file tree
Showing 34 changed files with 133 additions and 89 deletions.
5 changes: 0 additions & 5 deletions .changeset/eleven-books-fail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-glasses-grow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-lobsters-hope.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-suits-march.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-carrots-tap.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/nervous-berries-sip.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/nine-fishes-matter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-bees-wink.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-kids-cough.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/selfish-planets-repeat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-forks-knock.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-baboons-repeat.md

This file was deleted.

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

## 2.1.8

### Patch Changes

- [#5479](https://github.com/medusajs/medusa/pull/5479) [`3f016d871`](https://github.com/medusajs/medusa/commit/3f016d871a091a0a72c2eaec2f4ff74e0ad5b426) Thanks [@VariableVic](https://github.com/VariableVic)! - fix: sort supportedLanguages array

- [#5641](https://github.com/medusajs/medusa/pull/5641) [`c08240df3`](https://github.com/medusajs/medusa/commit/c08240df3f2fe0c4c5c35af471f68a2187f8e582) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(admin-ui): Resolves an issue where decimal numbers would be stripped when the locale uses commas as the decimal separator

- Updated dependencies [[`a67a8e7e9`](https://github.com/medusajs/medusa/commit/a67a8e7e90f35636c8d99858fc5b19358df4c174)]:
- @medusajs/ui@2.2.2

## 2.1.7

### 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.7",
"version": "2.1.8",
"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.1",
"@medusajs/ui": "^2.2.2",
"@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.17.4",
"@medusajs/types": "^1.11.6",
"@medusajs/medusa": "^1.17.5",
"@medusajs/types": "^1.11.7",
"@types/pluralize": "^0.0.29",
"@types/react": "^18.2.0",
"@types/react-datepicker": "^4.10.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.2

### Patch Changes

- [#5640](https://github.com/medusajs/medusa/pull/5640) [`a67a8e7e9`](https://github.com/medusajs/medusa/commit/a67a8e7e90f35636c8d99858fc5b19358df4c174) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(ui): Fix the width of line numbers in the CodeBlock component, such that they are always the same width as the widest line number.

## 2.2.1

### 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.1",
"version": "2.2.2",
"author": "Kasper Kristensen <[email protected]>",
"license": "MIT",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/generated/client-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @medusajs/client-types

## 0.2.7

### Patch Changes

- [#5599](https://github.com/medusajs/medusa/pull/5599) [`b3093c3e3`](https://github.com/medusajs/medusa/commit/b3093c3e3d64e4c024a04d76fb0f727c1c38108b) Thanks [@bqst](https://github.com/bqst)! - feat(medusa): Add `metadata` to Product Category

## 0.2.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/generated/client-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medusajs/client-types",
"version": "0.2.6",
"version": "0.2.7",
"description": "Client types for Medusa Commerce Rest API",
"main": "dist/index.js",
"files": [
Expand All @@ -24,7 +24,7 @@
"url": "https://github.com/medusajs/medusa/issues"
},
"devDependencies": {
"@medusajs/medusa-oas-cli": "0.2.24",
"@medusajs/medusa-oas-cli": "0.2.25",
"cross-env": "^7.0.3",
"execa": "^5.1.1",
"jest": "^27.4.7",
Expand Down
7 changes: 7 additions & 0 deletions packages/medusa-source-shopify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 1.2.10

### Patch Changes

- Updated dependencies [[`cedab5833`](https://github.com/medusajs/medusa/commit/cedab583395275444001f0268e4b9ccab9b2b262)]:
- @medusajs/utils@1.11.0

## 1.2.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/medusa-source-shopify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "medusa-source-shopify",
"version": "1.2.9",
"version": "1.2.10",
"description": "Source plugin that allows users to import products from a Shopify store",
"main": "index.js",
"repository": {
Expand Down
20 changes: 20 additions & 0 deletions packages/medusa/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Change Log

## 1.17.5

### Patch Changes

- [#5597](https://github.com/medusajs/medusa/pull/5597) [`2947f57db`](https://github.com/medusajs/medusa/commit/2947f57db1cabb343644bde379fa9ec54e9d7750) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(medusa): Update wrapHandler so that it is also able to catch errors for sync handlers

- [#5624](https://github.com/medusajs/medusa/pull/5624) [`57573ed4d`](https://github.com/medusajs/medusa/commit/57573ed4d7d657d0d98bf00fb756cfbfb9cbcd8d) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - feat(medusa): Adds a new alternative syntax for creating Subscribers in Medusa, as well as adding a new API for creating scheduled jobs.

- [#5599](https://github.com/medusajs/medusa/pull/5599) [`b3093c3e3`](https://github.com/medusajs/medusa/commit/b3093c3e3d64e4c024a04d76fb0f727c1c38108b) Thanks [@bqst](https://github.com/bqst)! - feat(medusa): Add `metadata` to Product Category

- [#5635](https://github.com/medusajs/medusa/pull/5635) [`7226f5b69`](https://github.com/medusajs/medusa/commit/7226f5b6997a69bfcdbdd16ec16b209746023f0c) Thanks [@chemicalkosek](https://github.com/chemicalkosek)! - fix(medusa): Add missing import of promiseAll

- [#5603](https://github.com/medusajs/medusa/pull/5603) [`cedab5833`](https://github.com/medusajs/medusa/commit/cedab583395275444001f0268e4b9ccab9b2b262) Thanks [@riqwan](https://github.com/riqwan)! - feat(workflows,medusa,utils): add medusa v2 feature flag

- [#5634](https://github.com/medusajs/medusa/pull/5634) [`52800710a`](https://github.com/medusajs/medusa/commit/52800710a294e32ebda6ba8a224fe85d289bfa0f) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(medusa): Ensure that errorHandler middleware is applied if no middleware config exists

- Updated dependencies [[`cedab5833`](https://github.com/medusajs/medusa/commit/cedab583395275444001f0268e4b9ccab9b2b262)]:
- @medusajs/workflows@0.3.0
- @medusajs/utils@1.11.0

## 1.17.4

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/medusa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa",
"version": "1.17.4",
"version": "1.17.5",
"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.6",
"@medusajs/types": "^1.11.7",
"@types/express": "^4.17.17",
"@types/ioredis": "^4.28.10",
"@types/jsonwebtoken": "^8.5.9",
Expand Down Expand Up @@ -51,8 +51,8 @@
"@medusajs/medusa-cli": "^1.3.21",
"@medusajs/modules-sdk": "^1.12.3",
"@medusajs/orchestration": "^0.4.4",
"@medusajs/utils": "^1.10.5",
"@medusajs/workflows": "^0.2.5",
"@medusajs/utils": "^1.11.0",
"@medusajs/workflows": "^0.3.0",
"awilix": "^8.0.0",
"body-parser": "^1.19.0",
"boxen": "^5.0.1",
Expand Down
9 changes: 9 additions & 0 deletions packages/oas/medusa-oas-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @medusajs/oas-cli

## 0.2.25

### Patch Changes

- Updated dependencies [[`2947f57db`](https://github.com/medusajs/medusa/commit/2947f57db1cabb343644bde379fa9ec54e9d7750), [`57573ed4d`](https://github.com/medusajs/medusa/commit/57573ed4d7d657d0d98bf00fb756cfbfb9cbcd8d), [`61aef4aaa`](https://github.com/medusajs/medusa/commit/61aef4aaa7295f178c61c9a891f03a0a48b15c81), [`1772e80ed`](https://github.com/medusajs/medusa/commit/1772e80ed1ecab27741be80204f5df92eaa3f2b4), [`b3093c3e3`](https://github.com/medusajs/medusa/commit/b3093c3e3d64e4c024a04d76fb0f727c1c38108b), [`7226f5b69`](https://github.com/medusajs/medusa/commit/7226f5b6997a69bfcdbdd16ec16b209746023f0c), [`cedab5833`](https://github.com/medusajs/medusa/commit/cedab583395275444001f0268e4b9ccab9b2b262), [`52800710a`](https://github.com/medusajs/medusa/commit/52800710a294e32ebda6ba8a224fe85d289bfa0f)]:
- @medusajs/medusa@1.17.5
- @medusajs/types@1.11.7
- @medusajs/utils@1.11.0

## 0.2.24

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/oas/medusa-oas-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa-oas-cli",
"version": "0.2.24",
"version": "0.2.25",
"description": "OAS CLI",
"main": "dist/index.js",
"bin": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"medusa-oas": "ts-node src/index.ts"
},
"dependencies": {
"@medusajs/medusa": "^1.17.4",
"@medusajs/medusa": "^1.17.5",
"@medusajs/openapi-typescript-codegen": "^0.2.1",
"@medusajs/types": "workspace:^",
"@medusajs/utils": "workspace:^",
Expand Down
7 changes: 7 additions & 0 deletions packages/oas/oas-github-ci/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @medusajs/oas-github-ci

## 1.0.25

### Patch Changes

- Updated dependencies []:
- @medusajs/medusa-oas-cli@0.2.25

## 1.0.24

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/oas/oas-github-ci/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medusajs/oas-github-ci",
"version": "1.0.24",
"version": "1.0.25",
"description": "OAS Github CI",
"main": "scripts/build-openapi.js",
"files": [
Expand All @@ -21,7 +21,7 @@
"test": "jest --passWithNoTests"
},
"dependencies": {
"@medusajs/medusa-oas-cli": "0.2.24",
"@medusajs/medusa-oas-cli": "0.2.25",
"execa": "^5.1.1"
}
}
12 changes: 12 additions & 0 deletions packages/pricing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @medusajs/pricing

## 0.1.4

### Patch Changes

- [#5646](https://github.com/medusajs/medusa/pull/5646) [`4f0bea490`](https://github.com/medusajs/medusa/commit/4f0bea4909f5b42ece922b3efe46b57610fb312b) Thanks [@riqwan](https://github.com/riqwan)! - fix(pricing): add missing migrations for pricing module

- [#5498](https://github.com/medusajs/medusa/pull/5498) [`1772e80ed`](https://github.com/medusajs/medusa/commit/1772e80ed1ecab27741be80204f5df92eaa3f2b4) Thanks [@riqwan](https://github.com/riqwan)! - feat(pricing,types): price list API + price calculations with price lists

- Updated dependencies [[`61aef4aaa`](https://github.com/medusajs/medusa/commit/61aef4aaa7295f178c61c9a891f03a0a48b15c81), [`1772e80ed`](https://github.com/medusajs/medusa/commit/1772e80ed1ecab27741be80204f5df92eaa3f2b4), [`cedab5833`](https://github.com/medusajs/medusa/commit/cedab583395275444001f0268e4b9ccab9b2b262)]:
- @medusajs/types@1.11.7
- @medusajs/utils@1.11.0

## 0.1.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/pricing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medusajs/pricing",
"version": "0.1.3",
"version": "0.1.4",
"description": "Medusa Pricing module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -48,8 +48,8 @@
},
"dependencies": {
"@medusajs/modules-sdk": "^1.12.3",
"@medusajs/types": "^1.11.6",
"@medusajs/utils": "^1.10.5",
"@medusajs/types": "^1.11.7",
"@medusajs/utils": "^1.11.0",
"@mikro-orm/core": "5.7.12",
"@mikro-orm/migrations": "5.7.12",
"@mikro-orm/postgresql": "5.7.12",
Expand Down
8 changes: 8 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @medusajs/types

## 1.11.7

### Patch Changes

- [#5630](https://github.com/medusajs/medusa/pull/5630) [`61aef4aaa`](https://github.com/medusajs/medusa/commit/61aef4aaa7295f178c61c9a891f03a0a48b15c81) Thanks [@shahednasser](https://github.com/shahednasser)! - fix(types): Fix types used in the IInventoryService

- [#5498](https://github.com/medusajs/medusa/pull/5498) [`1772e80ed`](https://github.com/medusajs/medusa/commit/1772e80ed1ecab27741be80204f5df92eaa3f2b4) Thanks [@riqwan](https://github.com/riqwan)! - feat(pricing,types): price list API + price calculations with price lists

## 1.11.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medusajs/types",
"version": "1.11.6",
"version": "1.11.7",
"description": "Medusa Types definition",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @medusajs/utils

## 1.11.0

### Minor Changes

- [#5603](https://github.com/medusajs/medusa/pull/5603) [`cedab5833`](https://github.com/medusajs/medusa/commit/cedab583395275444001f0268e4b9ccab9b2b262) Thanks [@riqwan](https://github.com/riqwan)! - feat(workflows,medusa,utils): add medusa v2 feature flag

### Patch Changes

- Updated dependencies [[`61aef4aaa`](https://github.com/medusajs/medusa/commit/61aef4aaa7295f178c61c9a891f03a0a48b15c81), [`1772e80ed`](https://github.com/medusajs/medusa/commit/1772e80ed1ecab27741be80204f5df92eaa3f2b4)]:
- @medusajs/types@1.11.7

## 1.10.5

### Patch Changes
Expand Down
Loading

0 comments on commit 1f96b2d

Please sign in to comment.