Skip to content

Commit

Permalink
v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jheer committed Apr 19, 2023
1 parent 9e6e8b8 commit 01ca790
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "0.1.5"
"version": "0.1.6"
}
24 changes: 12 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@living-papers/cli",
"description": "Authoring tools for scholarly communication.",
"version": "0.1.5",
"version": "0.1.6",
"license": "BSD-3-Clause",
"repository": "uwdata/living-papers",
"main": "src/index.js",
Expand All @@ -15,7 +15,7 @@
"prepublishOnly": "npm run lint"
},
"dependencies": {
"@living-papers/compiler": "^0.1.5",
"@living-papers/compiler": "^0.1.6",
"@web/dev-server": "^0.1.37",
"chalk": "^5.2.0",
"chokidar": "^3.5.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@living-papers/compiler",
"description": "Authoring tools for scholarly communication.",
"version": "0.1.5",
"version": "0.1.6",
"license": "BSD-3-Clause",
"repository": "uwdata/living-papers",
"main": "src/index.js",
Expand All @@ -15,10 +15,10 @@
"dependencies": {
"@living-papers/article-api": "^0.1.4",
"@living-papers/ast": "^0.1.0",
"@living-papers/components": "^0.1.5",
"@living-papers/components": "^0.1.6",
"@living-papers/html-templates": "^0.1.0",
"@living-papers/latex-templates": "^0.1.2",
"@living-papers/runtime": "^0.1.5",
"@living-papers/runtime": "^0.1.6",
"@living-papers/runtime-compiler": "^0.1.2",
"@living-papers/transforms": "^0.1.2",
"@rollup/plugin-node-resolve": "^15.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@living-papers/components",
"description": "Built-in Living Papers web components.",
"version": "0.1.5",
"version": "0.1.6",
"license": "BSD-3-Clause",
"repository": "uwdata/living-papers",
"main": "src/index.js",
Expand All @@ -12,7 +12,7 @@
"prepublishOnly": "npm run lint"
},
"dependencies": {
"@living-papers/runtime": "^0.1.5",
"@living-papers/runtime": "^0.1.6",
"d3-require": "^1.3.0",
"lit": "^2.7.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@living-papers/runtime",
"description": "Living Papers reactive runtime.",
"version": "0.1.5",
"version": "0.1.6",
"license": "BSD-3-Clause",
"repository": "uwdata/living-papers",
"main": "dist/runtime.js",
Expand Down

0 comments on commit 01ca790

Please sign in to comment.