Skip to content

Commit ae2e390

Browse files
committed
chore: release v1.0.12
1 parent 363d1ca commit ae2e390

File tree

13 files changed

+17
-13
lines changed

13 files changed

+17
-13
lines changed

devtools/devkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "conflux-devkit",
3-
"version": "1.0.11",
3+
"version": "1.0.12",
44
"description": "Conflux local development environment — start and manage a local node via npx",
55
"bin": {
66
"conflux-devkit": "./dist/cli.js"

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cfxdevkit/monorepo",
33
"private": true,
4-
"version": "1.0.11",
4+
"version": "1.0.12",
55
"description": "Conflux DevKit — reusable TypeScript SDK for building on Conflux eSpace and Core Space",
66
"packageManager": "pnpm@10.11.0",
77
"scripts": {
@@ -26,6 +26,10 @@
2626
"turbo": "^2.5.0"
2727
},
2828
"pnpm": {
29+
"overrides": {
30+
"@types/react": "^18.3.18",
31+
"@types/react-dom": "^18.3.5"
32+
},
2933
"onlyBuiltDependencies": [
3034
"better-sqlite3",
3135
"esbuild",

packages/compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cfxdevkit/compiler",
3-
"version": "1.0.11",
3+
"version": "1.0.12",
44
"description": "Runtime Solidity compiler and contract templates for Conflux DevKit — compile .sol source on-the-fly using solc-js",
55
"type": "module",
66
"main": "dist/index.js",

packages/contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cfxdevkit/contracts",
3-
"version": "1.0.11",
3+
"version": "1.0.12",
44
"description": "Generated ABI, bytecode, and deployed addresses for Conflux DevKit contracts",
55
"type": "module",
66
"exports": {

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cfxdevkit/core",
3-
"version": "1.0.11",
3+
"version": "1.0.12",
44
"description": "Core Conflux SDK – blockchain client abstractions, wallet tools, and core utilities",
55
"type": "module",
66
"main": "dist/index.js",

packages/defi-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cfxdevkit/defi-react",
3-
"version": "1.0.11",
3+
"version": "1.0.12",
44
"description": "Conflux DevKit – DeFi React hooks for Swappi pool tokens and on-chain balances",
55
"type": "module",
66
"main": "dist/index.js",

packages/devnode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cfxdevkit/devnode",
3-
"version": "1.0.11",
3+
"version": "1.0.12",
44
"description": "Optional @xcfx/node plugin for Conflux DevKit - Local development features (dev-only)",
55
"type": "module",
66
"main": "dist/index.js",

packages/executor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cfxdevkit/executor",
3-
"version": "1.0.11",
3+
"version": "1.0.12",
44
"description": "Conflux DevKit – on-chain strategy execution engine (limit orders, DCA, and more)",
55
"type": "module",
66
"main": "dist/index.js",

packages/protocol/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cfxdevkit/protocol",
3-
"version": "1.0.11",
3+
"version": "1.0.12",
44
"description": "Conflux DevKit – on-chain contract artifacts: ABIs, bytecode, and deployed addresses",
55
"type": "module",
66
"main": "dist/index.js",

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cfxdevkit/react",
3-
"version": "1.0.11",
3+
"version": "1.0.12",
44
"description": "Headless React components for Conflux applications - customizable with Tailwind CSS",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)