File tree Expand file tree Collapse file tree 3 files changed +25
-19
lines changed
packages/create-next-app-with-gluestack-ui Expand file tree Collapse file tree 3 files changed +25
-19
lines changed Original file line number Diff line number Diff line change @@ -30,21 +30,21 @@ jobs:
3030 - name : Testing
3131 working-directory : ${{ env.working-directory }}
3232 run : yarn test
33- # - name: Notify Success
34- # if: success()
35- # env:
36- # SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
37- # uses: voxmedia/github-action-slack-notify-build@v1
38- # with:
39- # channel_id: C05HK6WEE56
40- # status: SUCCESS by @${{ github.actor}}
41- # color: good
42- # - name: Notify Failure
43- # if: failure()
44- # env:
45- # SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
46- # uses: voxmedia/github-action-slack-notify-build@v1
47- # with:
48- # channel_id: C05HK6WEE56
49- # status: FAILED by @${{ github.actor}}
50- # color: danger
33+ - name : Notify Success
34+ if : success()
35+ env :
36+ SLACK_BOT_TOKEN : ${{ secrets.SLACK_BOT_TOKEN }}
37+ uses : voxmedia/github-action-slack-notify-build@v1
38+ with :
39+ channel_id : C05HK6WEE56
40+ status : SUCCESS by @${{ github.actor}}
41+ color : good
42+ - name : Notify Failure
43+ if : failure()
44+ env :
45+ SLACK_BOT_TOKEN : ${{ secrets.SLACK_BOT_TOKEN }}
46+ uses : voxmedia/github-action-slack-notify-build@v1
47+ with :
48+ channel_id : C05HK6WEE56
49+ status : FAILED by @${{ github.actor}}
50+ color : danger
Original file line number Diff line number Diff line change 11# create-next-app-with-gluestack-ui
22
3+ ## 0.1.19
4+
5+ ### Patch Changes
6+
7+ - Testing
8+
39## 0.1.17-alpha.1
410
511### Alpha Changes
Original file line number Diff line number Diff line change 1010 " cli"
1111 ],
1212 "description" : " A CLI tool for easily adding components from gluestack-ui to your projects." ,
13- "version" : " 0.1.18 " ,
13+ "version" : " 0.1.19 " ,
1414 "license" : " MIT" ,
1515 "main" : " dist/index.js" ,
1616 "files" : [
You can’t perform that action at this time.
0 commit comments