chore(release): Publish

This commit is contained in:
olivermrbl
2022-11-22 13:35:50 +01:00
parent e7c4cc3751
commit ade898d434
6 changed files with 20 additions and 11 deletions
+6
View File
@@ -1,5 +1,11 @@
# Change Log
## 1.1.35
### Patch Changes
- [#2646](https://github.com/medusajs/medusa/pull/2646) [`e7c4cc375`](https://github.com/medusajs/medusa/commit/e7c4cc375174775bb0cfe52e5dc0270237150b3c) Thanks [@pKorsholm](https://github.com/pKorsholm)! - jwt fix
## 1.1.34
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "medusa-core-utils",
"version": "1.1.34",
"version": "1.1.35",
"description": "Core utils for Medusa",
"main": "dist/index.js",
"repository": {
+9
View File
@@ -1,5 +1,14 @@
# Change Log
## 1.6.4
### Patch Changes
- [#2646](https://github.com/medusajs/medusa/pull/2646) [`e7c4cc375`](https://github.com/medusajs/medusa/commit/e7c4cc375174775bb0cfe52e5dc0270237150b3c) Thanks [@pKorsholm](https://github.com/pKorsholm)! - jwt fix
- Updated dependencies [[`e7c4cc375`](https://github.com/medusajs/medusa/commit/e7c4cc375174775bb0cfe52e5dc0270237150b3c)]:
- medusa-core-utils@1.1.35
## 1.6.3
### Patch Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa",
"version": "1.6.3",
"version": "1.6.4",
"description": "E-commerce for JAMstack",
"main": "dist/index.js",
"bin": "./cli.js",
@@ -67,7 +67,7 @@
"ioredis-mock": "^5.6.0",
"iso8601-duration": "^1.3.0",
"jsonwebtoken": "^8.5.1",
"medusa-core-utils": "^1.1.34",
"medusa-core-utils": "^1.1.35",
"medusa-test-utils": "^1.1.37",
"morgan": "^1.9.1",
"multer": "^1.4.2",