Skip to content

Commit

Permalink
chore: bump package version
Browse files Browse the repository at this point in the history
  • Loading branch information
pyadav committed Oct 11, 2023
1 parent f1c11b8 commit 3d4466e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions sdks/js/packages/core/client/data-contracts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -969,6 +969,7 @@ export interface V1Beta1PreferenceTrait {
heading?: string;
subHeading?: string;
breadcrumb?: string;
default?: string;
inputHints?: string;
text?: string;
textarea?: string;
Expand Down
2 changes: 1 addition & 1 deletion 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.7.12",
"version": "0.7.13",
"description": "A js library for frontier",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down

0 comments on commit 3d4466e

Please sign in to comment.