Skip to content

Commit

Permalink
chore: release v0.0.20 [skip ci]
Browse files Browse the repository at this point in the history
fix: include nx as dep for all packages until i find a way to bundle the needed functions from it
  • Loading branch information
EladBezalel committed Dec 21, 2023
1 parent 489b6db commit 42fae88
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
5 changes: 4 additions & 1 deletion libs/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@traf/core",
"version": "0.0.19",
"version": "0.0.20",
"type": "module",
"license": "MIT",
"description": "Find truly affected pacakges in monorepos",
Expand All @@ -20,5 +20,8 @@
"homepage": "https://github.com/lemonade-hq/traf#readme",
"publishConfig": {
"access": "public"
},
"dependencies": {
"nx": "17.1.3"
}
}
5 changes: 4 additions & 1 deletion libs/nx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@traf/nx",
"version": "0.0.19",
"version": "0.0.20",
"main": "index.js",
"types": "src/index.d.ts",
"license": "MIT",
Expand All @@ -24,5 +24,8 @@
},
"bin": {
"traf-nx": "bin/traf-nx.js"
},
"dependencies": {
"nx": "17.1.3"
}
}
5 changes: 4 additions & 1 deletion libs/turbo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@traf/turbo",
"version": "0.0.19",
"version": "0.0.20",
"type": "module",
"main": "index.js",
"types": "src/index.d.ts",
Expand All @@ -25,5 +25,8 @@
},
"bin": {
"traf-turbo": "bin/traf-turbo.js"
},
"dependencies": {
"nx": "17.1.3"
}
}

0 comments on commit 42fae88

Please sign in to comment.