chore(release): Publish

This commit is contained in:
olivermrbl
2023-02-14 17:30:40 +01:00
parent da9fb4aaa8
commit 1bfbe27b9b
86 changed files with 568 additions and 323 deletions
@@ -1,5 +1,15 @@
# Change Log
## 1.3.4
### Patch Changes
- [#3217](https://github.com/medusajs/medusa/pull/3217) [`8c5219a31`](https://github.com/medusajs/medusa/commit/8c5219a31ef76ee571fbce84d7d57a63abe56eb0) Thanks [@adrien2p](https://github.com/adrien2p)! - chore: Fix npm packages files included
- Updated dependencies [[`8c5219a31`](https://github.com/medusajs/medusa/commit/8c5219a31ef76ee571fbce84d7d57a63abe56eb0)]:
- medusa-core-utils@1.1.39
- medusa-interfaces@1.3.6
## 1.3.3
### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "medusa-plugin-segment",
"version": "1.3.3",
"version": "1.3.4",
"description": "Segment Analytics",
"main": "index.js",
"repository": {
@@ -24,7 +24,7 @@
"cross-env": "^5.2.1",
"eslint": "^6.8.0",
"jest": "^25.5.4",
"medusa-interfaces": "^1.3.5"
"medusa-interfaces": "^1.3.6"
},
"scripts": {
"prepare": "cross-env NODE_ENV=production yarn run build",
@@ -33,14 +33,14 @@
"watch": "babel -w src --out-dir . --ignore '**/__tests__','**/__mocks__'"
},
"peerDependencies": {
"medusa-interfaces": "1.3.5"
"medusa-interfaces": "1.3.6"
},
"dependencies": {
"analytics-node": "^3.4.0-beta.1",
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"medusa-core-utils": "^1.1.38",
"medusa-core-utils": "^1.1.39",
"medusa-test-utils": "^1.1.37"
},
"gitHead": "cd1f5afa5aa8c0b15ea957008ee19f1d695cbd2e",