chore(release): Publish

This commit is contained in:
olivermrbl
2022-09-14 11:36:53 +02:00
parent 44b5914b43
commit 3efeb6b84f
18 changed files with 70 additions and 43 deletions
+12
View File
@@ -1,5 +1,17 @@
# Change Log
## 1.0.0
### Minor Changes
- [#2185](https://github.com/medusajs/medusa/pull/2185) [`64949dc72`](https://github.com/medusajs/medusa/commit/64949dc721a6c697e3eb7091db9f2d261111a766) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - Adds missing response types for currency endpoints and exports route. Adds currency endpoints to medusa-js and medusa-react.
### Patch Changes
- Updated dependencies [[`64949dc72`](https://github.com/medusajs/medusa/commit/64949dc721a6c697e3eb7091db9f2d261111a766), [`b6161d240`](https://github.com/medusajs/medusa/commit/b6161d24043b8b910320475b8616b7e29a96f6cd), [`af80e0fd2`](https://github.com/medusajs/medusa/commit/af80e0fd2ed75cd3c15282ddcbfb949060dfdd33)]:
- @medusajs/medusa@1.4.0
- @medusajs/medusa-js@1.3.0
## 0.3.6
### Patch Changes
+3 -3
View File
@@ -1,5 +1,5 @@
{
"version": "0.3.6",
"version": "1.0.0",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
@@ -22,7 +22,7 @@
"build-storybook": "build-storybook"
},
"peerDependencies": {
"@medusajs/medusa": "^1.3.6",
"@medusajs/medusa": "^1.4.0",
"react": ">=16",
"react-query": ">= 3.29.0"
},
@@ -74,7 +74,7 @@
"tslib": "^2.3.1"
},
"dependencies": {
"@medusajs/medusa-js": "^1.2.6",
"@medusajs/medusa-js": "^1.3.0",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"react-query": "^3.31.0"