Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
themakunga committed Dec 1, 2023
1 parent 14198b6 commit 623a234
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "1.0.1",
"version": "1.0.2",
"npmClient": "pnpm"
}
5 changes: 3 additions & 2 deletions packages/fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@42devs/fetch",
"version": "1.0.1",
"version": "1.0.2",
"description": "",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -29,5 +29,6 @@
"url": "https://github.com/TheMakunga"
}
],
"license": "MIT"
"license": "MIT",
"gitHead": "14198b66578683f7bb96c7a302b9341b8bc641fd"
}
5 changes: 3 additions & 2 deletions packages/transbank-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"lint": "eslint ./ --ext .ts --ignore-path .gitignore",
"lint:fix": "eslint ./ --ext .ts --ignore-path .gitignore --fix"
},
"version": "1.0.1",
"version": "1.0.2",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"directories": {
Expand Down Expand Up @@ -43,5 +43,6 @@
"email": "nicolas@42devs.cl",
"url": "https://github.com/themakunga"
}
]
],
"gitHead": "14198b66578683f7bb96c7a302b9341b8bc641fd"
}

0 comments on commit 623a234

Please sign in to comment.