We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd8be16 commit afa54bdCopy full SHA for afa54bd
packages/libs/sdk/package.json
@@ -6,7 +6,7 @@
6
"directory": "packages/libs/sdk"
7
},
8
"license": "MIT",
9
- "version": "2.4.2",
+ "version": "2.5.2",
10
"main": "./cjs/index.js",
11
"module": "./esm/index.js",
12
"types": "./index.d.ts",
packages/libs/sdk/src/lib/constants.ts
@@ -1,2 +1,2 @@
1
// Ideally we read directly from package.json, but ran into some packaging issues with that
2
-export const PACKAGE_VERSION = '2.4.2';
+export const PACKAGE_VERSION = '2.5.2';
0 commit comments