Skip to content

Commit

Permalink
v4.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkrick committed Nov 11, 2019
1 parent d236426 commit 05b17d3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"npmClient": "yarn",
"version": "4.11.0",
"version": "4.12.0",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/client/package.json
Expand Up @@ -3,7 +3,7 @@
"description": "An open-source app for building smarter, more agile teams.",
"author": "Parabol Inc. <love@parabol.com> (http://github.com/ParabolInc)",
"license": "AGPL-3.0",
"version": "4.11.0",
"version": "4.12.0",
"repository": {
"type": "git",
"url": "https://github.com/ParabolInc/action"
Expand Down
4 changes: 2 additions & 2 deletions packages/cypress/package.json
Expand Up @@ -3,7 +3,7 @@
"description": "An open-source app for building smarter, more agile teams.",
"author": "Parabol Inc. <love@parabol.com> (http://github.com/ParabolInc)",
"license": "AGPL-3.0",
"version": "4.11.0",
"version": "4.12.0",
"repository": {
"type": "git",
"url": "https://github.com/ParabolInc/action"
Expand Down Expand Up @@ -57,7 +57,7 @@
"dependencies": {
"dotenv": "8.0.0",
"dotenv-expand": "5.1.0",
"parabol-client": "^4.11.0"
"parabol-client": "^4.12.0"
},
"lint-staged": {
"*.{js,ts,tsx}": [
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
Expand Up @@ -3,7 +3,7 @@
"description": "An open-source app for building smarter, more agile teams.",
"author": "Parabol Inc. <love@parabol.com> (http://github.com/ParabolInc)",
"license": "AGPL-3.0",
"version": "4.11.0",
"version": "4.12.0",
"repository": {
"type": "git",
"url": "https://github.com/ParabolInc/action"
Expand Down Expand Up @@ -169,7 +169,7 @@
"ms": "^2.0.0",
"node-env-flag": "0.1.0",
"node-fetch": "^2.6.0",
"parabol-client": "^4.11.0",
"parabol-client": "^4.12.0",
"rethinkdb-ts": "^2.4.0-rc.16",
"rethinkdbdash": "^2.3.31",
"samlify": "^2.6.1",
Expand Down

0 comments on commit 05b17d3

Please sign in to comment.