bump(sdk): 1.2.0

This commit is contained in:
Carl-Gerhard Lindesvärd
2026-03-02 13:43:32 +01:00
parent 553e4cf675
commit 885f7225db
9 changed files with 15 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@openpanel/nextjs",
"version": "1.2.0-local",
"version": "1.3.0-local",
"module": "index.ts",
"config": {
"docPath": "apps/public/content/docs/(tracking)/sdks/nextjs.mdx"
@@ -10,7 +10,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@openpanel/web": "workspace:1.1.0-local"
"@openpanel/web": "workspace:1.2.0-local"
},
"peerDependencies": {
"next": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0",