Skip to content

Commit

Permalink
chore: update next (#99)
Browse files Browse the repository at this point in the history
* chore: update main (#98)

* Update package.json

* fix: add comment to external_id field (#91)

* fix: add percentage field to SplitRuleArg and add comments (#90)

* fix: Customer interface (#92)

* fix: add missing fields to Customer and fix birthday in CustomerCreateOptiosn

* fix: add comments to Document's new fields

* fix: update TransactionCreateOptionsBase split_rules type (#97)

* Update package.json (#93)

* Release Next Version (#94)

* Update package.json

* fix: add comment to external_id field (#91)

* fix: add percentage field to SplitRuleArg and add comments (#90)

* fix: Customer interface (#92)

* fix: add missing fields to Customer and fix birthday in CustomerCreateOptiosn

* fix: add comments to Document's new fields

Co-authored-by: Arthur Abrantes <[email protected]>

* fix: update TransactionCreateOptionsBase split_rules type

* fix: update TransactionCreateOptionsBase split_rules type

Co-authored-by: Jonathan C茅lio <[email protected]>

* fix: remove 'opts' argument from cards functions (#95)

* Update package.json (#93)

* Release Next Version (#94)

* Update package.json

* fix: add comment to external_id field (#91)

* fix: add percentage field to SplitRuleArg and add comments (#90)

* fix: Customer interface (#92)

* fix: add missing fields to Customer and fix birthday in CustomerCreateOptiosn

* fix: add comments to Document's new fields

Co-authored-by: Arthur Abrantes <[email protected]>

* remove 'opts' argument from cards functions

* fix: remove 'opts' argument from cards functions

* fix: remove 'opts' argument from cards functions

Co-authored-by: Jonathan C茅lio <[email protected]>

* fix: change type of customer.id from string to number (#96)

* Update package.json (#93)

* Release Next Version (#94)

* Update package.json

* fix: add comment to external_id field (#91)

* fix: add percentage field to SplitRuleArg and add comments (#90)

* fix: Customer interface (#92)

* fix: add missing fields to Customer and fix birthday in CustomerCreateOptiosn

* fix: add comments to Document's new fields

Co-authored-by: Arthur Abrantes <[email protected]>

* fix: change type of customer.id from string to number

* fix customer field of TransactionCreateOptionsBase

* fix: change type of customer.id from string to number

* fix customer field of TransactionCreateOptionsBase

Co-authored-by: Jonathan C茅lio <[email protected]>

Co-authored-by: Arthur Abrantes <[email protected]>

* ci: update ci to trigger in next version

Co-authored-by: Arthur Abrantes <[email protected]>
  • Loading branch information
jonyw4 and Arthur Abrantes committed May 8, 2021
1 parent ef1d0e1 commit be8af03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- master
- next
env:
CI: true
node: 12.x
Expand Down Expand Up @@ -31,4 +32,4 @@ jobs:
run: |
yarn install
- name: Deploy Package
run: npx semantic-release
run: npx semantic-release

0 comments on commit be8af03

Please sign in to comment.