Skip to content

Commit

Permalink
fix(publish): missing types bump in frontend (#2772)
Browse files Browse the repository at this point in the history
## Describe your changes

- Missing types bump in frontend
- Typo in keystore
  • Loading branch information
bodinsamuel authored Sep 26, 2024
1 parent 168ccb2 commit 1a0ec0d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 10 deletions.
10 changes: 3 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"scripts": {},
"dependencies": {},
"devDependencies": {
"@nangohq/types": "^0.42.10"
"@nangohq/types": "^0.42.12"
},
"files": [
"dist/**/*.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/keystore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"knex": "3.1.0"
},
"devDependencies": {
"@nangohq/type": "file:../type",
"@nangohq/types": "file:../types",
"vitest": "1.6.0"
}
}
3 changes: 2 additions & 1 deletion scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,11 @@ popd

# Types
bump_and_npm_publish "@nangohq/types" "$VERSION"
bump_other_pkg "shared" "types"
bump_other_pkg "cli" "types"
bump_other_pkg "frontend" "types"
bump_other_pkg "nango-yaml" "types"
bump_other_pkg "node-client" "types"
bump_other_pkg "shared" "types"

# NangoYaml
bump_and_npm_publish "@nangohq/nango-yaml" "$VERSION"
Expand Down

0 comments on commit 1a0ec0d

Please sign in to comment.