olivermrbl
233d6904f8
chore(release): Publish
2022-12-22 15:54:20 +01:00
Adrien de Peretti
c8724da503
feat(medusa,medusa-payment-stripe): Move database mutation from plugin to core ( #2743 )
...
**what**
The goal of that PR is to first refactor the payment provider and payment plugin to support the new API that removes the data mutation from within the plugin to be done by the core instead. In any case, this pr does not include the steps of the deeper refactoring. The last part will come in later pr.
**How**
- The payment plugin is now capable to handle both the deprecated and new API and the plugin works the same as it use to works.
- The mutation made by the plugin have been moved into the core as well as the subscriber
- The tests have been updated to reflect the changed
- Remove all new methods introduced by the payment collections
- Mutualise types
- Update provider and payment collection services
- cleanup around all those refactoring including cleanup of the payment collection
- refactor stripe payment plugin
FIXES CORE-887
2022-12-19 14:37:35 +00:00
Adrien de Peretti
7cced6006a
fix(medusa-core-utils): getConfigFile typings ( #2783 )
...
* fix: getConfigFile typeings
* Create brave-apes-carry.md
Co-authored-by: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com >
2022-12-14 19:35:16 +01:00
olivermrbl
29135c0519
chore(release): Publish
2022-12-13 10:34:07 +01:00
Adrien de Peretti
b5d6682db6
feat(medusa): Allow regexp in CORS configuration ( #1935 )
2022-12-12 19:24:37 +01:00
Carlos R. L. Rodrigues
15c667fbd3
feat(medusa,medusa-react): PaymentCollection support ( #2659 )
...
* chore: medusa react, order edit complete fix and single payment session
2022-12-07 12:39:35 -03:00
Adrien de Peretti
1b21af87ab
chore(medusa-core-utils): Migrate to TS ( #2670 )
2022-12-05 10:21:04 +01:00
olivermrbl
ade898d434
chore(release): Publish
2022-11-22 13:35:50 +01:00
Philip Korsholm
e7c4cc3751
fix(medusa): Separate JWT auth strategies per domain ( #2646 )
...
**What**
Separate JWT auth strategies per domain
Co-authored-by: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com >
Co-authored-by: Adrien de Peretti <25098370+adrien2p@users.noreply.github.com >
2022-11-22 12:30:05 +00:00
olivermrbl
4542906619
chore(release): Publish
2022-11-04 11:37:56 +01:00
Philip Korsholm
ea3d738823
Feat(medusa): config error handling in loaders ( #2514 )
...
**What**
- add error handling when loading project config
**How**
- Add error parameter to get-medusa-config result if an error was thrown (previously we returned an empty config)
- Discussion:
A different, but equally valid approach could be just throwing the error rather than creating an error parameter. This causes a more ugly output without warnings and changes the api a bit but it would force error handling. wdyt?
**Why**
- cli would fail with database error `databaseMissingDriverError` if config was invalid, ex. missing a comma
### example (missing `,` in config)
**old output**
```
Successfully compiled 2 files with Babel (143ms).
[medusa-config] ⚠️ redis_url not found. A fake redis instance will be used.
[medusa-config] ⚠️ database_type not found. fallback to default sqlite.
info: Using flag MEDUSA_FF_ORDER_EDITING from environment with value true
info: Using flag MEDUSA_FF_SALES_CHANNELS from environment with value true
info: Using flag MEDUSA_FF_TAX_INCLUSIVE_PRICING from environment with value true
info: Using fake Redis
✔ Models initialized – 13ms
✔ Plugin models initialized – 0ms
✔ Repositories initialized – 17ms
⠋ Initializing databaseMissingDriverError: Wrong driver: "undefined" given. Supported drivers are: "aurora-data-api", "aurora-data-api-pg", "better-sqlite3", "capacitor", "cockroachdb", "cordova", "expo", "mariadb", "mongodb", "mssql", "mysql", "nativescript", "oracle", "postgres", "react-native", "sap", "sqlite", "sqljs".
```
**new output**
```
Successfully compiled 2 files with Babel (185ms).
error: Error in loading config: Unexpected identifier
error: /Users/phko/projects/community/my-medusa-store/medusa-config.js:129
plugins,
^^^^^^^
SyntaxError: Unexpected identifier
at compileFunction (<anonymous>)
at Object.compileFunction (node:vm:352:18)
at wrapSafe (node:internal/modules/cjs/loader:1033:15)
at Module._compile (node:internal/modules/cjs/loader:1069:27)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
at Module.load (node:internal/modules/cjs/loader:981:32)
at Function.Module._load (node:internal/modules/cjs/loader:822:12)
at Module.require (node:internal/modules/cjs/loader:1005:19)
at require (node:internal/modules/cjs/helpers:102:18)
at getConfigFile (/Users/phko/projects/community/my-medusa-store/node_modules/medusa-core-utils/dist/get-config-file.js:26:20)
```
2022-11-02 18:58:02 +00:00
olivermrbl
93bf1118eb
chore(release): Publish
2022-10-12 09:29:39 +02:00
olivermrbl
35df4962f8
chore(release): Publish
2022-10-10 18:02:50 +02:00
Sebastian Rindom
7dc8d3a0c9
feat(medusa): PriceList import strategy ( #2210 )
2022-09-28 15:30:15 +02:00
Carlos R. L. Rodrigues
a94d9816fe
chore: Centralise ESLint rules ( #2162 )
...
* chore: centrilize eslint rules
2022-09-13 07:42:33 -03:00
Adrien de Peretti
aaebb38eae
feat(medusa): Convert IdempotencyKeyService to TypeScript ( #1995 )
...
* feat(medusa): Migrate the idempotency key service to ts + fix
* feat(medusa): Finalise idempotency migration
* Create late-owls-pump.md
* feat(medusa): Polish
* feat(medusa): Add case to the error handler
* feat(medusa): Add case to the error handler
Co-authored-by: olivermrbl <oliver@mrbltech.com >
2022-08-09 08:08:07 +02:00
Zakaria El Asri
9fa4238ee4
chore: improve ci pipeline ( #1764 )
...
* fix: caching deps + add true parallelization to integration tests api
* fix: github action
* chore: upgrade to yarn berry (#1762 )
* init migration
* remove: yarn.lock from all pkgs
* fix: build script in pkgs
* adjust yarn config
* fix: yarn.lock and yarnrc.yml
* fix: github actions
* fix: wrong type
* fix (medusa-react): use dts-cli instead of tsdx
* fix: yarn.lock
* fix: yarn v
* fix: prepare script
* add: comment on why we need to downgrade yarn before medusa-dev
* chore: move to Turborepo (#1763 )
* increase number of parallel nodes
* fix (medusa-fulfillment-webshipper): build script
* fix: use new version of medusa-dev
* fix: rename cache-bootstrap to cache-deps
2022-07-10 12:11:11 +02:00
Sebastian Rindom
36c0f468f9
chore(release): Publish
...
- babel-preset-medusa-package@1.1.19
- @medusajs/medusa-cli@1.1.24
- medusa-core-utils@1.1.31
- medusa-dev-cli@0.0.24
- medusa-file-minio@1.0.1
- medusa-file-s3@1.0.9
- medusa-file-spaces@1.1.34
- medusa-fulfillment-manual@1.1.31
- medusa-fulfillment-webshipper@1.1.35
- medusa-interfaces@1.1.32
- @medusajs/medusa-js@1.0.6
- medusa-payment-adyen@1.1.36
- medusa-payment-klarna@1.1.36
- medusa-payment-manual@1.0.13
- medusa-payment-paypal@1.0.35
- medusa-payment-stripe@1.1.35
- medusa-plugin-add-ons@1.1.34
- medusa-plugin-algolia@0.0.6
- medusa-plugin-brightpearl@1.1.40
- medusa-plugin-contentful@1.1.37
- medusa-plugin-economic@1.1.34
- medusa-plugin-mailchimp@1.1.34
- medusa-plugin-meilisearch@0.0.12
- medusa-plugin-permissions@1.1.34
- medusa-plugin-restock-notification@0.0.27
- medusa-plugin-segment@1.1.37
- medusa-plugin-sendgrid@1.1.35
- medusa-plugin-slack-notification@1.1.34
- medusa-plugin-twilio-sms@1.1.34
- medusa-plugin-wishlist@1.1.34
- medusa-source-shopify@1.0.0
- medusa-telemetry@0.0.11
- medusa-test-utils@1.1.34
- @medusajs/medusa@1.1.58
2021-12-08 13:21:54 +01:00
Kasper Fabricius Kristensen
577bcc23d4
feat: medusa-source-shopify loader ( #563 )
...
* added statuses to product + unit test for updating status
* add update to product model
* added integration tests
* added integration test to validate that updating status to null results in invalid_data error
* removed comment
* update GET /store/products integration test
* fixed unit test with IdMap
* init plugin
* changed dbehaviour on invalid status input on admin list products
* mprices
* updated migration to add status = published on all existing products + added integration test on GET /admin/products when status null is provided
* merged product status
* init ShopifyService
* made requested changes to migration and GET /store/products
* fixed test
* made requested changes to migration
* push progress on source plugin
* add webhook product/create handler
* fixed normalization of variant weight
* removed weight func
* work on events
* finished product hooks (error on new variant needs to be fixed)
* fixed order status
* create fulfillments
* update fulfillment on cancel
* refactored services, handle returns though medusa, helper methods
* order updates
* removed dist
* update gitignore
* emit cahnges to product
* added redis ignore check to prevent update loops
* fixed product-variant.deleted event
* fix more events
* fix test
* fix: order taxes
* added refund with no items
* fixes to hooks
* fixed handling refunds and returns issued from Shopify
* added unit tests to ShopifyProductService and ShopifyCollectionService
* linting fix
* prepared loader PR
* fix: jsDocs
* fix: pager
* fix: build output and babelrc
* chore: linting
* fix: address type
* fix: migration clean up
* fix: update snapshots with ext_ids
Co-authored-by: Sebastian Rindom <skrindom@gmail.com >
2021-12-08 10:09:21 +01:00
Sebastian Rindom
ed04132533
fix(medusa): migrate cart service to typescript ( #884 )
...
* fix: migrate cart service to typescript
* fix: jsdoc inventory service
* fix: revert route unit test change
* fix: typo
* fix: revert integration test packages
* fix: cleanup
* fix: tests
* fix: integration tests
* fix: create props type guards
* fix: move total field to common types
2021-12-07 19:26:00 +01:00
Sebastian Rindom
4fcf9c1ee5
chore(release): Publish
...
- medusa-core-utils@1.1.30
- medusa-file-s3@1.0.8
- medusa-file-spaces@1.1.33
- medusa-fulfillment-manual@1.1.30
- medusa-fulfillment-webshipper@1.1.34
- medusa-interfaces@1.1.31
- @medusajs/medusa-js@1.0.5
- medusa-payment-adyen@1.1.35
- medusa-payment-klarna@1.1.35
- medusa-payment-manual@1.0.12
- medusa-payment-paypal@1.0.34
- medusa-payment-stripe@1.1.34
- medusa-plugin-add-ons@1.1.33
- medusa-plugin-algolia@0.0.5
- medusa-plugin-brightpearl@1.1.39
- medusa-plugin-contentful@1.1.36
- medusa-plugin-economic@1.1.33
- medusa-plugin-mailchimp@1.1.33
- medusa-plugin-meilisearch@0.0.11
- medusa-plugin-permissions@1.1.33
- medusa-plugin-restock-notification@0.0.26
- medusa-plugin-segment@1.1.36
- medusa-plugin-sendgrid@1.1.34
- medusa-plugin-slack-notification@1.1.33
- medusa-plugin-twilio-sms@1.1.33
- medusa-plugin-wishlist@1.1.33
- medusa-test-utils@1.1.33
- @medusajs/medusa@1.1.57
2021-11-23 09:49:33 +01:00
Sebastian Rindom
38b0e295b2
fix: bumps class-transformer to 0.5.1 ( #837 )
...
* fix: bumps class transformer to 0.5.1
* fix(medusa): bumps class transformer to 0.5.1
2021-11-23 09:47:16 +01:00
Oliver Juhl
7770046479
chore(release): Publish
...
- medusa-core-utils@1.1.29
- medusa-file-s3@1.0.7
- medusa-file-spaces@1.1.32
- medusa-fulfillment-manual@1.1.29
- medusa-fulfillment-webshipper@1.1.33
- medusa-interfaces@1.1.30
- @medusajs/medusa-js@1.0.4
- medusa-payment-adyen@1.1.34
- medusa-payment-klarna@1.1.34
- medusa-payment-manual@1.0.11
- medusa-payment-paypal@1.0.33
- medusa-payment-stripe@1.1.33
- medusa-plugin-add-ons@1.1.32
- medusa-plugin-algolia@0.0.4
- medusa-plugin-brightpearl@1.1.38
- medusa-plugin-contentful@1.1.35
- medusa-plugin-economic@1.1.32
- medusa-plugin-mailchimp@1.1.32
- medusa-plugin-meilisearch@0.0.10
- medusa-plugin-permissions@1.1.32
- medusa-plugin-restock-notification@0.0.25
- medusa-plugin-segment@1.1.35
- medusa-plugin-sendgrid@1.1.33
- medusa-plugin-slack-notification@1.1.32
- medusa-plugin-twilio-sms@1.1.32
- medusa-plugin-wishlist@1.1.32
- medusa-test-utils@1.1.32
- @medusajs/medusa@1.1.56
2021-11-22 17:10:54 +01:00
Sebastian Rindom
322466bc99
chore(release): Publish
...
- medusa-core-utils@1.1.28
- medusa-file-s3@1.0.6
- medusa-file-spaces@1.1.31
- medusa-fulfillment-manual@1.1.28
- medusa-fulfillment-webshipper@1.1.32
- medusa-interfaces@1.1.29
- @medusajs/medusa-js@1.0.2
- medusa-payment-adyen@1.1.33
- medusa-payment-klarna@1.1.33
- medusa-payment-manual@1.0.10
- medusa-payment-paypal@1.0.32
- medusa-payment-stripe@1.1.32
- medusa-plugin-add-ons@1.1.31
- medusa-plugin-algolia@0.0.3
- medusa-plugin-brightpearl@1.1.37
- medusa-plugin-contentful@1.1.34
- medusa-plugin-economic@1.1.31
- medusa-plugin-mailchimp@1.1.31
- medusa-plugin-meilisearch@0.0.9
- medusa-plugin-permissions@1.1.31
- medusa-plugin-restock-notification@0.0.24
- medusa-plugin-segment@1.1.34
- medusa-plugin-sendgrid@1.1.32
- medusa-plugin-slack-notification@1.1.31
- medusa-plugin-twilio-sms@1.1.31
- medusa-plugin-wishlist@1.1.31
- medusa-test-utils@1.1.31
- @medusajs/medusa@1.1.54
2021-11-19 10:30:35 +01:00
Sebastian Rindom
aa460f6359
chore: release assist
2021-11-19 10:29:02 +01:00
Sebastian Rindom
a69b1e85be
chore(release): Publish
...
- medusa-core-utils@1.1.27
- medusa-file-s3@1.0.5
- medusa-file-spaces@1.1.30
- medusa-fulfillment-manual@1.1.27
- medusa-fulfillment-webshipper@1.1.31
- medusa-interfaces@1.1.28
- @medusajs/medusa-js@1.0.1
- medusa-payment-adyen@1.1.32
- medusa-payment-klarna@1.1.32
- medusa-payment-manual@1.0.9
- medusa-payment-paypal@1.0.31
- medusa-payment-stripe@1.1.31
- medusa-plugin-add-ons@1.1.30
- medusa-plugin-algolia@0.0.2
- medusa-plugin-brightpearl@1.1.36
- medusa-plugin-contentful@1.1.33
- medusa-plugin-economic@1.1.30
- medusa-plugin-mailchimp@1.1.30
- medusa-plugin-meilisearch@0.0.8
- medusa-plugin-permissions@1.1.30
- medusa-plugin-restock-notification@0.0.23
- medusa-plugin-segment@1.1.33
- medusa-plugin-sendgrid@1.1.31
- medusa-plugin-slack-notification@1.1.30
- medusa-plugin-twilio-sms@1.1.30
- medusa-plugin-wishlist@1.1.30
- medusa-test-utils@1.1.30
- @medusajs/medusa@1.1.53
2021-11-19 10:26:29 +01:00
Oliver Windall Juhl
373532ecbc
feat: Typescript for API layer ( #817 )
...
Co-authored-by: Philip Korsholm <88927411+pKorsholm@users.noreply.github.com >
Co-authored-by: Zakaria El Asri <33696020+zakariaelas@users.noreply.github.com >
Co-authored-by: Kasper Fabricius Kristensen <45367945+kasperkristensen@users.noreply.github.com >
Co-authored-by: Philip Korsholm <philip.korsholm@hotmail.com >
Co-authored-by: Sebastian Rindom <seb@medusa-commerce.com >
2021-11-18 15:19:17 +01:00
Sebastian Rindom
528fc3a933
chore(release): Publish
...
- babel-preset-medusa-package@1.1.17
- create-medusa-app@0.0.5
- @medusajs/medusa-cli@1.1.22
- medusa-core-utils@1.1.26
- medusa-dev-cli@0.0.22
- medusa-file-s3@1.0.4
- medusa-file-spaces@1.1.29
- medusa-fulfillment-manual@1.1.26
- medusa-fulfillment-webshipper@1.1.30
- medusa-interfaces@1.1.27
- medusa-payment-adyen@1.1.31
- medusa-payment-klarna@1.1.31
- medusa-payment-manual@1.0.8
- medusa-payment-paypal@1.0.30
- medusa-payment-stripe@1.1.30
- medusa-plugin-add-ons@1.1.29
- medusa-plugin-brightpearl@1.1.34
- medusa-plugin-contentful@1.1.31
- medusa-plugin-discount-generator@1.1.19
- medusa-plugin-economic@1.1.29
- medusa-plugin-ip-lookup@1.1.19
- medusa-plugin-mailchimp@1.1.29
- medusa-plugin-meilisearch@0.0.5
- medusa-plugin-permissions@1.1.29
- medusa-plugin-restock-notification@0.0.22
- medusa-plugin-segment@1.1.32
- medusa-plugin-sendgrid@1.1.30
- medusa-plugin-slack-notification@1.1.29
- medusa-plugin-twilio-sms@1.1.29
- medusa-plugin-wishlist@1.1.29
- medusa-telemetry@0.0.9
- medusa-test-utils@1.1.29
- @medusajs/medusa@1.1.45
2021-10-18 17:55:22 +02:00
Sebastian Rindom
0eecc128dc
chore(release): Publish
...
- babel-preset-medusa-package@1.1.16
- create-medusa-app@0.0.4
- @medusajs/medusa-cli@1.1.21
- medusa-core-utils@1.1.25
- medusa-dev-cli@0.0.21
- medusa-file-s3@1.0.3
- medusa-file-spaces@1.1.28
- medusa-fulfillment-manual@1.1.25
- medusa-fulfillment-webshipper@1.1.29
- medusa-interfaces@1.1.26
- medusa-payment-adyen@1.1.30
- medusa-payment-klarna@1.1.30
- medusa-payment-manual@1.0.7
- medusa-payment-paypal@1.0.29
- medusa-payment-stripe@1.1.29
- medusa-plugin-add-ons@1.1.28
- medusa-plugin-brightpearl@1.1.33
- medusa-plugin-contentful@1.1.30
- medusa-plugin-discount-generator@1.1.18
- medusa-plugin-economic@1.1.28
- medusa-plugin-ip-lookup@1.1.18
- medusa-plugin-mailchimp@1.1.28
- medusa-plugin-meilisearch@0.0.4
- medusa-plugin-permissions@1.1.28
- medusa-plugin-restock-notification@0.0.21
- medusa-plugin-segment@1.1.31
- medusa-plugin-sendgrid@1.1.29
- medusa-plugin-slack-notification@1.1.28
- medusa-plugin-twilio-sms@1.1.28
- medusa-plugin-wishlist@1.1.28
- medusa-telemetry@0.0.8
- medusa-test-utils@1.1.28
- @medusajs/medusa@1.1.44
2021-10-18 17:55:07 +02:00
Sebastian Rindom
7e8fbf8fc3
chore(release): Publish
...
- @medusajs/medusa-cli@1.1.20
- medusa-core-utils@1.1.24
- medusa-file-s3@1.0.2
- medusa-file-spaces@1.1.27
- medusa-fulfillment-manual@1.1.24
- medusa-fulfillment-webshipper@1.1.28
- medusa-interfaces@1.1.25
- medusa-payment-adyen@1.1.29
- medusa-payment-klarna@1.1.29
- medusa-payment-manual@1.0.6
- medusa-payment-paypal@1.0.28
- medusa-payment-stripe@1.1.28
- medusa-plugin-add-ons@1.1.27
- medusa-plugin-brightpearl@1.1.32
- medusa-plugin-contentful@1.1.29
- medusa-plugin-discount-generator@1.1.17
- medusa-plugin-economic@1.1.27
- medusa-plugin-ip-lookup@1.1.17
- medusa-plugin-mailchimp@1.1.27
- medusa-plugin-meilisearch@0.0.3
- medusa-plugin-permissions@1.1.27
- medusa-plugin-restock-notification@0.0.20
- medusa-plugin-segment@1.1.30
- medusa-plugin-sendgrid@1.1.28
- medusa-plugin-slack-notification@1.1.27
- medusa-plugin-twilio-sms@1.1.27
- medusa-plugin-wishlist@1.1.27
- medusa-telemetry@0.0.7
- medusa-test-utils@1.1.27
- @medusajs/medusa@1.1.43
2021-10-18 17:30:12 +02:00
Sebastian Rindom
1b64a58605
chore(release): Publish
...
- @medusajs/medusa-cli@1.1.19
- medusa-core-utils@1.1.23
- medusa-file-s3@1.0.1
- medusa-file-spaces@1.1.26
- medusa-fulfillment-manual@1.1.23
- medusa-fulfillment-webshipper@1.1.27
- medusa-interfaces@1.1.24
- medusa-payment-adyen@1.1.28
- medusa-payment-klarna@1.1.28
- medusa-payment-manual@1.0.5
- medusa-payment-paypal@1.0.27
- medusa-payment-stripe@1.1.27
- medusa-plugin-add-ons@1.1.26
- medusa-plugin-brightpearl@1.1.31
- medusa-plugin-contentful@1.1.28
- medusa-plugin-discount-generator@1.1.16
- medusa-plugin-economic@1.1.26
- medusa-plugin-ip-lookup@1.1.16
- medusa-plugin-mailchimp@1.1.26
- medusa-plugin-meilisearch@0.0.2
- medusa-plugin-permissions@1.1.26
- medusa-plugin-restock-notification@0.0.19
- medusa-plugin-segment@1.1.29
- medusa-plugin-sendgrid@1.1.27
- medusa-plugin-slack-notification@1.1.26
- medusa-plugin-twilio-sms@1.1.26
- medusa-plugin-wishlist@1.1.26
- medusa-telemetry@0.0.6
- medusa-test-utils@1.1.26
- @medusajs/medusa@1.1.42
2021-10-18 17:29:59 +02:00
zakariaelas
c960851e58
merge develop and resolve conflicts
2021-10-18 12:50:31 +01:00
Sebastian Rindom
62fda1043e
Merge pull request #559 from medusajs/chore/lint
...
chore: add better linting rules
2021-10-14 10:54:53 +02:00
pKorsholm
5ef2a3fbcb
feat: Product filtering ( #439 )
2021-10-13 16:01:59 +02:00
Sebastian Rindom
f02cb638db
chore: remove packages/*/.eslintrc|.prettierrc
2021-10-12 21:24:01 +02:00
Sebastian Rindom
10c87e8d5a
Merge remote-tracking branch 'origin/develop' into feat/meilisearch-plugin
2021-09-29 15:20:22 +02:00
dependabot[bot]
084adb72d8
chore(deps): bump tmpl from 1.0.4 to 1.0.5 in /packages/medusa-core-utils ( #409 )
...
* docs: create-medusa-app article (#401 )
* fix: temporarily comment out cloud related docs (#387 )
* Fix typo in registerOptin section (#407 )
* docs: Carts in Medusa (#406 )
* chore(deps): bump tmpl in /packages/medusa-core-utils
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl ) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/daaku/nodejs-tmpl/releases )
- [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5 )
---
updated-dependencies:
- dependency-name: tmpl
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Vadim Smirnov <62517920+FuzzyReason@users.noreply.github.com >
Co-authored-by: ps-89 <91064940+ps-89@users.noreply.github.com >
Co-authored-by: Sebastian Rindom <skrindom@gmail.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-27 18:48:19 +02:00
zakariaelas
24eecd2922
fix: use type to choose transformer before adding or replacing documents
2021-09-24 11:34:14 +01:00
zakariaelas
307b1c9342
fix cursor pagination + flatten variant options field
2021-09-24 01:20:12 +01:00
Sebastian Rindom
9e181352d0
chore(release): Publish
...
- babel-preset-medusa-package@1.1.15
- create-medusa-app@0.0.3
- @medusajs/medusa-cli@1.1.18
- medusa-core-utils@1.1.22
- medusa-dev-cli@0.0.20
- medusa-file-spaces@1.1.25
- medusa-fulfillment-manual@1.1.22
- medusa-fulfillment-webshipper@1.1.26
- medusa-interfaces@1.1.23
- medusa-payment-adyen@1.1.27
- medusa-payment-klarna@1.1.27
- medusa-payment-manual@1.0.4
- medusa-payment-paypal@1.0.26
- medusa-payment-stripe@1.1.25
- medusa-plugin-add-ons@1.1.25
- medusa-plugin-brightpearl@1.1.30
- medusa-plugin-contentful@1.1.27
- medusa-plugin-discount-generator@1.1.15
- medusa-plugin-economic@1.1.25
- medusa-plugin-ip-lookup@1.1.15
- medusa-plugin-mailchimp@1.1.25
- medusa-plugin-permissions@1.1.25
- medusa-plugin-restock-notification@0.0.18
- medusa-plugin-segment@1.1.28
- medusa-plugin-sendgrid@1.1.26
- medusa-plugin-slack-notification@1.1.25
- medusa-plugin-twilio-sms@1.1.25
- medusa-plugin-wishlist@1.1.25
- medusa-telemetry@0.0.5
- medusa-test-utils@1.1.25
- @medusajs/medusa@1.1.40
2021-09-15 11:44:37 +02:00
Sebastian Rindom
1d05854fe4
chore(release): Publish
...
- babel-preset-medusa-package@1.1.14
- create-medusa-app@0.0.1
- @medusajs/medusa-cli@1.1.17
- medusa-core-utils@1.1.21
- medusa-dev-cli@0.0.19
- medusa-file-spaces@1.1.24
- medusa-fulfillment-manual@1.1.21
- medusa-fulfillment-webshipper@1.1.25
- medusa-interfaces@1.1.22
- medusa-payment-adyen@1.1.26
- medusa-payment-klarna@1.1.26
- medusa-payment-manual@1.0.3
- medusa-payment-paypal@1.0.25
- medusa-payment-stripe@1.1.24
- medusa-plugin-add-ons@1.1.24
- medusa-plugin-brightpearl@1.1.29
- medusa-plugin-contentful@1.1.26
- medusa-plugin-discount-generator@1.1.14
- medusa-plugin-economic@1.1.24
- medusa-plugin-ip-lookup@1.1.14
- medusa-plugin-mailchimp@1.1.24
- medusa-plugin-permissions@1.1.24
- medusa-plugin-restock-notification@0.0.17
- medusa-plugin-segment@1.1.27
- medusa-plugin-sendgrid@1.1.25
- medusa-plugin-slack-notification@1.1.24
- medusa-plugin-twilio-sms@1.1.24
- medusa-plugin-wishlist@1.1.24
- medusa-telemetry@0.0.4
- medusa-test-utils@1.1.24
- @medusajs/medusa@1.1.39
2021-09-14 18:28:37 +02:00
Sebastian Rindom
e7bfd6202f
chore: release assist
2021-09-14 16:04:13 +02:00
Sebastian Rindom
8275b1623e
chore(release): Publish
...
- @medusajs/medusa-cli@1.1.15
- medusa-core-utils@1.1.20
- medusa-file-spaces@1.1.23
- medusa-fulfillment-manual@1.1.20
- medusa-fulfillment-webshipper@1.1.24
- medusa-interfaces@1.1.21
- medusa-payment-adyen@1.1.25
- medusa-payment-klarna@1.1.25
- medusa-payment-manual@1.0.2
- medusa-payment-paypal@1.0.24
- medusa-payment-stripe@1.1.23
- medusa-plugin-add-ons@1.1.23
- medusa-plugin-brightpearl@1.1.28
- medusa-plugin-contentful@1.1.25
- medusa-plugin-economic@1.1.23
- medusa-plugin-mailchimp@1.1.23
- medusa-plugin-permissions@1.1.23
- medusa-plugin-restock-notification@0.0.16
- medusa-plugin-segment@1.1.26
- medusa-plugin-sendgrid@1.1.24
- medusa-plugin-slack-notification@1.1.23
- medusa-plugin-twilio-sms@1.1.23
- medusa-plugin-wishlist@1.1.23
- medusa-telemetry@0.0.2
- medusa-test-utils@1.1.23
- @medusajs/medusa@1.1.34
2021-08-05 17:23:19 +02:00
Kasper Fabricius Kristensen
f07cc0fa40
feat: In band inventory updates ( #311 )
...
Co-authored-by: olivermrbl <oliver@mrbltech.com >
2021-08-05 12:21:15 +02:00
Sebastian Rindom
329f8b134c
chore(release): Publish
...
- babel-preset-medusa-package@1.1.13
- @medusajs/medusa-cli@1.1.14
- medusa-core-utils@1.1.19
- medusa-dev-cli@0.0.18
- medusa-file-spaces@1.1.22
- medusa-fulfillment-manual@1.1.19
- medusa-fulfillment-webshipper@1.1.23
- medusa-interfaces@1.1.20
- medusa-payment-adyen@1.1.24
- medusa-payment-klarna@1.1.24
- medusa-payment-manual@1.0.1
- medusa-payment-paypal@1.0.23
- medusa-payment-stripe@1.1.22
- medusa-plugin-add-ons@1.1.22
- medusa-plugin-brightpearl@1.1.27
- medusa-plugin-contentful@1.1.24
- medusa-plugin-discount-generator@1.1.13
- medusa-plugin-economic@1.1.22
- medusa-plugin-ip-lookup@1.1.13
- medusa-plugin-mailchimp@1.1.22
- medusa-plugin-permissions@1.1.22
- medusa-plugin-restock-notification@0.0.15
- medusa-plugin-segment@1.1.25
- medusa-plugin-sendgrid@1.1.23
- medusa-plugin-slack-notification@1.1.22
- medusa-plugin-twilio-sms@1.1.22
- medusa-plugin-wishlist@1.1.22
- medusa-test-utils@1.1.22
- @medusajs/medusa@1.1.33
2021-07-26 13:01:59 +02:00
Sebastian Rindom
f96d0d3ac9
chore(release): Publish
...
- babel-preset-medusa-package@1.1.12
- @medusajs/medusa-cli@1.1.13
- medusa-core-utils@1.1.18
- medusa-dev-cli@0.0.17
- medusa-file-spaces@1.1.21
- medusa-fulfillment-manual@1.1.18
- medusa-fulfillment-webshipper@1.1.22
- medusa-interfaces@1.1.19
- medusa-payment-adyen@1.1.23
- medusa-payment-klarna@1.1.23
- medusa-payment-paypal@1.0.22
- medusa-payment-stripe@1.1.21
- medusa-plugin-add-ons@1.1.21
- medusa-plugin-brightpearl@1.1.26
- medusa-plugin-contentful@1.1.23
- medusa-plugin-discount-generator@1.1.12
- medusa-plugin-economic@1.1.21
- medusa-plugin-ip-lookup@1.1.12
- medusa-plugin-mailchimp@1.1.21
- medusa-plugin-permissions@1.1.21
- medusa-plugin-restock-notification@0.0.14
- medusa-plugin-segment@1.1.24
- medusa-plugin-sendgrid@1.1.22
- medusa-plugin-slack-notification@1.1.21
- medusa-plugin-twilio-sms@1.1.21
- medusa-plugin-wishlist@1.1.21
- medusa-test-utils@1.1.21
- @medusajs/medusa@1.1.31
2021-07-15 11:20:19 +02:00
Sebastian Rindom
2585e958de
release: next ( #315 )
...
Co-authored-by: Sebastian Mateos Nicolajsen <sebastian.m.nicolajsen@gmail.com >
Co-authored-by: Abraham Ugbeshe <abrahamugbeshe@gmail.com >
Co-authored-by: olivermrbl <oliver@mrbltech.com >
2021-07-15 09:37:27 +02:00
olivermrbl
44d31b4d83
chore(release): Publish
...
- babel-preset-medusa-package@1.1.10
- @medusajs/medusa-cli@1.1.11
- medusa-core-utils@1.1.16
- medusa-dev-cli@0.0.15
- medusa-file-spaces@1.1.19
- medusa-fulfillment-manual@1.1.16
- medusa-fulfillment-webshipper@1.1.20
- medusa-interfaces@1.1.17
- medusa-payment-adyen@1.1.21
- medusa-payment-klarna@1.1.21
- medusa-payment-paypal@1.0.20
- medusa-payment-stripe@1.1.19
- medusa-plugin-add-ons@1.1.19
- medusa-plugin-brightpearl@1.1.24
- medusa-plugin-contentful@1.1.21
- medusa-plugin-discount-generator@1.1.10
- medusa-plugin-economic@1.1.19
- medusa-plugin-ip-lookup@1.1.10
- medusa-plugin-mailchimp@1.1.19
- medusa-plugin-permissions@1.1.19
- medusa-plugin-restock-notification@0.0.12
- medusa-plugin-segment@1.1.22
- medusa-plugin-sendgrid@1.1.20
- medusa-plugin-slack-notification@1.1.19
- medusa-plugin-twilio-sms@1.1.19
- medusa-plugin-wishlist@1.1.19
- medusa-test-utils@1.1.19
- @medusajs/medusa@1.1.29
2021-07-02 14:45:24 +02:00
Sebastian Rindom
d759fb4862
chore(release): Publish
...
- babel-preset-medusa-package@1.1.9
- @medusajs/medusa-cli@1.1.10
- medusa-core-utils@1.1.15
- medusa-dev-cli@0.0.14
- medusa-file-spaces@1.1.18
- medusa-fulfillment-manual@1.1.15
- medusa-fulfillment-webshipper@1.1.19
- medusa-interfaces@1.1.16
- medusa-payment-adyen@1.1.18
- medusa-payment-klarna@1.1.19
- medusa-payment-paypal@1.0.19
- medusa-payment-stripe@1.1.18
- medusa-plugin-add-ons@1.1.18
- medusa-plugin-brightpearl@1.1.21
- medusa-plugin-contentful@1.1.19
- medusa-plugin-discount-generator@1.1.9
- medusa-plugin-economic@1.1.18
- medusa-plugin-ip-lookup@1.1.9
- medusa-plugin-mailchimp@1.1.18
- medusa-plugin-permissions@1.1.18
- medusa-plugin-restock-notification@0.0.10
- medusa-plugin-segment@1.1.21
- medusa-plugin-sendgrid@1.1.19
- medusa-plugin-slack-notification@1.1.18
- medusa-plugin-twilio-sms@1.1.18
- medusa-plugin-wishlist@1.1.18
- medusa-test-utils@1.1.18
- @medusajs/medusa@1.1.27
2021-06-22 15:40:38 +02:00
Sebastian Rindom
668e8a7402
fix: release assist
2021-06-22 15:19:33 +02:00