Skip to content

Commit

Permalink
chore(release): publish 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaiblaga89 committed Jun 27, 2023
1 parent f82e440 commit 6f6fb2b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 12 deletions.
28 changes: 17 additions & 11 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
{
"version": "0.21.2-alpha.15",
"packages": ["packages/*"],
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
"publish": {
"message": "chore(release): publish"
},
"bootstrap": {
"npmClientArgs": ["--no-package-lock", "--unsafe-perm=true", "--no-optional"]
}
"version": "0.21.0",
"packages": [
"packages/*"
],
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
"publish": {
"message": "chore(release): publish"
},
"bootstrap": {
"npmClientArgs": [
"--no-package-lock",
"--unsafe-perm=true",
"--no-optional"
]
}
}
}
2 changes: 1 addition & 1 deletion packages/graybox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flexn/graybox",
"version": "0.21.2-alpha.16",
"version": "0.21.0",
"description": "Flexn Graybox Tester",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 6f6fb2b

Please sign in to comment.