From 9d70507661c53d3fd65a7055f4adb374f3712686 Mon Sep 17 00:00:00 2001 From: Alessandro Manfredi Date: Thu, 2 Nov 2023 16:08:19 +0100 Subject: [PATCH 1/2] chore(global): rm version from root package.json and sets the evm package version to v0.1.0 --- package.json | 1 - packages/evm/package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 8e1c3780..dd076914 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,6 @@ { "private": true, "name": "@gnosis/hashi", - "version": "1.0.0", "description": "", "author": { "name": "gnosis", diff --git a/packages/evm/package.json b/packages/evm/package.json index b72c28f3..ebc08371 100644 --- a/packages/evm/package.json +++ b/packages/evm/package.json @@ -1,7 +1,7 @@ { "name": "@gnosis/hashi", "description": "", - "version": "1.0.0", + "version": "0.1.0", "author": { "name": "gnosis", "url": "https://github.com/gnosis" From 7b3c873ee2d04809e75607e50275da236dc14e72 Mon Sep 17 00:00:00 2001 From: Alessandro Manfredi Date: Thu, 2 Nov 2023 16:30:57 +0100 Subject: [PATCH 2/2] chore(global): changes root package.json name --- package.json | 2 +- yarn.lock | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index dd076914..a0f5582a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "private": true, - "name": "@gnosis/hashi", + "name": "hashi", "description": "", "author": { "name": "gnosis", diff --git a/yarn.lock b/yarn.lock index f83e504d..e0311ba7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -238,18 +238,6 @@ __metadata: languageName: node linkType: hard -"@gnosis/hashi@workspace:.": - version: 0.0.0-use.local - resolution: "@gnosis/hashi@workspace:." - dependencies: - "@commitlint/cli": ^17.5.1 - "@commitlint/config-conventional": ^17.4.4 - husky: ^8.0.3 - prettier: ^2.8.7 - prettier-plugin-solidity: ^1.0.0 - languageName: unknown - linkType: soft - "@jridgewell/resolve-uri@npm:^3.0.3": version: 3.1.0 resolution: "@jridgewell/resolve-uri@npm:3.1.0" @@ -826,6 +814,18 @@ __metadata: languageName: node linkType: hard +"hashi@workspace:.": + version: 0.0.0-use.local + resolution: "hashi@workspace:." + dependencies: + "@commitlint/cli": ^17.5.1 + "@commitlint/config-conventional": ^17.4.4 + husky: ^8.0.3 + prettier: ^2.8.7 + prettier-plugin-solidity: ^1.0.0 + languageName: unknown + linkType: soft + "hosted-git-info@npm:^2.1.4": version: 2.8.9 resolution: "hosted-git-info@npm:2.8.9"