chore(release): Publish
- gatsby-source-medusa@0.0.48 - medusa-interfaces@1.1.33 - @medusajs/medusa-js@1.0.11 - medusa-payment-klarna@1.1.40 - medusa-payment-paypal@1.0.39 - medusa-plugin-algolia@0.0.7 - medusa-plugin-brightpearl@1.1.44 - medusa-plugin-mailchimp@1.1.38 - medusa-plugin-meilisearch@0.0.13 - medusa-plugin-restock-notification@0.0.31 - medusa-plugin-segment@1.1.41 - medusa-react@0.1.4 - medusa-source-shopify@1.0.4 - @medusajs/medusa@1.1.63
This commit is contained in:
@@ -3,26 +3,27 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.1.4](https://github.com/medusajs/medusa/compare/medusa-react@0.1.3...medusa-react@0.1.4) (2022-02-06)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- adds order by functionality to products ([#1021](https://github.com/medusajs/medusa/issues/1021)) ([3bf32e5](https://github.com/medusajs/medusa/commit/3bf32e5dc9ad3150762b9bb744b0453d3640e204))
|
||||
|
||||
### Features
|
||||
|
||||
- medusa-react admin hooks ([#978](https://github.com/medusajs/medusa/issues/978)) ([2e38484](https://github.com/medusajs/medusa/commit/2e384842d5b2e9742a86b96f28a8f00357795b86)), closes [#1019](https://github.com/medusajs/medusa/issues/1019)
|
||||
|
||||
## [0.1.3](https://github.com/medusajs/medusa/compare/medusa-react@0.1.2...medusa-react@0.1.3) (2022-01-11)
|
||||
|
||||
**Note:** Version bump only for package medusa-react
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.2](https://github.com/medusajs/medusa/compare/medusa-react@0.1.1...medusa-react@0.1.2) (2021-12-29)
|
||||
|
||||
**Note:** Version bump only for package medusa-react
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## 0.1.1 (2021-12-17)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add medusa-react ([#913](https://github.com/medusajs/medusa/issues/913)) ([d0d8dd7](https://github.com/medusajs/medusa/commit/d0d8dd7bf62eaac71df8714c2dfb4f204d192f51))
|
||||
* medusa-js admin return reasons ([#931](https://github.com/medusajs/medusa/issues/931)) ([0acc462](https://github.com/medusajs/medusa/commit/0acc462e1ebe51368ceedeea85d6f51c6fc3bfc4))
|
||||
- add medusa-react ([#913](https://github.com/medusajs/medusa/issues/913)) ([d0d8dd7](https://github.com/medusajs/medusa/commit/d0d8dd7bf62eaac71df8714c2dfb4f204d192f51))
|
||||
- medusa-js admin return reasons ([#931](https://github.com/medusajs/medusa/issues/931)) ([0acc462](https://github.com/medusajs/medusa/commit/0acc462e1ebe51368ceedeea85d6f51c6fc3bfc4))
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "0.1.3",
|
||||
"version": "0.1.4",
|
||||
"license": "MIT",
|
||||
"main": "dist/index.js",
|
||||
"typings": "dist/index.d.ts",
|
||||
@@ -80,8 +80,8 @@
|
||||
"typescript": "^4.5.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@medusajs/medusa": "^1.1.62",
|
||||
"@medusajs/medusa-js": "^1.0.10",
|
||||
"@medusajs/medusa": "^1.1.63",
|
||||
"@medusajs/medusa-js": "^1.0.11",
|
||||
"lodash": "^4.17.21",
|
||||
"lodash-es": "^4.17.21",
|
||||
"react-query": "^3.31.0"
|
||||
|
||||
Reference in New Issue
Block a user