Skip to content

Commit 7bf6ab2

Browse files
fix/browser version bump in vue
1 parent f443029 commit 7bf6ab2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/browser/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ export type {
55
TraceoOptions,
66
TraceoBrowserError as TraceoError
77
} from "./types/client";
8-
export { VERSION } from "./version";
8+
export { VERSION } from "./version";

packages/browser/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = "0.32.0";
1+
export const VERSION = "0.32.0";

packages/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"test:watch": "jest --watch --notify"
2424
},
2525
"dependencies": {
26-
"@traceo-sdk/browser": "0.31.14"
26+
"@traceo-sdk/browser": "0.32.0"
2727
},
2828
"publishConfig": {
2929
"access": "public"

0 commit comments

Comments
 (0)