github-actions[bot]
c0d74bc682
chore: Version Packages ( #5340 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-19 15:58:48 +02:00
Josip Matić
04e9dd6a6a
fix(medusa-plugin-brightpearl): Missing discounts rule relation ( #5390 )
...
Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com >
2023-10-18 07:26:50 +00:00
Shahed Nasser
1a1fc6c968
docs: add documentation for remaining plugins ( #4994 )
...
* docs: add documentation for remaining plugins
* fix eslint errors
2023-09-08 19:18:48 +03:00
Josip Matić
5890d3b313
fix(medusa-plugin-brightpearl): Inventory sync for OOS items in brightpearl ( #4966 )
2023-09-07 11:29:48 +00:00
github-actions[bot]
2a181bc564
chore: Version Packages ( #4527 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-07-19 18:00:56 +02:00
Philip Korsholm
1304657133
fix(medusa-plugin-brightpearl): stacking reservations ( #4383 )
...
**What**
- Change the way we create reservations in brightpearl
Previously we would create reservations 1 to 1 from medusa to brightpearl. This causes issues due to brightpearl collapsing reservations causing occasional double reservations.
i.e. this update would allocate 4 stock for the order row
```
{
"products": [
{
"productId": "2713",
"salesOrderRowId": "224688",
"quantity": "2"
},
{
"productId": "2713",
"salesOrderRowId": "224688",
"quantity": "2"
}
]
}
```
Instead what we do now is create the rows with reservation quantity based on total quantity reserved in medusa. This means that a reservation creation acts as a trigger to update the reservation in brightpearl, but not with any specific amount. Instead we calculate how much total is reserved and create that in brightpearl.
2023-07-19 07:38:29 +00:00
Philip Korsholm
d184d23c63
Feat/bulk operations for inventory service ( #4503 )
...
* initial push
* bulk delete reservations by location ids
* add method to interface (not implemented yet)
* bulk update
* delete reservations by location id bulk
* add create bulk for inventory item
* refactor attach inventory item method
* add changeset
* verbose false
* method override instead of multiple methods
* change up method signature
* redo changes when updating interface
* update createInventoryLevel method
* rename variables
* fix feedback
* return correct string array when emitting event
* refactor inventory service
* redo order changes
* snapshot
* move prep methods
2023-07-18 11:17:57 +02:00
github-actions[bot]
04917d0721
chore: Version Packages ( #4502 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-07-11 20:38:52 +02:00
Adrien de Peretti
9dcdc0041a
fix(medusa, utils): fix the way selects are consumed alongside the relations ( #4389 )
...
**What**
There is actually an issue with using the `fields` query params with the way the repositories are using our custom query strategy. This pr aims to fix this issue by reworking the strategy.
What we had to do was to rework the way the selects are built for each subquery in order to follow the aliasing convention and to be taken into consideration. Alongside these changes, the join used to always select everything, this needed to be changed so that if there are any selects provided for a join, the join should not select everything and let the query select the fields that are requested.
Another notable change is that all the repositories are now using the repository util in order to centralize the customization and to have a single place to update when this kind of issue arises. This means that the eager relations when using the query builder are not necessarily taken into account. For that reason, I have removed the `shipping_option` eager option in favor of explicitly asking for the relations like we started to do it in some places.
FIXES CORE-1413
2023-06-29 13:26:41 +00:00
github-actions[bot]
5d7877ded6
chore: Version Packages ( #4223 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-06-18 13:14:20 +02:00
Philip Korsholm
1d91fa4e08
fix(medusa-plugin-brightpearl): External ref split ( #4295 )
...
* order should be first part of external_ref
* add changeset
---------
Co-authored-by: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com >
2023-06-15 19:41:44 +02:00
Oliver Windall Juhl
9b42387fd3
chore: Add missing deps ( #4317 )
2023-06-15 18:27:31 +02:00
Oliver Windall Juhl
afd1b67f1c
chore: Clean up deps, devDeps, and peerDeps across all packages ( #4276 )
...
* chore: Use caret for all Medusa deps
* Create wild-balloons-push.md
* Address PR feedback
* force build order
* add missing dep
* add missing dev deps
* addresses last comments
2023-06-14 15:18:11 +02:00
Philip Korsholm
572280e1d1
fix(medusa-plugin-brightpearl): Add bp from sales channel of order where possible ( #4160 )
...
* add bp from sales channel of order where possible
* add changeset
* correct typo
* Add missing relations
---------
Co-authored-by: olivermrbl <oliver@mrbltech.com >
2023-06-05 16:01:01 +02:00
github-actions[bot]
b41b6303cc
chore: Release ( #3856 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-04-26 19:09:01 +02:00
Philip Korsholm
4a85627435
feat(medusa, medusa-plugin-brightpearl): Inventory management for Brightpearl ( #3192 )
2023-04-23 12:50:19 +02:00
olivermrbl
66c59d54ff
chore(release): v1.8.0
2023-04-04 18:35:27 +02:00
Oliver Windall Juhl
809ab2e0eb
chore: Merge master to develop ( #3653 )
2023-03-31 13:09:57 +02:00
olivermrbl
b57ea22461
chore: Enter pre-release mode and version packages
2023-03-24 10:16:11 +01:00
olivermrbl
1bfbe27b9b
chore(release): Publish
2023-02-14 17:30:40 +01:00
Adrien de Peretti
8c5219a31e
chore: Update ignored files for npm ( #3217 )
2023-02-09 17:25:14 +01:00
olivermrbl
3b474ec35c
chore(release): Publish
2023-02-08 19:35:44 +01:00
Oliver Windall Juhl
08324355a4
chore: Patch bump all dependencies + minor bumps winston ( #3185 )
2023-02-07 19:15:29 +01:00
olivermrbl
6481b0c357
chore(release): Publish
2023-01-18 18:48:57 +01:00
Adrien de Peretti
93d0dc1bdc
fix(medusa): test, build and watch scripts ( #3025 )
2023-01-15 17:10:26 +01:00
olivermrbl
233d6904f8
chore(release): Publish
2022-12-22 15:54:20 +01:00
Oliver Windall Juhl
ba6bb3e54b
feat(medusa): Extract cron job logic to its own service ( #2821 )
...
**What**
Extract cron job logic from the `EventBusService` to its own service `JobSchedulerService`
**Why**
Preliminary step to extracting the event bus into a module
**Tests**
Tested with a local installation of Medusa
Resolved CORE-918
2022-12-19 19:04:46 +00:00
olivermrbl
4542906619
chore(release): Publish
2022-11-04 11:37:56 +01:00
Sebastian Rindom
61da5f3650
fix(medusa-plugin-brightpearl): account for shipping prices being tax inclusive ( #2536 )
...
**What**
BP plugin was recording total shipping price based on the shipping_method.price; however, this value may be with or without taxes depending on the tax inclusivity setting. This change ensures that the shipping price is calculated correctly.
2022-11-03 15:22:49 +00:00
Carlos R. L. Rodrigues
a94d9816fe
chore: Centralise ESLint rules ( #2162 )
...
* chore: centrilize eslint rules
2022-09-13 07:42:33 -03: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
olivermrbl
915359d84b
chore: fix yarn.lock conflicts
2022-07-05 10:17:09 +02:00
olivermrbl
f87c268913
chore(release): Publish
...
- @medusajs/medusa-cli@1.3.1
- medusa-dev-cli@0.0.25
- medusa-file-minio@1.0.7
- medusa-file-s3@1.1.3
- medusa-file-spaces@1.2.3
- medusa-fulfillment-webshipper@1.3.3
- medusa-interfaces@1.3.1
- @medusajs/medusa-js@1.2.3
- medusa-payment-paypal@1.2.3
- medusa-payment-stripe@1.1.41
- medusa-plugin-algolia@0.2.3
- medusa-plugin-brightpearl@1.3.1
- medusa-plugin-contentful@1.2.3
- medusa-plugin-ip-lookup@1.2.1
- medusa-plugin-mailchimp@1.1.42
- medusa-plugin-meilisearch@0.2.3
- medusa-plugin-sendgrid@1.3.3
- medusa-plugin-slack-notification@1.3.3
- medusa-plugin-twilio-sms@1.2.3
- medusa-react@0.3.3
- medusa-source-shopify@1.2.1
- @medusajs/medusa@1.3.3
2022-07-05 09:51:23 +02:00
Shahed Nasser
4583df8367
chore: added keywords for plugins ( #1707 )
...
* added keywords for plugins
* updated shopify plugin keywords
2022-06-23 16:12:33 +02:00
olivermrbl
ae5801c518
chore(release): Publish
...
- gatsby-source-medusa@0.1.0
- @medusajs/medusa-cli@1.3.0
- medusa-file-s3@1.1.0
- medusa-file-spaces@1.2.0
- medusa-fulfillment-webshipper@1.3.0
- medusa-interfaces@1.3.0
- @medusajs/medusa-js@1.2.0
- medusa-payment-klarna@1.3.0
- medusa-payment-paypal@1.2.0
- medusa-plugin-add-ons@1.2.0
- medusa-plugin-algolia@0.2.0
- medusa-plugin-brightpearl@1.3.0
- medusa-plugin-contentful@1.2.0
- medusa-plugin-ip-lookup@1.2.0
- medusa-plugin-meilisearch@0.2.0
- medusa-plugin-segment@1.3.0
- medusa-plugin-sendgrid@1.3.0
- medusa-plugin-slack-notification@1.3.0
- medusa-plugin-twilio-sms@1.2.0
- medusa-react@0.3.0
- medusa-source-shopify@1.2.0
- @medusajs/medusa@1.3.0
2022-05-01 15:16:35 +02:00
olivermrbl
6c010c019f
chore(release): Publish
...
- @medusajs/medusa-cli@1.2.1
- medusa-fulfillment-webshipper@1.2.1
- medusa-interfaces@1.2.1
- @medusajs/medusa-js@1.1.1
- medusa-payment-klarna@1.2.1
- medusa-payment-paypal@1.1.1
- medusa-plugin-algolia@0.1.1
- medusa-plugin-brightpearl@1.2.1
- medusa-plugin-meilisearch@0.1.1
- medusa-plugin-segment@1.2.1
- medusa-plugin-sendgrid@1.2.1
- medusa-plugin-slack-notification@1.2.1
- medusa-react@0.2.1
- medusa-source-shopify@1.1.1
- @medusajs/medusa@1.2.1
2022-02-28 16:57:42 +01:00
olivermrbl
806c42650c
chore(release): Publish
...
- @medusajs/medusa-cli@1.2.0
- medusa-fulfillment-webshipper@1.2.0
- medusa-interfaces@1.2.0
- @medusajs/medusa-js@1.1.0
- medusa-payment-klarna@1.2.0
- medusa-payment-paypal@1.1.0
- medusa-plugin-algolia@0.1.0
- medusa-plugin-brightpearl@1.2.0
- medusa-plugin-meilisearch@0.1.0
- medusa-plugin-segment@1.2.0
- medusa-plugin-sendgrid@1.2.0
- medusa-plugin-slack-notification@1.2.0
- medusa-react@0.2.0
- medusa-source-shopify@1.1.0
- @medusajs/medusa@1.2.0
2022-02-25 18:53:50 +01:00
Sebastian Rindom
47588e7a8d
feat: new tax api ( #979 )
...
* feat: add tax calculation strategy (#885 )
* feat: add tax calculation strategy
* fix: adds strategy loader
* fix: eslint ignore
* chore: cleanup
* fix: allow plugin overwrites
* fix: allow plugin overwrites
* fix: fake region
* Update packages/medusa/src/loaders/strategies.ts
Co-authored-by: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com >
Co-authored-by: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com >
* feat: adds tax related db entities + tax provider (#896 )
* feat: adds tax related db entities + tax provider
* fix: add tax provider tests
* fix: add tax service unit tests
* fix: tests + migrations
* fix: add inherited tax lines
* chore: rm tax-line repo
* fix: test
* fix: pr comments
* fix: unit test
* feat: totals service to ts (#911 )
* feat: adds tax related db entities + tax provider
* fix: add tax provider tests
* fix: add tax service unit tests
* fix: tests + migrations
* feat: totals service to ts
* fix: remove totals.js
* fix: add shipping methods
* fix: add inherited tax lines
* chore: rm tax-line repo
* fix: test
* fix: tests
* fix: tests
* fix: unit test
* fix: adds TotalsServiceProps
* feat: adds integration tests for automatic tax calculation + shipping tax rates (#945 )
* feat: adds tax related db entities + tax provider
* fix: add tax provider tests
* fix: add tax service unit tests
* fix: tests + migrations
* feat: totals service to ts
* fix: remove totals.js
* fix: add shipping methods
* fix: add inherited tax lines
* chore: rm tax-line repo
* fix: test
* fix: tests
* fix: tests
* fix: unit test
* fix: integration test helpers
* fix: adds factories + tests automatic tax rates
* fix: remove verbose
* fix: adds TotalsServiceProps
* fix: add shipping tax lines
* fix: add migration for shipping taxes
* fix: integration tests for shipping taxes
* fix: integration tests for shipping taxes
* fix: jsdoc types
* Feat/manual taxes (#950 )
* feat: adds tax related db entities + tax provider
* fix: add tax provider tests
* fix: add tax service unit tests
* fix: tests + migrations
* feat: totals service to ts
* fix: remove totals.js
* fix: add shipping methods
* fix: add inherited tax lines
* chore: rm tax-line repo
* fix: test
* fix: tests
* fix: tests
* fix: unit test
* fix: integration test helpers
* fix: adds factories + tests automatic tax rates
* fix: remove verbose
* fix: adds TotalsServiceProps
* fix: add shipping tax lines
* fix: add migration for shipping taxes
* fix: integration tests for shipping taxes
* fix: integration tests for shipping taxes
* fix: add integration tests for manual taxes
* fix: cart service - cleanup jsdoc
* feat: add /carts/id/taxes to manually calculate taxes
* feat: add integration tests for order tax calculations
* fix: unit tests
* fix: merge
* fix: rm verbose
* fix: unit tests
* fix: object -> cartOrOrder
* fix: rounding
* Feat/complete order w tax lines (#951 )
* feat: adds tax related db entities + tax provider
* fix: add tax provider tests
* fix: add tax service unit tests
* fix: tests + migrations
* feat: totals service to ts
* fix: remove totals.js
* fix: add shipping methods
* fix: add inherited tax lines
* chore: rm tax-line repo
* fix: test
* fix: tests
* fix: tests
* fix: unit test
* fix: integration test helpers
* fix: adds factories + tests automatic tax rates
* fix: remove verbose
* fix: adds TotalsServiceProps
* fix: add shipping tax lines
* fix: add migration for shipping taxes
* fix: integration tests for shipping taxes
* fix: integration tests for shipping taxes
* fix: add integration tests for manual taxes
* fix: cart service - cleanup jsdoc
* feat: add /carts/id/taxes to manually calculate taxes
* feat: add integration tests for order tax calculations
* feat: adds cart completion strategy + create order w. tax lines
* fix: unit tests
* fix: merge
* fix: rm verbose
* fix: unit tests
* fix: unit tests
* fix: unit tests
* fix: ensure calculation for list orders
* fix: unit tests
* fix: integration tests
* fix: adds cart order type gaurds
* Docs/tax api (#954 )
* feat: adds tax related db entities + tax provider
* fix: add tax provider tests
* fix: add tax service unit tests
* fix: tests + migrations
* feat: totals service to ts
* fix: remove totals.js
* fix: add shipping methods
* fix: add inherited tax lines
* chore: rm tax-line repo
* fix: test
* fix: tests
* fix: tests
* fix: unit test
* fix: integration test helpers
* fix: adds factories + tests automatic tax rates
* fix: remove verbose
* fix: adds TotalsServiceProps
* fix: add shipping tax lines
* fix: add migration for shipping taxes
* fix: integration tests for shipping taxes
* fix: integration tests for shipping taxes
* fix: add integration tests for manual taxes
* fix: cart service - cleanup jsdoc
* feat: add /carts/id/taxes to manually calculate taxes
* feat: add integration tests for order tax calculations
* feat: adds cart completion strategy + create order w. tax lines
* fix: unit tests
* fix: merge
* fix: rm verbose
* fix: unit tests
* fix: unit tests
* fix: unit tests
* fix: ensure calculation for list orders
* fix: unit tests
* fix: integration tests
* docs: documents tax related methods and types
* fix: require either item_id or shipping_method_id
* feat: product type tax rate (#969 )
* feat: adds tax related db entities + tax provider
* fix: add tax provider tests
* fix: add tax service unit tests
* fix: tests + migrations
* feat: totals service to ts
* fix: remove totals.js
* fix: add shipping methods
* fix: add inherited tax lines
* chore: rm tax-line repo
* fix: test
* fix: tests
* fix: tests
* fix: unit test
* fix: integration test helpers
* fix: adds factories + tests automatic tax rates
* fix: remove verbose
* fix: adds TotalsServiceProps
* fix: add shipping tax lines
* fix: add migration for shipping taxes
* fix: integration tests for shipping taxes
* fix: integration tests for shipping taxes
* fix: add integration tests for manual taxes
* fix: cart service - cleanup jsdoc
* feat: add /carts/id/taxes to manually calculate taxes
* feat: add integration tests for order tax calculations
* feat: adds cart completion strategy + create order w. tax lines
* fix: unit tests
* fix: merge
* fix: rm verbose
* fix: unit tests
* fix: unit tests
* fix: unit tests
* fix: ensure calculation for list orders
* fix: unit tests
* fix: integration tests
* docs: documents tax related methods and types
* fix: require either item_id or shipping_method_id
* feat: adds returns tests for new tax system
* feat: adds return lines + integration tests for swaps
* feat: return integration tests
* feat: adds product type tax rates
* feat: add tax management endpoints
* fix: create single migration
* fix: adds tax rates to js client
* fix: strats
* Fix/plugin tests (#998 )
* plugin testing setup
* fix: test sendgrid plugin
* fix: test sendgrid plugin
* chore: clean
* chore: clean
* fix: clean up tests
* fix: remove dirty import
* fix: sendgrid + brightpearl
* fix: plugin integration tests
* fix: klarna
* fix: shipping method tax
* fix: remove taxrates
* fix: unit tests
* fix: integration
* fix: integration
* fix: plugins tests
* fix: ignore plugins
* fix: tests
* fix: taxes (#1017 )
* fix: taxes
* fix: taxes
* fix: faulty ref
* fix: create tax-lines with claim items
* fix: snapshot tax-liens
* fix: allows integration test teardown to force deleting tables
* fix: tests
* fix: merge
* fix: adds tax-rates to client
* fix: adds tax-rates to medusa-react
* fix: tests
* fix: tests
* fix: add product types
* fix: adds tax provider endpoint + cascaded deletes on tax rate relations
* fix: move errors to service layer
* fix: cleanup api
* fix: unit tests
* fix: error handler in base-service
* fix: Add order region to swap on createFulfillment (#1110 )
Co-authored-by: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com >
2022-02-25 18:53:49 +01:00
Sebastian Rindom
38762961e6
chore(release): Publish
...
- gatsby-source-medusa@0.0.49
- medusa-interfaces@1.1.34
- @medusajs/medusa-js@1.0.12
- medusa-payment-klarna@1.1.41
- medusa-payment-paypal@1.0.40
- medusa-plugin-algolia@0.0.8
- medusa-plugin-brightpearl@1.1.45
- medusa-plugin-mailchimp@1.1.39
- medusa-plugin-meilisearch@0.0.14
- medusa-plugin-restock-notification@0.0.32
- medusa-plugin-segment@1.1.42
- medusa-react@0.1.5
- medusa-source-shopify@1.0.5
- @medusajs/medusa@1.1.64
2022-02-06 19:29:53 +01:00
Sebastian Rindom
fc3fbc897f
fix: release
2022-02-06 19:29:31 +01:00
Sebastian Rindom
cd1f5afa5a
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
2022-02-06 19:28:19 +01:00
olivermrbl
c16df9383c
chore(release): Publish
...
- create-medusa-app@0.0.6
- gatsby-source-medusa@0.0.47
- @medusajs/medusa-cli@1.1.27
- medusa-file-minio@1.0.4
- medusa-file-s3@1.0.12
- medusa-file-spaces@1.1.37
- @medusajs/medusa-js@1.0.10
- medusa-payment-adyen@1.1.39
- medusa-payment-klarna@1.1.39
- medusa-payment-manual@1.0.16
- medusa-payment-paypal@1.0.38
- medusa-payment-stripe@1.1.38
- medusa-plugin-add-ons@1.1.37
- medusa-plugin-brightpearl@1.1.43
- medusa-plugin-contentful@1.1.40
- medusa-plugin-economic@1.1.37
- medusa-plugin-mailchimp@1.1.37
- medusa-plugin-permissions@1.1.37
- medusa-plugin-restock-notification@0.0.30
- medusa-plugin-segment@1.1.40
- medusa-plugin-sendgrid@1.1.38
- medusa-plugin-slack-notification@1.1.37
- medusa-plugin-twilio-sms@1.1.37
- medusa-plugin-wishlist@1.1.37
- medusa-react@0.1.3
- medusa-source-shopify@1.0.3
- medusa-test-utils@1.1.37
- @medusajs/medusa@1.1.62
2022-01-11 16:54:08 +01:00
olivermrbl
ec0f2df285
chore(release): Publish
...
- gatsby-source-medusa@0.0.46
- @medusajs/medusa-cli@1.1.26
- medusa-file-minio@1.0.3
- medusa-file-s3@1.0.11
- medusa-file-spaces@1.1.36
- @medusajs/medusa-js@1.0.9
- medusa-payment-adyen@1.1.38
- medusa-payment-klarna@1.1.38
- medusa-payment-manual@1.0.15
- medusa-payment-paypal@1.0.37
- medusa-payment-stripe@1.1.37
- medusa-plugin-add-ons@1.1.36
- medusa-plugin-brightpearl@1.1.42
- medusa-plugin-contentful@1.1.39
- medusa-plugin-economic@1.1.36
- medusa-plugin-mailchimp@1.1.36
- medusa-plugin-permissions@1.1.36
- medusa-plugin-restock-notification@0.0.29
- medusa-plugin-segment@1.1.39
- medusa-plugin-sendgrid@1.1.37
- medusa-plugin-slack-notification@1.1.36
- medusa-plugin-twilio-sms@1.1.36
- medusa-plugin-wishlist@1.1.36
- medusa-react@0.1.2
- medusa-source-shopify@1.0.2
- medusa-test-utils@1.1.36
- @medusajs/medusa@1.1.61
2021-12-29 13:02:39 +01:00
olivermrbl
3bbd1e8507
chore: release assist
2021-12-17 15:39:27 +01:00
olivermrbl
81a7ff73d0
chore(release): Publish
...
- gatsby-source-medusa@0.0.45
- @medusajs/medusa-cli@1.1.25
- medusa-file-minio@1.0.2
- medusa-file-s3@1.0.10
- medusa-file-spaces@1.1.35
- @medusajs/medusa-js@1.0.8
- medusa-payment-adyen@1.1.37
- medusa-payment-klarna@1.1.37
- medusa-payment-manual@1.0.14
- medusa-payment-paypal@1.0.36
- medusa-payment-stripe@1.1.36
- medusa-plugin-add-ons@1.1.35
- medusa-plugin-brightpearl@1.1.41
- medusa-plugin-contentful@1.1.38
- medusa-plugin-economic@1.1.35
- medusa-plugin-mailchimp@1.1.35
- medusa-plugin-permissions@1.1.35
- medusa-plugin-restock-notification@0.0.28
- medusa-plugin-segment@1.1.38
- medusa-plugin-sendgrid@1.1.36
- medusa-plugin-slack-notification@1.1.35
- medusa-plugin-twilio-sms@1.1.35
- medusa-plugin-wishlist@1.1.35
- medusa-react@0.1.1
- medusa-source-shopify@1.0.1
- medusa-test-utils@1.1.35
- @medusajs/medusa@1.1.60
2021-12-17 14:24:00 +01: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
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
olivermrbl
948f8b2593
chore: release assist
2021-11-22 17:18:27 +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