diff --git a/clients/js/package.json b/clients/js/package.json index dfd1814c..9282b98f 100644 --- a/clients/js/package.json +++ b/clients/js/package.json @@ -2,7 +2,7 @@ "type": "module", "name": "@oasisprotocol/sapphire-paratime", "license": "Apache-2.0", - "version": "2.0.0-next.3", + "version": "2.0.0", "description": "The Sapphire ParaTime Web3 integration library.", "homepage": "https://github.com/oasisprotocol/sapphire-paratime/tree/main/clients/js", "repository": { diff --git a/integrations/ethers-v6/package.json b/integrations/ethers-v6/package.json index eef8470f..aed4213f 100644 --- a/integrations/ethers-v6/package.json +++ b/integrations/ethers-v6/package.json @@ -2,7 +2,7 @@ "type": "module", "name": "@oasisprotocol/sapphire-ethers-v6", "license": "Apache-2.0", - "version": "6.0.0-next.1", + "version": "6.0.0", "description": "Ethers v6 support for the Oasis Sapphire ParaTime.", "homepage": "https://github.com/oasisprotocol/sapphire-paratime/tree/main/integrations/ethers-v6", "repository": { diff --git a/integrations/hardhat/package.json b/integrations/hardhat/package.json index 88c296e9..96358f5b 100644 --- a/integrations/hardhat/package.json +++ b/integrations/hardhat/package.json @@ -1,7 +1,7 @@ { "name": "@oasisprotocol/sapphire-hardhat", "license": "Apache-2.0", - "version": "2.22.2-next.0", + "version": "2.22.2-next.1", "description": "A Hardhat plugin for developing on the Sapphire ParaTime.", "homepage": "https://github.com/oasisprotocol/sapphire-paratime/tree/main/integrations/hardhat", "repository": { diff --git a/integrations/viem-v2/package.json b/integrations/viem-v2/package.json index 953d596e..cbcdb09a 100644 --- a/integrations/viem-v2/package.json +++ b/integrations/viem-v2/package.json @@ -2,7 +2,7 @@ "type": "module", "name": "@oasisprotocol/sapphire-viem-v2", "license": "Apache-2.0", - "version": "2.0.0-next.1", + "version": "2.0.0", "description": "Viem support for the Oasis Sapphire ParaTime.", "homepage": "https://github.com/oasisprotocol/sapphire-paratime/tree/main/integrations/viem-v2", "repository": { diff --git a/integrations/wagmi-v2/package.json b/integrations/wagmi-v2/package.json index 1e4e7ba4..7237d8af 100644 --- a/integrations/wagmi-v2/package.json +++ b/integrations/wagmi-v2/package.json @@ -2,7 +2,7 @@ "type": "module", "name": "@oasisprotocol/sapphire-wagmi-v2", "license": "Apache-2.0", - "version": "2.0.0-next.1", + "version": "2.0.0", "description": "Wagmi & Viem support for the Oasis Sapphire ParaTime.", "homepage": "https://github.com/oasisprotocol/sapphire-paratime/tree/main/integrations/wagmi-v2", "repository": {