diff --git a/docs/package.json b/docs/package.json index cf6685da5..cb2003545 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "@cartridge/docs", - "version": "0.3.45", + "version": "0.3.47", "private": true, "scripts": { "docusaurus": "docusaurus", @@ -44,4 +44,4 @@ "engines": { "node": ">=16.14" } -} \ No newline at end of file +} diff --git a/examples/starknet-react-next/package.json b/examples/starknet-react-next/package.json index dd276d8af..98d540403 100644 --- a/examples/starknet-react-next/package.json +++ b/examples/starknet-react-next/package.json @@ -1,7 +1,7 @@ { "name": "starknet-react-next", "private": true, - "version": "0.3.45", + "version": "0.3.47", "scripts": { "dev": "next dev -p 3002", "build": "next build", diff --git a/examples/svelte/package.json b/examples/svelte/package.json index 2312ac214..3ebf5af59 100644 --- a/examples/svelte/package.json +++ b/examples/svelte/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "0.0.1", + "version": "0.3.47", "private": true, "scripts": { "dev": "vite dev", diff --git a/packages/account-wasm/package.json b/packages/account-wasm/package.json index 42fd1a57d..41a963f1a 100644 --- a/packages/account-wasm/package.json +++ b/packages/account-wasm/package.json @@ -1,6 +1,6 @@ { "name": "@cartridge/account-wasm", - "version": "0.3.45", + "version": "0.3.47", "description": "Wasm bindings for Cartridge Controller and Session Account", "main": "./pkg-controller/account_wasm.js", "type": "module", @@ -43,4 +43,4 @@ "typescript": "^5.0.3", "wasm-pack": "^0.12.1" } -} \ No newline at end of file +} diff --git a/packages/connector/package.json b/packages/connector/package.json index 4be1db4bb..37d74a708 100644 --- a/packages/connector/package.json +++ b/packages/connector/package.json @@ -1,6 +1,6 @@ { "name": "@cartridge/connector", - "version": "0.3.45", + "version": "0.3.47", "description": "Cartridge Controler Connector", "module": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/controller/package.json b/packages/controller/package.json index 3a54c160a..fb390d8ac 100644 --- a/packages/controller/package.json +++ b/packages/controller/package.json @@ -1,6 +1,6 @@ { "name": "@cartridge/controller", - "version": "0.3.45", + "version": "0.3.47", "description": "Cartridge Controller", "module": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/keychain/package.json b/packages/keychain/package.json index 00e42c9ad..a3655ade6 100644 --- a/packages/keychain/package.json +++ b/packages/keychain/package.json @@ -1,6 +1,6 @@ { "name": "@cartridge/keychain", - "version": "0.3.45", + "version": "0.3.47", "private": true, "scripts": { "dev": "TARGET_ORIGIN=\"*\" next dev -p 3001", diff --git a/packages/profile/package.json b/packages/profile/package.json index 0d297dc81..ae6efe839 100644 --- a/packages/profile/package.json +++ b/packages/profile/package.json @@ -1,6 +1,6 @@ { "name": "@cartridge/profile", - "version": "0.3.45", + "version": "0.3.47", "private": true, "type": "module", "scripts": { diff --git a/packages/tsconfig/package.json b/packages/tsconfig/package.json index a2d852f3b..52602e701 100644 --- a/packages/tsconfig/package.json +++ b/packages/tsconfig/package.json @@ -1,7 +1,7 @@ { "name": "@cartridge/tsconfig", "private": true, - "version": "0.3.45", + "version": "0.3.47", "files": [ "base.json", "react.json" diff --git a/packages/ui-next/package.json b/packages/ui-next/package.json index bee20ed6c..ef78b7e2c 100644 --- a/packages/ui-next/package.json +++ b/packages/ui-next/package.json @@ -1,6 +1,6 @@ { "name": "@cartridge/ui-next", - "version": "0.3.45", + "version": "0.3.47", "description": "Catridge UI component library", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/ui/package.json b/packages/ui/package.json index ba6b72cb7..9f5bf479c 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@cartridge/ui", - "version": "0.3.45", + "version": "0.3.47", "module": "dist/index.js", "types": "dist/index.d.ts", "type": "module", diff --git a/packages/utils/package.json b/packages/utils/package.json index 69ad77872..c14738e03 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@cartridge/utils", - "version": "0.3.45", + "version": "0.3.47", "module": "dist/index.js", "types": "dist/index.d.ts", "type": "module",