Skip to content

Commit 2d067c5

Browse files
committed
chore: update version numbers to 1.0.0-alpha.12 across all packages
This commit updates the version numbers in package.json and related files to 1.0.0-alpha.12, reflecting the latest changes in the project. The release scripts have also been adjusted to ensure proper version synchronization for publishing, enhancing the overall release process.
1 parent 41a669c commit 2d067c5

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Bloxchain",
3-
"version": "1.0.0-alpha.11",
3+
"version": "1.0.0-alpha.12",
44
"description": "Library engine for building enterprise grade decentralized permissioned applications",
55
"type": "module",
66
"main": "truffle-config.cjs",
@@ -44,8 +44,8 @@
4444
"build:sdk:clean": "cd sdk/typescript && npm run clean && npm run build",
4545
"generate:contracts-lock": "cd package && npm install --package-lock-only",
4646
"release:prepare": "node scripts/release-prepare.cjs",
47-
"publish:contracts": "npm run release:prepare && cd package && npm publish --tag alpha.11",
48-
"publish:sdk": "npm run release:sync-versions && npm run extract-abi && npm run build:sdk && cd sdk/typescript && npm publish --tag alpha.11",
47+
"publish:contracts": "npm run release:prepare && cd package && npm publish --tag alpha.12",
48+
"publish:sdk": "npm run release:sync-versions && npm run extract-abi && npm run build:sdk && cd sdk/typescript && npm publish --tag alpha.12",
4949
"docgen": "npm run compile:hardhat && cd docgen && npm run docgen",
5050
"docgen:install": "cd docgen && npm install",
5151
"format": "prettier --config .prettierrc --write \"contracts/**/*.sol\"",

package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bloxchain/contracts",
3-
"version": "1.0.0-alpha.11",
3+
"version": "1.0.0-alpha.12",
44
"description": "Library engine for building enterprise grade decentralized permissioned applications",
55
"files": [
66
"core",

sdk/typescript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bloxchain/sdk",
3-
"version": "1.0.0-alpha.11",
3+
"version": "1.0.0-alpha.12",
44
"description": "Library engine for building enterprise grade decentralized permissioned applications",
55
"type": "module",
66
"main": "./dist/index.js",
@@ -61,7 +61,7 @@
6161
"typescript": "^5.0.0"
6262
},
6363
"peerDependencies": {
64-
"@bloxchain/contracts": "^1.0.0-alpha.11",
64+
"@bloxchain/contracts": "^1.0.0-alpha.12",
6565
"viem": "^2.0.0"
6666
},
6767
"peerDependenciesMeta": {

0 commit comments

Comments
 (0)