Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
eternauta1337 committed Mar 9, 2024
1 parent bddd387 commit d30e12c
Show file tree
Hide file tree
Showing 15 changed files with 59 additions and 59 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "1.0.2",
"version": "1.0.3",
"npmClient": "npm",
"packages": ["packages/*"]
}
58 changes: 29 additions & 29 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/ethernaut-ai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ethernaut-ai",
"version": "1.0.2",
"version": "1.0.3",
"description": "AI assistant that interprets user input and executes hardhat tasks",
"main": "src/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ethernaut-challenges/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ethernaut-challenges",
"version": "1.0.2",
"version": "1.0.3",
"description": "Tasks for playing the Open Zeppelin Ethernaut challenges from the CLI",
"main": "src/index.js",
"scripts": {
Expand Down
26 changes: 13 additions & 13 deletions packages/ethernaut-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ethernaut-cli",
"version": "1.0.2",
"version": "1.0.3",
"description": "Swiss army knife command line application for Ethereum devs",
"license": "ISC",
"author": "theethernaut",
Expand Down Expand Up @@ -36,18 +36,18 @@
"@nomicfoundation/hardhat-ethers": "^3.0.5",
"chalk-animation": "^1.6.0",
"dotenv": "^16.4.1",
"ethernaut-ai": "^1.0.2",
"ethernaut-challenges": "^1.0.2",
"ethernaut-common": "^1.0.2",
"ethernaut-interact": "^1.0.2",
"ethernaut-interact-ui": "^1.0.2",
"ethernaut-network": "^1.0.2",
"ethernaut-network-ui": "^1.0.2",
"ethernaut-ui": "^1.0.2",
"ethernaut-util": "^1.0.2",
"ethernaut-util-ui": "^1.0.2",
"ethernaut-wallet": "^1.0.2",
"ethernaut-wallet-ui": "^1.0.2",
"ethernaut-ai": "^1.0.3",
"ethernaut-challenges": "^1.0.3",
"ethernaut-common": "^1.0.3",
"ethernaut-interact": "^1.0.3",
"ethernaut-interact-ui": "^1.0.3",
"ethernaut-network": "^1.0.3",
"ethernaut-network-ui": "^1.0.3",
"ethernaut-ui": "^1.0.3",
"ethernaut-util": "^1.0.3",
"ethernaut-util-ui": "^1.0.3",
"ethernaut-wallet": "^1.0.3",
"ethernaut-wallet-ui": "^1.0.3",
"figlet": "^1.7.0",
"hardhat": "^2.20.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ethernaut-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ethernaut-common",
"version": "1.0.2",
"version": "1.0.3",
"description": "Simple utilities used across all packages in the monorepo",
"author": "theethernaut",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/ethernaut-interact-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ethernaut-interact-ui",
"version": "1.0.2",
"version": "1.0.3",
"description": "Ui extensions for the ethernaut-interact package",
"main": "src/index.js",
"scripts": {
Expand All @@ -12,7 +12,7 @@
"author": "theethernaut",
"license": "ISC",
"dependencies": {
"ethernaut-interact": "^1.0.2"
"ethernaut-interact": "^1.0.3"
},
"peerDependencies": {
"hardhat": "^2.20.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/ethernaut-interact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ethernaut-interact",
"version": "1.0.2",
"version": "1.0.3",
"description": "Tasks for sending transactions and interacting with contracts",
"main": "src/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/ethernaut-network-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ethernaut-network-ui",
"version": "1.0.2",
"version": "1.0.3",
"description": "Ui extensions for the ethernaut-network package",
"main": "src/index.js",
"scripts": {
Expand All @@ -12,7 +12,7 @@
"author": "theethernaut",
"license": "ISC",
"dependencies": {
"ethernaut-network": "^1.0.2"
"ethernaut-network": "^1.0.3"
},
"peerDependencies": {
"hardhat": "^2.20.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/ethernaut-network/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ethernaut-network",
"version": "1.0.2",
"version": "1.0.3",
"description": "Tasks for interacting with different networks",
"main": "src/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ethernaut-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ethernaut-ui",
"version": "1.0.2",
"version": "1.0.3",
"description": "Intuitive navigation and interactive param collection for hardhat tasks",
"main": "src/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/ethernaut-util-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ethernaut-util-ui",
"version": "1.0.2",
"version": "1.0.3",
"description": "Ui extensions for the ethernaut-util package",
"main": "src/index.js",
"scripts": {
Expand All @@ -12,7 +12,7 @@
"author": "theethernaut",
"license": "ISC",
"dependencies": {
"ethernaut-util": "^1.0.2"
"ethernaut-util": "^1.0.3"
},
"peerDependencies": {
"hardhat": "^2.20.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/ethernaut-util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ethernaut-util",
"version": "1.0.2",
"version": "1.0.3",
"description": "Simple, everyday utilities for Ethereum devs",
"main": "src/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/ethernaut-wallet-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ethernaut-wallet-ui",
"version": "1.0.2",
"version": "1.0.3",
"description": "Ui extensions for the ethernaut-wallet package",
"main": "src/index.js",
"scripts": {
Expand All @@ -12,7 +12,7 @@
"author": "theethernaut",
"license": "ISC",
"dependencies": {
"ethernaut-wallet": "^1.0.2"
"ethernaut-wallet": "^1.0.3"
},
"peerDependencies": {
"hardhat": "^2.20.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/ethernaut-wallet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ethernaut-wallet",
"version": "1.0.2",
"version": "1.0.3",
"description": "Tasks for interacting from different Ethereum accounts",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit d30e12c

Please sign in to comment.