Skip to content

Commit

Permalink
fix: update frontend version in webapp package after publication
Browse files Browse the repository at this point in the history
  • Loading branch information
TBonnin committed Jan 27, 2024
1 parent b390d6d commit 1776059
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions packages/webapp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@headlessui/react": "^1.7.12",
"@heroicons/react": "^2.0.18",
"@mantine/prism": "^5.10.5",
"@nangohq/frontend": "0.36.78",
"@nangohq/frontend": "^0.37.8",
"@sentry/react": "^7.83.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
Expand Down Expand Up @@ -76,4 +76,4 @@
"tailwindcss": "^3.2.7"
},
"proxy": "http://localhost:3003"
}
}
1 change: 1 addition & 0 deletions scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ bump_and_npm_publish "nango" "$VERSION"

# Frontend
bump_and_npm_publish "@nangohq/frontend" "$VERSION"
pushd ./packages/webapp; npm install "@nangohq/frontend@$VERSION"; popd

0 comments on commit 1776059

Please sign in to comment.