Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
olivermrbl committed Nov 9, 2022
1 parent 41fc095 commit a4dd26e
Show file tree
Hide file tree
Showing 16 changed files with 66 additions and 46 deletions.
5 changes: 0 additions & 5 deletions .changeset/breezy-candles-know.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clever-eels-sit.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/early-birds-juggle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-eels-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-falcons-press.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/medusa-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 1.3.4

### Patch Changes

- Updated dependencies [[`cfb24d72f`](https://github.com/medusajs/medusa/commit/cfb24d72fa303a6755e8579c46d3c7f36278b120)]:
- [email protected]

## 1.3.3

### 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.3",
"version": "1.3.4",
"description": "Command Line interface for Medusa Commerce",
"main": "dist/index.js",
"bin": {
Expand Down Expand Up @@ -48,7 +48,7 @@
"is-valid-path": "^0.1.1",
"meant": "^1.0.1",
"medusa-core-utils": "^1.1.31",
"medusa-telemetry": "0.0.13",
"medusa-telemetry": "0.0.14",
"netrc-parser": "^3.1.6",
"open": "^8.0.6",
"ora": "^5.4.1",
Expand Down
9 changes: 9 additions & 0 deletions packages/medusa-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 1.3.3

### Patch Changes

- [#2552](https://github.com/medusajs/medusa/pull/2552) [`7b0ceeffb`](https://github.com/medusajs/medusa/commit/7b0ceeffb4616c3f4e0cf51aba2ab381c61ea5d7) Thanks [@patrick-medusajs](https://github.com/patrick-medusajs)! - feat(medusa, medusa-js, medusa-react): /store api product types

- Updated dependencies [[`2d095a0ce`](https://github.com/medusajs/medusa/commit/2d095a0ce14ab7f24b4e6856cb4850cea18af21c), [`8069ed5e9`](https://github.com/medusajs/medusa/commit/8069ed5e99dc53a912df9bb860114d2258044108), [`7b0ceeffb`](https://github.com/medusajs/medusa/commit/7b0ceeffb4616c3f4e0cf51aba2ab381c61ea5d7), [`5ea4b728e`](https://github.com/medusajs/medusa/commit/5ea4b728e728a7e6d4d6fe7255ea80395ab75bd3)]:
- @medusajs/medusa@1.6.2

## 1.3.2

### 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": "1.3.2",
"version": "1.3.3",
"description": "Client for Medusa Commerce Rest API",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -15,7 +15,7 @@
"author": "Oliver Juhl",
"license": "MIT",
"dependencies": {
"@medusajs/medusa": "^1.6.0",
"@medusajs/medusa": "^1.6.2",
"axios": "^0.24.0",
"form-data": "^4.0.0",
"qs": "^6.10.3",
Expand Down
10 changes: 10 additions & 0 deletions packages/medusa-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 3.0.1

### Patch Changes

- [#2552](https://github.com/medusajs/medusa/pull/2552) [`7b0ceeffb`](https://github.com/medusajs/medusa/commit/7b0ceeffb4616c3f4e0cf51aba2ab381c61ea5d7) Thanks [@patrick-medusajs](https://github.com/patrick-medusajs)! - feat(medusa, medusa-js, medusa-react): /store api product types

- Updated dependencies [[`2d095a0ce`](https://github.com/medusajs/medusa/commit/2d095a0ce14ab7f24b4e6856cb4850cea18af21c), [`8069ed5e9`](https://github.com/medusajs/medusa/commit/8069ed5e99dc53a912df9bb860114d2258044108), [`7b0ceeffb`](https://github.com/medusajs/medusa/commit/7b0ceeffb4616c3f4e0cf51aba2ab381c61ea5d7), [`5ea4b728e`](https://github.com/medusajs/medusa/commit/5ea4b728e728a7e6d4d6fe7255ea80395ab75bd3)]:
- @medusajs/medusa@1.6.2
- @medusajs/medusa-js@1.3.3

## 3.0.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/medusa-react/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.0.0",
"version": "3.0.1",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -22,7 +22,7 @@
"build-storybook": "build-storybook"
},
"peerDependencies": {
"@medusajs/medusa": "^1.6.0",
"@medusajs/medusa": "^1.6.2",
"react": ">=16",
"react-query": ">= 3.29.0"
},
Expand Down Expand Up @@ -74,7 +74,7 @@
"tslib": "^2.3.1"
},
"dependencies": {
"@medusajs/medusa-js": "^1.3.2",
"@medusajs/medusa-js": "^1.3.3",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"react-query": "^3.31.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/medusa-telemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.0.14

### Patch Changes

- [#2574](https://github.com/medusajs/medusa/pull/2574) [`cfb24d72f`](https://github.com/medusajs/medusa/commit/cfb24d72fa303a6755e8579c46d3c7f36278b120) Thanks [@olivermrbl](https://github.com/olivermrbl)! - Fix incorrect import

## 0.0.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/medusa-telemetry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "medusa-telemetry",
"version": "0.0.13",
"version": "0.0.14",
"description": "Telemetry for Medusa",
"main": "dist/index.js",
"repository": {
Expand Down
15 changes: 15 additions & 0 deletions packages/medusa/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## 1.6.2

### Patch Changes

- [#2568](https://github.com/medusajs/medusa/pull/2568) [`2d095a0ce`](https://github.com/medusajs/medusa/commit/2d095a0ce14ab7f24b4e6856cb4850cea18af21c) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa): fix missing throw in the store cart create-payment-sessions

* [#2566](https://github.com/medusajs/medusa/pull/2566) [`8069ed5e9`](https://github.com/medusajs/medusa/commit/8069ed5e99dc53a912df9bb860114d2258044108) Thanks [@srindom](https://github.com/srindom)! - fix(medusa): add support for retrying failed event bus jobs

- [#2552](https://github.com/medusajs/medusa/pull/2552) [`7b0ceeffb`](https://github.com/medusajs/medusa/commit/7b0ceeffb4616c3f4e0cf51aba2ab381c61ea5d7) Thanks [@patrick-medusajs](https://github.com/patrick-medusajs)! - feat(medusa, medusa-js, medusa-react): /store api product types

* [#2460](https://github.com/medusajs/medusa/pull/2460) [`5ea4b728e`](https://github.com/medusajs/medusa/commit/5ea4b728e728a7e6d4d6fe7255ea80395ab75bd3) Thanks [@github-actions](https://github.com/apps/github-actions)! - Order/cart decorate totals should assign items totals, shipping option requirements should be tax-inclusive if shipping option is, ensure swaps can be created on orders with discounts

* Updated dependencies []:
- @medusajs/medusa-cli@1.3.4

## 1.6.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/medusa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa",
"version": "1.6.1",
"version": "1.6.2",
"description": "E-commerce for JAMstack",
"main": "dist/index.js",
"bin": "./cli.js",
Expand Down Expand Up @@ -45,7 +45,7 @@
"typeorm": "0.2.x"
},
"dependencies": {
"@medusajs/medusa-cli": "^1.3.3",
"@medusajs/medusa-cli": "^1.3.4",
"@types/ioredis": "^4.28.10",
"@types/lodash": "^4.14.168",
"awilix": "^4.2.3",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4315,7 +4315,7 @@ __metadata:
languageName: node
linkType: hard

"@medusajs/medusa-cli@^1.3.3, @medusajs/medusa-cli@workspace:packages/medusa-cli":
"@medusajs/medusa-cli@^1.3.4, @medusajs/medusa-cli@workspace:packages/medusa-cli":
version: 0.0.0-use.local
resolution: "@medusajs/medusa-cli@workspace:packages/medusa-cli"
dependencies:
Expand All @@ -4342,7 +4342,7 @@ __metadata:
jest: ^25.5.2
meant: ^1.0.1
medusa-core-utils: ^1.1.31
medusa-telemetry: 0.0.13
medusa-telemetry: 0.0.14
netrc-parser: ^3.1.6
open: ^8.0.6
ora: ^5.4.1
Expand All @@ -4360,11 +4360,11 @@ __metadata:
languageName: unknown
linkType: soft

"@medusajs/medusa-js@^1.3.2, @medusajs/medusa-js@workspace:packages/medusa-js":
"@medusajs/medusa-js@^1.3.3, @medusajs/medusa-js@workspace:packages/medusa-js":
version: 0.0.0-use.local
resolution: "@medusajs/medusa-js@workspace:packages/medusa-js"
dependencies:
"@medusajs/medusa": ^1.6.0
"@medusajs/medusa": ^1.6.2
"@types/jest": ^26.0.19
axios: ^0.24.0
cross-env: ^7.0.3
Expand All @@ -4376,14 +4376,14 @@ __metadata:
languageName: unknown
linkType: soft

"@medusajs/medusa@^1.3.3, @medusajs/medusa@^1.6.0, @medusajs/medusa@workspace:packages/medusa":
"@medusajs/medusa@^1.3.3, @medusajs/medusa@^1.6.2, @medusajs/medusa@workspace:packages/medusa":
version: 0.0.0-use.local
resolution: "@medusajs/medusa@workspace:packages/medusa"
dependencies:
"@babel/cli": ^7.14.3
"@babel/core": ^7.14.3
"@babel/preset-typescript": ^7.13.0
"@medusajs/medusa-cli": ^1.3.3
"@medusajs/medusa-cli": ^1.3.4
"@types/express": ^4.17.13
"@types/ioredis": ^4.28.10
"@types/jest": ^27.5.0
Expand Down Expand Up @@ -24320,7 +24320,7 @@ __metadata:
resolution: "medusa-react@workspace:packages/medusa-react"
dependencies:
"@babel/core": ^7.16.0
"@medusajs/medusa-js": ^1.3.2
"@medusajs/medusa-js": ^1.3.3
"@size-limit/preset-small-lib": ^6.0.4
"@storybook/addon-contexts": ^5.3.21
"@storybook/addon-essentials": ^6.3.12
Expand Down Expand Up @@ -24351,7 +24351,7 @@ __metadata:
ts-jest: ^27.1.4
tslib: ^2.3.1
peerDependencies:
"@medusajs/medusa": ^1.6.0
"@medusajs/medusa": ^1.6.2
react: ">=16"
react-query: ">= 3.29.0"
languageName: unknown
Expand Down Expand Up @@ -24389,7 +24389,7 @@ __metadata:
languageName: unknown
linkType: soft

"[email protected].13, medusa-telemetry@workspace:packages/medusa-telemetry":
"[email protected].14, medusa-telemetry@workspace:packages/medusa-telemetry":
version: 0.0.0-use.local
resolution: "medusa-telemetry@workspace:packages/medusa-telemetry"
dependencies:
Expand Down

0 comments on commit a4dd26e

Please sign in to comment.