From 679bdcad56c6bcf2180c51af5802e12a8626bb2b Mon Sep 17 00:00:00 2001 From: Tarrence van As Date: Tue, 13 Aug 2024 16:01:13 -0400 Subject: [PATCH] Prepare release: 0.3.39 (#570) Co-authored-by: broody --- docs/package.json | 2 +- examples/starknet-react-next/package.json | 2 +- packages/account-wasm/package.json | 2 +- packages/connector/package.json | 2 +- packages/controller/package.json | 2 +- packages/keychain/package.json | 2 +- packages/tsconfig/package.json | 2 +- packages/ui-next/package.json | 2 +- packages/ui/package.json | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/package.json b/docs/package.json index 160ff624d..74645f858 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "@cartridge/docs", - "version": "0.3.38", + "version": "0.3.39", "private": true, "scripts": { "docusaurus": "docusaurus", diff --git a/examples/starknet-react-next/package.json b/examples/starknet-react-next/package.json index 16ec48d47..65f63e8a4 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.38", + "version": "0.3.39", "scripts": { "dev": "next dev -p 3002", "build": "next build", diff --git a/packages/account-wasm/package.json b/packages/account-wasm/package.json index d48221e7c..0f7a2f673 100644 --- a/packages/account-wasm/package.json +++ b/packages/account-wasm/package.json @@ -1,6 +1,6 @@ { "name": "@cartridge/account-wasm", - "version": "0.3.38", + "version": "0.3.39", "description": "Wasm bindings for Cartridge Account", "main": "./pkg/account_wasm.js", "type": "module", diff --git a/packages/connector/package.json b/packages/connector/package.json index aa07559db..ad2043203 100644 --- a/packages/connector/package.json +++ b/packages/connector/package.json @@ -1,6 +1,6 @@ { "name": "@cartridge/connector", - "version": "0.3.38", + "version": "0.3.39", "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 6e9e190af..1a2f74481 100644 --- a/packages/controller/package.json +++ b/packages/controller/package.json @@ -1,6 +1,6 @@ { "name": "@cartridge/controller", - "version": "0.3.38", + "version": "0.3.39", "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 44435958a..8b0e9f1ed 100644 --- a/packages/keychain/package.json +++ b/packages/keychain/package.json @@ -1,6 +1,6 @@ { "name": "@cartridge/keychain", - "version": "0.3.38", + "version": "0.3.39", "private": true, "scripts": { "dev": "TARGET_ORIGIN=\"*\" next dev -p 3001", diff --git a/packages/tsconfig/package.json b/packages/tsconfig/package.json index ee0983cfe..a112a1050 100644 --- a/packages/tsconfig/package.json +++ b/packages/tsconfig/package.json @@ -1,7 +1,7 @@ { "name": "@cartridge/tsconfig", "private": true, - "version": "0.3.38", + "version": "0.3.39", "files": [ "base.json", "react.json" diff --git a/packages/ui-next/package.json b/packages/ui-next/package.json index 0ec2e78f0..af1d4ae0e 100644 --- a/packages/ui-next/package.json +++ b/packages/ui-next/package.json @@ -1,6 +1,6 @@ { "name": "@cartridge/ui-next", - "version": "0.3.38", + "version": "0.3.39", "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 72786d417..0ea88418d 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@cartridge/ui", - "version": "0.3.38", + "version": "0.3.39", "module": "dist/index.js", "types": "dist/index.d.ts", "type": "module",