Skip to content
This repository has been archived by the owner on Mar 26, 2022. It is now read-only.

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
luhmann committed Apr 25, 2019
1 parent 406e85b commit 9ef29ad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"packages/*"
],
"npmClient": "yarn",
"version": "2.0.0",
"version": "2.0.1",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions packages/parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tufte-markdown/parser",
"version": "2.0.0",
"version": "2.0.1",
"description": "A markdown parser that output html that is compatible with tufte-css",
"main": "dist/parser.cjs.js",
"module": "dist/parser.es.js",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@tufte-markdown/remark-figure-parser": "^1.0.0",
"@tufte-markdown/remark-figure-transformer": "^1.0.0",
"@tufte-markdown/remark-sidenotes": "^1.0.0",
"@tufte-markdown/remark-wrap-in-section": "^2.0.0",
"@tufte-markdown/remark-wrap-in-section": "^2.0.1",
"react": "^16.1.1",
"remark-highlight.js": "^5.0.0",
"remark-html": "^6.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/remark-wrap-in-section/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tufte-markdown/remark-wrap-in-section",
"version": "2.0.0",
"version": "2.0.1",
"description": "A remark transformer wrapping document blocks that are started by a level-2 heading in a section to support html that relies on the stylesheets of Edward Tufte",
"main": "dist/remark-wrap-in-section.cjs.js",
"module": "dist/remark-wrap-in-section.es.js",
Expand Down

0 comments on commit 9ef29ad

Please sign in to comment.