Skip to content

Commit

Permalink
v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
josemarluedke committed Mar 17, 2021
1 parent 5ae9846 commit d40a93b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.4.1",
"version": "0.4.2",
"packages": [
"packages/*"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@docfy/core",
"version": "0.4.0",
"version": "0.4.2",
"private": false,
"description": "The core components of Docfy, a documentation site builder",
"repository": "https://github.com/josemarluedke/docfy",
Expand Down
6 changes: 3 additions & 3 deletions packages/ember/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@docfy/ember",
"version": "0.4.1",
"version": "0.4.2",
"description": "Ember integration with Docfy",
"keywords": [
"ember-addon",
Expand Down Expand Up @@ -30,7 +30,7 @@
"test:ember-compatibility": "echo 'ember try:each TODO'"
},
"dependencies": {
"@docfy/core": "^0.4.0",
"@docfy/core": "^0.4.2",
"broccoli-bridge": "^1.0.0",
"broccoli-file-creator": "^2.1.1",
"broccoli-funnel": "^3.0.3",
Expand All @@ -50,7 +50,7 @@
"unist-util-visit": "^2.0.2"
},
"devDependencies": {
"@docfy/plugin-with-prose": "^0.4.0",
"@docfy/plugin-with-prose": "^0.4.2",
"@ember/optional-features": "^2.0.0",
"@ember/test-helpers": "^2.1.4",
"@embroider/compat": "^0.36.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-with-prose/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@docfy/plugin-with-prose",
"version": "0.4.0",
"version": "0.4.2",
"private": false,
"description": "A Docfy plugin to wrap Markdown content in a prose class",
"repository": "https://github.com/josemarluedke/docfy",
Expand All @@ -17,7 +17,7 @@
"test": "jest"
},
"dependencies": {
"@docfy/core": "^0.4.0"
"@docfy/core": "^0.4.2"
},
"devDependencies": {
"@types/unist": "^2.0.3",
Expand Down
4 changes: 2 additions & 2 deletions site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "site",
"version": "0.4.1",
"version": "0.4.2",
"private": true,
"description": "The Docfy Site",
"repository": "https://github.com/josemarluedke/docfy",
Expand All @@ -20,7 +20,7 @@
"test:ember": "ember test --test-port="
},
"devDependencies": {
"@docfy/ember": "^0.4.1",
"@docfy/ember": "^0.4.2",
"@ember/optional-features": "^2.0.0",
"@ember/test-helpers": "^2.1.4",
"@frontile/core": "^0.3.0",
Expand Down

0 comments on commit d40a93b

Please sign in to comment.