Skip to content

Commit 2fa10bb

Browse files
committed
v2.2.1
1 parent 99ff4d8 commit 2fa10bb

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,6 @@ jobs:
6262
- name: Publish to NPM
6363
run: npm publish --provenance --tag ${{ env.NPM_TAG }}
6464
env:
65+
NPM_TOKEN:''
6566
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
6667
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/flash-list",
3-
"version": "2.2.0",
3+
"version": "2.2.2",
44
"keywords": [
55
"react-native",
66
"recyclerview",

0 commit comments

Comments
 (0)