Skip to content

Commit 37efdbe

Browse files
committed
chore: release v1.0.4
1 parent bd211ce commit 37efdbe

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-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.3",
3+
"version": "1.0.4",
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: 1 addition & 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.3",
4+
"version": "1.0.4",
55
"description": "Conflux DevKit — reusable TypeScript SDK for building on Conflux eSpace and Core Space",
66
"packageManager": "pnpm@10.11.0",
77
"scripts": {

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.3",
3+
"version": "1.0.4",
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.3",
3+
"version": "1.0.4",
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.3",
3+
"version": "1.0.4",
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.3",
3+
"version": "1.0.4",
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.3",
3+
"version": "1.0.4",
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.3",
3+
"version": "1.0.4",
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.3",
3+
"version": "1.0.4",
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.3",
3+
"version": "1.0.4",
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)