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 Oct 2, 2023
1 parent c5703a4 commit 5736d9c
Show file tree
Hide file tree
Showing 13 changed files with 43 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/spotty-boats-care.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/witty-hats-applaud.md

This file was deleted.

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.20",
"@medusajs/medusa-oas-cli": "0.2.21",
"cross-env": "^7.0.3",
"execa": "^5.1.1",
"jest": "^27.4.7",
Expand Down
6 changes: 6 additions & 0 deletions packages/medusa-plugin-restock-notification/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 7.0.3

### Patch Changes

- [`cf1821184`](https://github.com/medusajs/medusa/commit/cf18211848d6083354fc070800d94f00130f3da2) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Add missing changeset

## 7.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/medusa-plugin-restock-notification/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "medusa-plugin-restock-notification",
"version": "7.0.2",
"version": "7.0.3",
"main": "index.js",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/oas/medusa-oas-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @medusajs/oas-cli

## 0.2.21

### Patch Changes

- Updated dependencies [[`c5703a476`](https://github.com/medusajs/medusa/commit/c5703a4765a55da697885438cf3089d923669f21)]:
- @medusajs/types@1.11.3

## 0.2.20

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.20",
"version": "0.2.21",
"description": "OAS CLI",
"main": "dist/index.js",
"bin": {
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.21

### Patch Changes

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

## 1.0.20

### 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.20",
"version": "1.0.21",
"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.20",
"@medusajs/medusa-oas-cli": "0.2.21",
"execa": "^5.1.1"
}
}
9 changes: 9 additions & 0 deletions packages/pricing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @medusajs/pricing

## 0.0.5

### Patch Changes

- [#5237](https://github.com/medusajs/medusa/pull/5237) [`c5703a476`](https://github.com/medusajs/medusa/commit/c5703a4765a55da697885438cf3089d923669f21) Thanks [@riqwan](https://github.com/riqwan)! - feat(pricing,types): addPrice and removePricremoveRules APIs

- Updated dependencies [[`c5703a476`](https://github.com/medusajs/medusa/commit/c5703a4765a55da697885438cf3089d923669f21)]:
- @medusajs/types@1.11.3

## 0.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/pricing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medusajs/pricing",
"version": "0.0.4",
"version": "0.0.5",
"description": "Medusa Pricing module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -48,7 +48,7 @@
},
"dependencies": {
"@medusajs/modules-sdk": "^1.11.3",
"@medusajs/types": "^1.11.2",
"@medusajs/types": "^1.11.3",
"@medusajs/utils": "^1.10.2",
"@mikro-orm/core": "5.7.12",
"@mikro-orm/migrations": "5.7.12",
Expand Down
6 changes: 6 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @medusajs/types

## 1.11.3

### Patch Changes

- [#5237](https://github.com/medusajs/medusa/pull/5237) [`c5703a476`](https://github.com/medusajs/medusa/commit/c5703a4765a55da697885438cf3089d923669f21) Thanks [@riqwan](https://github.com/riqwan)! - feat(pricing,types): addPrice and removePricremoveRules APIs

## 1.11.2

### 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.2",
"version": "1.11.3",
"description": "Medusa Types definition",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 5736d9c

Please sign in to comment.