Skip to content

Commit 2d3fb6a

Browse files
committed
v0.1.9
1 parent aa5acca commit 2d3fb6a

File tree

7 files changed

+37
-38
lines changed

7 files changed

+37
-38
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "0.1.8"
3+
"version": "0.1.9"
44
}

package-lock.json

Lines changed: 26 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@living-papers/cli",
33
"description": "Authoring tools for scholarly communication.",
4-
"version": "0.1.8",
4+
"version": "0.1.9",
55
"license": "BSD-3-Clause",
66
"repository": "uwdata/living-papers",
77
"main": "src/index.js",
@@ -15,7 +15,7 @@
1515
"prepublishOnly": "npm run lint"
1616
},
1717
"dependencies": {
18-
"@living-papers/compiler": "^0.1.8",
18+
"@living-papers/compiler": "^0.1.9",
1919
"@web/dev-server": "^0.4.6",
2020
"chalk": "^5.4.1",
2121
"chokidar": "^4.0.3",

packages/compiler/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@living-papers/compiler",
33
"description": "Authoring tools for scholarly communication.",
4-
"version": "0.1.8",
4+
"version": "0.1.9",
55
"license": "BSD-3-Clause",
66
"repository": "uwdata/living-papers",
77
"main": "src/index.js",
@@ -15,10 +15,10 @@
1515
"dependencies": {
1616
"@living-papers/article-api": "^0.1.4",
1717
"@living-papers/ast": "^0.1.0",
18-
"@living-papers/components": "^0.1.8",
18+
"@living-papers/components": "^0.1.9",
1919
"@living-papers/html-templates": "^0.1.0",
20-
"@living-papers/latex-templates": "^0.1.7",
21-
"@living-papers/runtime": "^0.1.8",
20+
"@living-papers/latex-templates": "^0.1.9",
21+
"@living-papers/runtime": "^0.1.9",
2222
"@living-papers/runtime-compiler": "^0.1.8",
2323
"@living-papers/transforms": "^0.1.8",
2424
"@rollup/plugin-node-resolve": "^16.0.1",

packages/components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@living-papers/components",
33
"description": "Built-in Living Papers web components.",
4-
"version": "0.1.8",
4+
"version": "0.1.9",
55
"license": "BSD-3-Clause",
66
"repository": "uwdata/living-papers",
77
"main": "src/index.js",
@@ -12,7 +12,7 @@
1212
"prepublishOnly": "npm run lint"
1313
},
1414
"dependencies": {
15-
"@living-papers/runtime": "^0.1.8",
15+
"@living-papers/runtime": "^0.1.9",
1616
"d3-require": "^1.3.0",
1717
"lit": "^3.2.1"
1818
},

packages/runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@living-papers/runtime",
33
"description": "Living Papers reactive runtime.",
4-
"version": "0.1.8",
4+
"version": "0.1.9",
55
"license": "BSD-3-Clause",
66
"repository": "uwdata/living-papers",
77
"main": "dist/runtime.js",

templates/latex/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@living-papers/latex-templates",
33
"description": "Living Papers LaTeX templates.",
4-
"version": "0.1.7",
4+
"version": "0.1.9",
55
"license": "BSD-3-Clause",
66
"repository": "uwdata/living-papers"
77
}

0 commit comments

Comments
 (0)