Skip to content

Commit 3cebca0

Browse files
authored
Merge pull request #190 from codex-team/chore/bump-browser-version
chore: bump @hawk.so/browser version to 3.3.6
2 parents ab326d6 + 6345b2c commit 3cebca0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ jobs:
1414
path: packages/core
1515
secrets: inherit
1616

17-
publish-javascript:
17+
publish-browser:
1818
uses: ./.github/workflows/publish-package.yml
1919
with:
2020
workspace: '@hawk.so/browser'
2121
path: packages/browser
2222
secrets: inherit
2323

2424
notify:
25-
needs: [publish-core, publish-javascript]
25+
needs: [publish-core, publish-browser]
2626
runs-on: ubuntu-latest
2727
steps:
2828
- uses: actions/checkout@v4

packages/browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hawk.so/browser",
3-
"version": "1.0.0",
3+
"version": "3.3.6",
44
"description": "JavaScript Browser errors tracking for Hawk.so",
55
"files": [
66
"dist"

0 commit comments

Comments
 (0)