chore(release): Publish

This commit is contained in:
olivermrbl
2022-12-22 15:54:20 +01:00
parent 30e2fc3057
commit 233d6904f8
77 changed files with 391 additions and 423 deletions
@@ -1,5 +1,14 @@
# Change Log
## 0.2.6
### Patch Changes
- [#2808](https://github.com/medusajs/medusa/pull/2808) [`0a9c89185`](https://github.com/medusajs/medusa/commit/0a9c891853c4d16b553d38268a3408ca1daa71f0) Thanks [@patrick-medusajs](https://github.com/patrick-medusajs)! - chore: explicitly add devDependencies for monorepo peerDependencies
- Updated dependencies [[`7cced6006`](https://github.com/medusajs/medusa/commit/7cced6006a9a6f9108009e9f3e191e9f3ba1b168)]:
- medusa-core-utils@1.1.37
## 0.2.5
### Patch Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "medusa-plugin-algolia",
"version": "0.2.5",
"version": "0.2.6",
"description": "Search support for algolia",
"main": "index.js",
"repository": {
@@ -24,7 +24,7 @@
"algoliasearch": "^4.10.5",
"body-parser": "^1.19.0",
"lodash": "^4.17.21",
"medusa-core-utils": "^1.1.31",
"medusa-core-utils": "^1.1.37",
"medusa-interfaces": "^1.3.3"
},
"devDependencies": {