chore(release): Publish
- medusa-dev-cli@0.0.5 - medusa-file-spaces@1.1.8 - medusa-fulfillment-webshipper@1.1.8 - medusa-payment-adyen@1.1.8 - medusa-payment-klarna@1.1.9 - medusa-payment-paypal@1.0.8 - medusa-payment-stripe@1.1.8 - medusa-plugin-add-ons@1.1.8 - medusa-plugin-brightpearl@1.1.11 - medusa-plugin-contentful@1.1.9 - medusa-plugin-economic@1.1.8 - medusa-plugin-mailchimp@1.1.8 - medusa-plugin-permissions@1.1.8 - medusa-plugin-restock-notification@0.0.2 - medusa-plugin-segment@1.1.11 - medusa-plugin-sendgrid@1.1.9 - medusa-plugin-slack-notification@1.1.8 - medusa-plugin-twilio-sms@1.1.8 - medusa-plugin-wishlist@1.1.8 - medusa-test-utils@1.1.8 - @medusajs/medusa@1.1.18
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
# Change Log
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## 0.0.2 (2021-04-13)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* .gitignore ([684c20a](https://github.com/medusajs/medusa/commit/684c20ab293237f91fc160a269fd072c5de7012b))
|
||||
* adds tests ([69442a1](https://github.com/medusajs/medusa/commit/69442a1735193aeb010043f114d89037d4d76279))
|
||||
* cors ([15bbb71](https://github.com/medusajs/medusa/commit/15bbb71a46efe00af3bd46bc16dfd48439204587))
|
||||
* cors ([e4a30e8](https://github.com/medusajs/medusa/commit/e4a30e8afc84eb201b0ddcb027bbe5674d0aff8f))
|
||||
* cors ([967134e](https://github.com/medusajs/medusa/commit/967134e797a867fd84064d3764815961a976015b))
|
||||
* creates restock functionality ([2b25550](https://github.com/medusajs/medusa/commit/2b2555004e52e97c15bfca59e030fdfc3d86ae49))
|
||||
* deps ([a9ea38c](https://github.com/medusajs/medusa/commit/a9ea38c2005beb63e14ed151e25ecd26819c748c))
|
||||
* gitignore ([fa1fe9d](https://github.com/medusajs/medusa/commit/fa1fe9d619e19a277db6ee3a25ebb177222fa04b))
|
||||
* merge ([7897610](https://github.com/medusajs/medusa/commit/78976106209b35730d69817b52595b6008590159))
|
||||
* peerdependencies ([40725c6](https://github.com/medusajs/medusa/commit/40725c6d0a643369a710cfc7cbf5b5f65a4f1f93))
|
||||
* restock ([237ed51](https://github.com/medusajs/medusa/commit/237ed5130760645c6b892fa1d5fc09a713b95f58))
|
||||
* **segment:** swap tracking ([295f0f6](https://github.com/medusajs/medusa/commit/295f0f652a0880292a3788b9c65476a3c5c1b8d4))
|
||||
* working api ([9d81097](https://github.com/medusajs/medusa/commit/9d810971a7e0de2a586b5c9c372f0aad2818918b))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* restock service ([8bd5fa8](https://github.com/medusajs/medusa/commit/8bd5fa821286a90f3ab21e8c96993ac543fb7cab))
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "medusa-plugin-restock-notification",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -10,16 +10,16 @@
|
||||
"author": "Sebastian Rindom <seb@medusa-commerce.com>",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@medusajs/medusa": "^1.1.17",
|
||||
"@babel/cli": "^7.7.5",
|
||||
"@babel/core": "^7.7.5",
|
||||
"@babel/plugin-transform-typescript": "^7.13.0",
|
||||
"@babel/preset-typescript": "^7.12.7",
|
||||
"@medusajs/medusa": "^1.1.18",
|
||||
"babel-preset-medusa-package": "^1.1.0",
|
||||
"cross-env": "^5.2.1",
|
||||
"eslint": "^6.8.0",
|
||||
"jest": "^25.5.2",
|
||||
"medusa-test-utils": "^1.1.6",
|
||||
"medusa-test-utils": "^1.1.8",
|
||||
"pg": "^8.5.1",
|
||||
"ulid": "^2.3.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user