From 1041b99a65eb0a2adec7f5d4cfbf28ce5fd8cc67 Mon Sep 17 00:00:00 2001 From: marie-fourier Date: Mon, 13 May 2024 20:39:35 +0500 Subject: [PATCH 1/2] remove tag check --- .github/workflows/release.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cc97f545..fb251743 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,11 +19,6 @@ jobs: id: get_tag run: echo "tag=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT - - name: Assert tag == package.json version - run: ./.github/workflows/scripts/assert-same-package-version.sh - env: - TAG: ${{ steps.get_tag.outputs.tag }} - - name: Get previous tag id: get_prev_tag run: node tasks/get_prev_tag.js From ffda7c055b1e09698eeedc1d351d32aba23e3c61 Mon Sep 17 00:00:00 2001 From: marie-fourier Date: Mon, 13 May 2024 20:41:44 +0500 Subject: [PATCH 2/2] chore(release): v1.5.7 --- lerna.json | 2 +- package.json | 2 +- packages/api/package.json | 10 +++++----- packages/cli/package.json | 14 +++++++------- packages/contracts/package.json | 2 +- packages/db/package.json | 4 ++-- packages/executor/package.json | 10 +++++----- packages/monitoring/package.json | 6 +++--- packages/node/package.json | 16 ++++++++-------- packages/params/package.json | 8 ++++---- packages/types/package.json | 2 +- packages/utils/package.json | 6 +++--- 12 files changed, 41 insertions(+), 41 deletions(-) diff --git a/lerna.json b/lerna.json index 359b0acc..2539cb7f 100644 --- a/lerna.json +++ b/lerna.json @@ -4,7 +4,7 @@ ], "npmClient": "yarn", "useWorkspaces": true, - "version": "1.5.6", + "version": "1.5.7", "stream": "true", "command": { "version": { diff --git a/package.json b/package.json index 4558ea52..b9962d21 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "root", "private": true, - "version": "1.5.6", + "version": "1.5.7", "engines": { "node": ">=18.0.0" }, diff --git a/packages/api/package.json b/packages/api/package.json index 2f37f006..41805286 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@skandha/api", - "version": "1.5.6", + "version": "1.5.7", "description": "The API module of Etherspot bundler client", "author": "Etherspot", "homepage": "https://https://github.com/etherspot/skandha#readme", @@ -28,12 +28,12 @@ "check-readme": "typescript-docs-verifier" }, "dependencies": { - "@skandha/executor": "^1.5.6", - "@skandha/monitoring": "^1.5.6", - "@skandha/types": "^1.5.6", - "@skandha/utils": "^1.5.6", "@fastify/cors": "9.0.1", "@fastify/websocket": "10.0.1", + "@skandha/executor": "^1.5.7", + "@skandha/monitoring": "^1.5.7", + "@skandha/types": "^1.5.7", + "@skandha/utils": "^1.5.7", "class-transformer": "0.5.1", "class-validator": "0.14.1", "ethers": "5.7.2", diff --git a/packages/cli/package.json b/packages/cli/package.json index 35f53807..a559a41e 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@skandha/cli", - "version": "1.5.6", + "version": "1.5.7", "description": "> TODO: description", "author": "zincoshine ", "homepage": "https://https://github.com/etherspot/skandha#readme", @@ -36,12 +36,12 @@ "@libp2p/peer-id-factory": "2.0.1", "@libp2p/prometheus-metrics": "1.1.3", "@multiformats/multiaddr": "12.1.3", - "@skandha/api": "^1.5.6", - "@skandha/db": "^1.5.6", - "@skandha/executor": "^1.5.6", - "@skandha/monitoring": "^1.5.6", - "@skandha/node": "^1.5.6", - "@skandha/types": "^1.5.6", + "@skandha/api": "^1.5.7", + "@skandha/db": "^1.5.7", + "@skandha/executor": "^1.5.7", + "@skandha/monitoring": "^1.5.7", + "@skandha/node": "^1.5.7", + "@skandha/types": "^1.5.7", "find-up": "5.0.0", "got": "12.5.3", "js-yaml": "4.1.0", diff --git a/packages/contracts/package.json b/packages/contracts/package.json index 5d7cafe3..a970de1c 100644 --- a/packages/contracts/package.json +++ b/packages/contracts/package.json @@ -1,6 +1,6 @@ { "name": "@skandha/contracts", - "version": "1.5.6", + "version": "1.5.7", "description": "Smart contracts of Etherspot bundler client", "author": "Etherspot", "homepage": "https://https://github.com/etherspot/skandha#readme", diff --git a/packages/db/package.json b/packages/db/package.json index 6228b199..59b0d660 100644 --- a/packages/db/package.json +++ b/packages/db/package.json @@ -1,6 +1,6 @@ { "name": "@skandha/db", - "version": "1.5.6", + "version": "1.5.7", "description": "The DB module of Etherspot bundler client", "author": "Etherspot", "homepage": "https://github.com/etherspot/etherspot-bundler#readme", @@ -30,7 +30,7 @@ "dependencies": { "@chainsafe/ssz": "0.10.1", "@farcaster/rocksdb": "5.5.0", - "@skandha/types": "^1.5.6" + "@skandha/types": "^1.5.7" }, "devDependencies": { "@types/rocksdb": "3.0.1", diff --git a/packages/executor/package.json b/packages/executor/package.json index 2394cce6..50ce7587 100644 --- a/packages/executor/package.json +++ b/packages/executor/package.json @@ -1,6 +1,6 @@ { "name": "@skandha/executor", - "version": "1.5.6", + "version": "1.5.7", "description": "The Relayer module of Etherspot bundler client", "author": "Etherspot", "homepage": "https://https://github.com/etherspot/skandha#readme", @@ -30,11 +30,11 @@ "check-readme": "typescript-docs-verifier" }, "dependencies": { - "@skandha/monitoring": "^1.5.6", - "@skandha/params": "^1.5.6", - "@skandha/types": "^1.5.6", - "@skandha/utils": "^1.5.6", "@flashbots/ethers-provider-bundle": "0.6.2", + "@skandha/monitoring": "^1.5.7", + "@skandha/params": "^1.5.7", + "@skandha/types": "^1.5.7", + "@skandha/utils": "^1.5.7", "async-mutex": "0.4.0", "ethers": "5.7.2", "strict-event-emitter-types": "2.0.0", diff --git a/packages/monitoring/package.json b/packages/monitoring/package.json index 5c442fca..db87f123 100644 --- a/packages/monitoring/package.json +++ b/packages/monitoring/package.json @@ -1,6 +1,6 @@ { "name": "@skandha/monitoring", - "version": "1.5.6", + "version": "1.5.7", "description": "The Monitoring module of Etherspot bundler client", "author": "Etherspot", "homepage": "https://github.com/etherspot/etherspot-bundler#readme", @@ -28,7 +28,7 @@ "check-readme": "typescript-docs-verifier" }, "dependencies": { - "prom-client": "^14.2.0", - "@skandha/types": "^1.5.6" + "@skandha/types": "^1.5.7", + "prom-client": "^14.2.0" } } diff --git a/packages/node/package.json b/packages/node/package.json index ec400782..f2b6ba60 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@skandha/node", - "version": "1.5.6", + "version": "1.5.7", "description": "The bundler node module of Etherspot bundler client", "author": "Etherspot", "homepage": "https://https://github.com/etherspot/skandha#readme", @@ -52,15 +52,15 @@ "@libp2p/prometheus-metrics": "1.1.3", "@libp2p/tcp": "6.1.0", "@multiformats/multiaddr": "11.4.0", + "@skandha/api": "^1.5.7", + "@skandha/db": "^1.5.7", + "@skandha/executor": "^1.5.7", + "@skandha/monitoring": "^1.5.7", + "@skandha/params": "^1.5.7", + "@skandha/types": "^1.5.7", + "@skandha/utils": "^1.5.7", "@types/varint": "6.0.1", "abstract-leveldown": "7.2.0", - "@skandha/api": "^1.5.6", - "@skandha/executor": "^1.5.6", - "@skandha/db": "^1.5.6", - "@skandha/monitoring": "^1.5.6", - "@skandha/params": "^1.5.6", - "@skandha/types": "^1.5.6", - "@skandha/utils": "^1.5.6", "datastore-core": "8.0.1", "ethers": "5.7.2", "it-filter": "1.0.2", diff --git a/packages/params/package.json b/packages/params/package.json index a5903787..f3d0138e 100644 --- a/packages/params/package.json +++ b/packages/params/package.json @@ -1,6 +1,6 @@ { "name": "@skandha/params", - "version": "1.5.6", + "version": "1.5.7", "description": "Various bundler parameters", "author": "Etherspot", "homepage": "https://github.com/etherspot/skandha#readme", @@ -25,9 +25,9 @@ "@chainsafe/ssz": "0.10.1", "@eth-optimism/sdk": "3.2.3", "@mantleio/sdk": "0.2.1", - "ethers": "5.7.2", - "@skandha/types": "^1.5.6", - "@skandha/utils": "^1.5.6" + "@skandha/types": "^1.5.7", + "@skandha/utils": "^1.5.7", + "ethers": "5.7.2" }, "scripts": { "clean": "rm -rf lib && rm -f *.tsbuildinfo", diff --git a/packages/types/package.json b/packages/types/package.json index 889b2fa5..04d506fb 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@skandha/types", - "version": "1.5.6", + "version": "1.5.7", "description": "The types of Etherspot bundler client", "author": "Etherspot", "homepage": "https://https://github.com/etherspot/skandha#readme", diff --git a/packages/utils/package.json b/packages/utils/package.json index 9eec5495..2699d86a 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@skandha/utils", - "version": "1.5.6", + "version": "1.5.7", "description": "utils of Etherspot bundler client", "author": "Etherspot", "homepage": "https://https://github.com/etherspot/skandha#readme", @@ -29,12 +29,12 @@ }, "dependencies": { "@chainsafe/as-sha256": "0.3.1", + "@skandha/types": "^1.5.7", "any-signal": "3.0.1", "bigint-buffer": "1.1.5", "case": "^1.6.3", "ethers": "5.7.2", "pino": "8.11.0", - "pino-pretty": "10.0.0", - "@skandha/types": "^1.5.6" + "pino-pretty": "10.0.0" } }