Skip to content

Commit

Permalink
Sync/v0.3.0 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
devethan authored Sep 2, 2023
2 parents 2bdbcfa + 204a87c commit 5ab2bef
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
pull-requests: write
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Add label
run: |
Expand All @@ -32,7 +32,9 @@ jobs:
env:
CI_JOB_NUMBER: 1
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
ref: github.head_ref
- uses: andresz1/size-limit-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .size-limit.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"dist/FormStack*.js",
"dist/FormStack*.ts"
],
"limit": "2 KB"
"limit": "3 KB"
}
]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-animated-form-stack",
"version": "0.2.0",
"version": "0.3.0",
"description": "A lightweight react-native UI form for sequentially populating form fields with animated effects",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 5ab2bef

Please sign in to comment.