Skip to content

Commit

Permalink
chore: update version to v0.30.1 (#748)
Browse files Browse the repository at this point in the history
  • Loading branch information
paanSinghCoder authored Aug 27, 2024
1 parent 4eb8455 commit 7751a6a
Show file tree
Hide file tree
Showing 5 changed files with 3,993 additions and 47 deletions.
4 changes: 2 additions & 2 deletions sdks/js/packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@raystack/frontier",
"version": "0.29.0",
"version": "0.30.1",
"description": "A js library for frontier",
"sideEffects": false,
"main": "./dist/index.js",
Expand All @@ -22,7 +22,7 @@
"release:dry": "release-it --dry-run --npm.ignoreVersion",
"release": "release-it",
"test": "jest",
"gen:client": "npx swagger-typescript-api -p ../../../../proto/apidocs.swagger.yaml -o client --modular"
"gen:client": "npx swagger-typescript-api -p ../../../../proto/apidocs.swagger.yaml -o api-client --modular"
},
"author": "[email protected]",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion sdks/js/packages/sdk-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@raystack/apsara": "^0.17.1",
"@raystack/frontier": "^0.29.0",
"@raystack/frontier": "^0.30.1",
"next": "14.2.5",
"next-http-proxy-middleware": "^1.2.6",
"react": "^18",
Expand Down
45 changes: 2 additions & 43 deletions sdks/js/pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@radix-ui/react-form": "^0.0.2",
"@radix-ui/react-icons": "^1.3.0",
"@raystack/apsara": "^0.18.6",
"@raystack/frontier": "^0.28.4",
"@raystack/frontier": "^0.30.1",
"@stitches/react": "^1.2.8",
"@tanstack/react-table": "^8.9.3",
"dayjs": "^1.11.10",
Expand Down
Loading

0 comments on commit 7751a6a

Please sign in to comment.