Skip to content

Commit

Permalink
v0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
josemarluedke committed Feb 16, 2024
1 parent 9f5a6a6 commit 23974b3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.8.3",
"version": "0.8.4",
"packages": [
"packages/*"
],
Expand Down
4 changes: 2 additions & 2 deletions packages/ember/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@docfy/ember",
"version": "0.8.3",
"version": "0.8.4",
"description": "Ember integration with Docfy",
"keywords": [
"ember-addon",
Expand Down Expand Up @@ -52,7 +52,7 @@
},
"devDependencies": {
"@babel/helper-define-map": "^7.16.7",
"@docfy/plugin-with-prose": "^0.8.3",
"@docfy/plugin-with-prose": "^0.8.4",
"@ember/optional-features": "^2.0.0",
"@ember/test-helpers": "^2.6.0",
"@embroider/compat": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion 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.8.3",
"version": "0.8.4",
"private": false,
"description": "A Docfy plugin to wrap Markdown content in a prose class",
"repository": "https://github.com/josemarluedke/docfy",
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.8.3",
"version": "0.8.4",
"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.8.3",
"@docfy/ember": "^0.8.4",
"@ember/optional-features": "^2.0.0",
"@ember/test-helpers": "^2.6.0",
"@frontile/core": "^0.13.0",
Expand Down

0 comments on commit 23974b3

Please sign in to comment.