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

Commit

Permalink
v0.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yitzchak committed Dec 10, 2017
1 parent 1ef9e5b commit d6bb388
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 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": "0.12.2"
"version": "0.12.3"
}
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dicy/cli",
"version": "0.12.2",
"version": "0.12.3",
"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.2",
"@dicy/core": "^0.12.3",
"chalk": "^2.3.0",
"cliui": "^3.2.0",
"file-uri-to-path": "^1.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dicy/client",
"version": "0.12.2",
"version": "0.12.3",
"description": "JSON-RPC client for DiCy.",
"keywords": [
"latex",
Expand Down Expand Up @@ -29,8 +29,8 @@
},
"license": "MIT",
"dependencies": {
"@dicy/server": "^0.12.2",
"@dicy/types": "^0.12.2",
"@dicy/server": "^0.12.3",
"@dicy/types": "^0.12.3",
"vscode-jsonrpc": "^3.5.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dicy/core",
"version": "0.12.2",
"version": "0.12.3",
"description": "Library interface to DiCy, a builder for LaTeX, knitr, literate Agda, literate Haskell and Pweave that automatically builds dependencies.",
"keywords": [
"latex",
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"license": "MIT",
"dependencies": {
"@dicy/types": "^0.12.2",
"@dicy/types": "^0.12.3",
"command-join": "^2.0.0",
"fast-glob": "^1.0.1",
"file-uri-to-path": "^1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dicy/server",
"version": "0.12.2",
"version": "0.12.3",
"description": "JSON-RPC server for DiCy.",
"keywords": [
"latex",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"license": "MIT",
"dependencies": {
"@dicy/core": "^0.12.2",
"@dicy/core": "^0.12.3",
"vscode-jsonrpc": "^3.5.0",
"yargs": "^10.0.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dicy/types",
"version": "0.12.2",
"version": "0.12.3",
"description": "Shared types for DiCy.",
"keywords": [
"latex",
Expand Down

0 comments on commit d6bb388

Please sign in to comment.