From be8af03f4976990961755313e3a4a673cec5be22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20C=C3=A9lio?= Date: Sat, 8 May 2021 16:40:05 -0300 Subject: [PATCH] chore: update next (#99) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 * fix: update TransactionCreateOptionsBase split_rules type * fix: update TransactionCreateOptionsBase split_rules type Co-authored-by: Jonathan Célio * 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 * 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 * 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 * 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 Co-authored-by: Arthur Abrantes * ci: update ci to trigger in next version Co-authored-by: Arthur Abrantes --- .github/workflows/publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 827bdf4..ff54923 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -3,6 +3,7 @@ on: push: branches: - master + - next env: CI: true node: 12.x @@ -31,4 +32,4 @@ jobs: run: | yarn install - name: Deploy Package - run: npx semantic-release \ No newline at end of file + run: npx semantic-release