forked from medusajs/medusa
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7d77d91
commit e4077b7
Showing
10 changed files
with
114 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
{ | ||
"mode": "pre", | ||
"tag": "staging", | ||
"initialVersions": { | ||
"babel-preset-medusa-package": "1.1.19", | ||
"create-medusa-app": "0.0.7", | ||
"gatsby-source-medusa": "0.1.1", | ||
"@medusajs/medusa": "1.5.0", | ||
"@medusajs/medusa-cli": "1.3.3", | ||
"medusa-core-utils": "1.1.33", | ||
"medusa-dev-cli": "0.0.26", | ||
"medusa-file-minio": "1.1.0", | ||
"medusa-file-s3": "1.1.6", | ||
"medusa-file-spaces": "1.3.0", | ||
"medusa-fulfillment-manual": "1.1.32", | ||
"medusa-fulfillment-webshipper": "1.3.3", | ||
"medusa-interfaces": "1.3.3", | ||
"@medusajs/medusa-js": "1.3.1", | ||
"medusa-payment-adyen": "1.1.39", | ||
"medusa-payment-klarna": "1.3.4", | ||
"medusa-payment-manual": "1.0.17", | ||
"medusa-payment-paypal": "1.2.6", | ||
"medusa-payment-stripe": "1.1.44", | ||
"medusa-plugin-algolia": "0.2.5", | ||
"medusa-plugin-brightpearl": "1.3.1", | ||
"medusa-plugin-contentful": "1.2.3", | ||
"medusa-plugin-discount-generator": "1.1.19", | ||
"medusa-plugin-economic": "1.1.38", | ||
"medusa-plugin-ip-lookup": "1.2.1", | ||
"medusa-plugin-mailchimp": "1.1.42", | ||
"medusa-plugin-meilisearch": "1.0.0", | ||
"medusa-plugin-restock-notification": "1.0.0", | ||
"medusa-plugin-segment": "1.3.0", | ||
"medusa-plugin-sendgrid": "1.3.3", | ||
"medusa-plugin-slack-notification": "1.3.4", | ||
"medusa-plugin-twilio-sms": "1.2.3", | ||
"medusa-plugin-wishlist": "1.1.37", | ||
"medusa-react": "2.0.0", | ||
"medusa-source-shopify": "1.2.3", | ||
"medusa-telemetry": "0.0.13", | ||
"medusa-test-utils": "1.1.37" | ||
}, | ||
"changesets": [ | ||
"afraid-cups-turn", | ||
"brown-cups-draw", | ||
"cool-rabbits-leave", | ||
"fast-suns-repair", | ||
"few-maps-hammer", | ||
"grumpy-bottles-move", | ||
"lemon-peaches-protect", | ||
"lucky-worms-turn", | ||
"perfect-beers-notice", | ||
"sixty-paws-cover" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,22 @@ | ||
# Change Log | ||
|
||
## 0.0.27-staging.0 | ||
|
||
### Patch Changes | ||
|
||
- [#2360](https://github.com/medusajs/medusa/pull/2360) [`196595cb`](https://github.com/medusajs/medusa/commit/196595cb651d058b7da8711604ba57e5c0ee8a55) Thanks [@srindom](https://github.com/srindom)! - Avoid dev cli auth | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.0.26](https://github.com/medusajs/medusa/compare/[email protected]@0.0.26) (2022-07-05) | ||
|
||
**Note:** Version bump only for package medusa-dev-cli | ||
|
||
|
||
|
||
|
||
|
||
## [0.0.25](https://github.com/medusajs/medusa/compare/[email protected]@0.0.25) (2022-07-05) | ||
|
||
**Note:** Version bump only for package medusa-dev-cli | ||
|
||
|
||
|
||
|
||
|
||
## [0.0.24](https://github.com/medusajs/medusa/compare/[email protected]@0.0.24) (2021-12-08) | ||
|
||
**Note:** Version bump only for package medusa-dev-cli | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "medusa-dev-cli", | ||
"description": "CLI helpers for contributors working on Medusa", | ||
"version": "0.0.26", | ||
"version": "0.0.27-staging.0", | ||
"author": "Sebastian Rindom <[email protected]>", | ||
"bin": { | ||
"medusa-dev": "./dist/index.js" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters