Skip to content

Commit

Permalink
feat: webview ref
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwiyou committed Nov 18, 2024
1 parent 714d72c commit 9b30858
Show file tree
Hide file tree
Showing 5 changed files with 509 additions and 604 deletions.
5 changes: 5 additions & 0 deletions .changeset/gorgeous-snakes-cry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@portone/react-native-sdk': minor
---

WebView ref 추가
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,11 @@ jobs:
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Send a Slack notification if a publish happens
if: ${{ steps.changesets.outputs.hasChangesets == 'false' }}
run: |
export VERSION=$(jq -r '.version' package.json)
curl -X POST -H 'Content-type: application/json'\
--data '{"blocks":[{"type":"section","text":{"type":"mrkdwn","text":"npm에 `@portone/react-native-sdk` 버전 *v'"$VERSION"'* 가 배포되었습니다 :rocket:"}},{"type":"actions","elements":[{"type":"button","text":{"type":"plain_text","text":"npm 페이지 보기"},"value":"show_npm_page","url":"https://www.npmjs.com/package/@portone/react-native-sdk/v/'"$VERSION"'","action_id":"show_npm_page"},{"type":"button","text":{"type":"plain_text","text":"체인지로그 보기"},"value":"show_changelog","url":"https://github.com/portone-io/react-native-sdk/blob/main/CHANGELOG.md","action_id":"show_changelog"}]}]}'\
${{ secrets.SLACK_WEBHOOK_URL }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"@changesets/cli": "^2.27.9",
"@commitlint/config-conventional": "^17.8.1",
"@evilmartians/lefthook": "^1.8.2",
"@expo/config-plugins": "^8.0.10",
"@expo/config-plugins": "^8.0.11",
"@portone/browser-sdk": "^0.0.10",
"@react-native/eslint-config": "^0.73.2",
"@types/jest": "^29.5.14",
Expand Down
Loading

0 comments on commit 9b30858

Please sign in to comment.