Skip to content
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.

Commit

Permalink
v0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yitzchak committed Nov 29, 2017
1 parent f36c278 commit c06cd17
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "0.12.0"
"version": "0.12.1"
}
4 changes: 2 additions & 2 deletions packages/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@dicy/cli",
"version": "0.12.0",
"version": "0.12.1",
"description": "Command line interface to DiCy, a builder for LaTeX, knitr, literate Agda, literate Haskell and Pweave that automatically builds dependencies.",
"keywords": [
"latex",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"license": "MIT",
"dependencies": {
"@dicy/core": "^0.12.0",
"@dicy/core": "^0.12.1",
"chalk": "^2.3.0",
"cliui": "^3.2.0",
"file-uri-to-path": "^1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
@@ -1,6 +1,6 @@
{
"name": "@dicy/client",
"version": "0.12.0",
"version": "0.12.1",
"description": "JSON-RPC client for DiCy.",
"keywords": [
"latex",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"license": "MIT",
"dependencies": {
"@dicy/server": "^0.12.0",
"@dicy/server": "^0.12.1",
"@dicy/types": "^0.12.0",
"vscode-jsonrpc": "^3.5.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@dicy/core",
"version": "0.12.0",
"version": "0.12.1",
"description": "Library interface to DiCy, a builder for LaTeX, knitr, literate Agda, literate Haskell and Pweave that automatically builds dependencies.",
"keywords": [
"latex",
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
@@ -1,6 +1,6 @@
{
"name": "@dicy/server",
"version": "0.12.0",
"version": "0.12.1",
"description": "JSON-RPC server for DiCy.",
"keywords": [
"latex",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"license": "MIT",
"dependencies": {
"@dicy/core": "^0.12.0",
"@dicy/core": "^0.12.1",
"vscode-jsonrpc": "^3.5.0",
"yargs": "^10.0.3"
},
Expand Down

0 comments on commit c06cd17

Please sign in to comment.