Skip to content

Commit

Permalink
v1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
phensley committed Jan 9, 2024
1 parent 735369f commit 5e51a2f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "1.1.4"
"version": "1.1.5"
}
4 changes: 2 additions & 2 deletions packages/less-ts-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"test:watch": "jest --watch"
},
"dependencies": {
"@squarespace/less-ts": "^1.1.4",
"@squarespace/less-ts": "^1.1.5",
"@types/yargs": "^17.0.24",
"yargs": "^17.7.2"
},
Expand Down Expand Up @@ -68,5 +68,5 @@
"^.+\\.(ts|tsx)$": "ts-jest"
}
},
"version": "1.1.4"
"version": "1.1.5"
}
2 changes: 1 addition & 1 deletion packages/less-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@
"^.+\\.(ts|tsx)$": "ts-jest"
}
},
"version": "1.1.4"
"version": "1.1.5"
}

0 comments on commit 5e51a2f

Please sign in to comment.