Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Version 1.0.1 breaks the API #5

Closed
mpaktiti opened this issue Jun 26, 2020 · 1 comment · Fixed by #6
Closed

Version 1.0.1 breaks the API #5

mpaktiti opened this issue Jun 26, 2020 · 1 comment · Fixed by #6
Assignees
Labels
bug For issues that describe a defect or regression in the released software released Applied automatically by semantic-release

Comments

@mpaktiti
Copy link

mpaktiti commented Jun 26, 2020

Issue Description

Updating the reaction API to use version > 1.0.0 of this plugin, breaks CI (4 integration tests fail).
Related PR: reactioncommerce/reaction#6265

Steps to Reproduce

  1. Update reaction > package.json to version 1.0.1 of the plugin (or just add back the ~)
  2. Rebuild lock file
  3. Run the following 4 integration tests and see them all fail:
docker-compose run --rm api npm run test:integration:file:watch -- tests/integration/api/mutations/shippingRates/deleteFlatRateFulfillmentMethod.test.js

docker-compose run --rm api npm run test:integration:file:watch -- tests/integration/api/mutations/shippingRates/createFlatRateFulfillmentMethod.test.js

docker-compose run --rm api npm run test:integration:file:watch -- tests/integration/api/queries/shippingRates/flatRateFulfillmentMethod.test.js

docker-compose run --rm api npm run test:integration:file:watch -- tests/integration/api/queries/shippingRates/flatRateFulfillmentMethods.test.js

Versions

3.8.0

@mpaktiti mpaktiti added the bug For issues that describe a defect or regression in the released software label Jun 26, 2020
@mpaktiti mpaktiti self-assigned this Jun 26, 2020
@rc-publisher
Copy link
Collaborator

🎉 This issue has been resolved in version 1.0.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

@rc-publisher rc-publisher added the released Applied automatically by semantic-release label Jun 30, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug For issues that describe a defect or regression in the released software released Applied automatically by semantic-release
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants