chore(release): Publish

This commit is contained in:
olivermrbl
2022-08-03 18:34:24 +02:00
parent 77ef28d274
commit bc7c2d9c4a
40 changed files with 223 additions and 420 deletions
+11 -19
View File
@@ -1,5 +1,14 @@
# Change Log
## 1.2.2
### Patch Changes
- [#1914](https://github.com/medusajs/medusa/pull/1914) [`1dec44287`](https://github.com/medusajs/medusa/commit/1dec44287df5ac69b4c5769b59f9ebef58d3da68) Thanks [@fPolic](https://github.com/fPolic)! - Version bump due to missing changesets in merged PRs
- Updated dependencies [[`1dec44287`](https://github.com/medusajs/medusa/commit/1dec44287df5ac69b4c5769b59f9ebef58d3da68), [`b8ddb31f6`](https://github.com/medusajs/medusa/commit/b8ddb31f6fe296a11d2d988276ba8e991c37fa9b)]:
- medusa-interfaces@1.3.2
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
@@ -7,38 +16,21 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
**Note:** Version bump only for package medusa-source-shopify
# [1.2.0](https://github.com/medusajs/medusa/compare/medusa-source-shopify@1.1.1...medusa-source-shopify@1.2.0) (2022-05-01)
### Bug Fixes
* source shopify handle duplicate unique values and more efficient updates ([#1154](https://github.com/medusajs/medusa/issues/1154)) ([eb8e247](https://github.com/medusajs/medusa/commit/eb8e247e7de6ca0894eee640758748d5f21b6122))
* source-shopify tests ([#1192](https://github.com/medusajs/medusa/issues/1192)) ([4be991c](https://github.com/medusajs/medusa/commit/4be991c15648c633f619947a38ad9fefad5b8f07))
- source shopify handle duplicate unique values and more efficient updates ([#1154](https://github.com/medusajs/medusa/issues/1154)) ([eb8e247](https://github.com/medusajs/medusa/commit/eb8e247e7de6ca0894eee640758748d5f21b6122))
- source-shopify tests ([#1192](https://github.com/medusajs/medusa/issues/1192)) ([4be991c](https://github.com/medusajs/medusa/commit/4be991c15648c633f619947a38ad9fefad5b8f07))
## [1.1.1](https://github.com/medusajs/medusa/compare/medusa-source-shopify@1.0.5...medusa-source-shopify@1.1.1) (2022-02-28)
**Note:** Version bump only for package medusa-source-shopify
# [1.1.0](https://github.com/medusajs/medusa/compare/medusa-source-shopify@1.0.5...medusa-source-shopify@1.1.0) (2022-02-25)
**Note:** Version bump only for package medusa-source-shopify
## [1.0.5](https://github.com/medusajs/medusa/compare/medusa-source-shopify@1.0.4...medusa-source-shopify@1.0.5) (2022-02-06)
### Bug Fixes
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "medusa-source-shopify",
"version": "1.2.1",
"version": "1.2.2",
"description": "Source plugin that allows users to import products from a Shopify store",
"main": "index.js",
"repository": {
@@ -17,7 +17,7 @@
"test": "jest"
},
"peerDependencies": {
"medusa-interfaces": "1.x",
"medusa-interfaces": "1.3.2",
"typeorm": "0.x"
},
"dependencies": {
@@ -29,7 +29,7 @@
"ioredis": "^4.27.9",
"lodash": "^4.17.21",
"medusa-core-utils": "^1.1.31",
"medusa-interfaces": "^1.3.1",
"medusa-interfaces": "^1.3.2",
"medusa-test-utils": "^1.1.37"
},
"devDependencies": {