Skip to content

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
josemarluedke committed Jan 14, 2024
1 parent d2c879f commit c9d7083
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 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.7.0",
"version": "0.8.0",
"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.7.0",
"version": "0.8.0",
"private": false,
"description": "The core components of Docfy, a documentation site builder",
"repository": "https://github.com/josemarluedke/docfy",
Expand Down
2 changes: 1 addition & 1 deletion packages/docfy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docfy",
"version": "0.7.0",
"version": "0.8.0",
"description": "",
"main": "index.js",
"scripts": {
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.7.0",
"version": "0.8.0",
"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.7.0",
"@docfy/core": "^0.8.0",
"broccoli-bridge": "^1.0.0",
"broccoli-file-creator": "^2.1.1",
"broccoli-funnel": "^3.0.8",
Expand All @@ -52,7 +52,7 @@
},
"devDependencies": {
"@babel/helper-define-map": "^7.16.7",
"@docfy/plugin-with-prose": "^0.7.0",
"@docfy/plugin-with-prose": "^0.8.0",
"@ember/optional-features": "^2.0.0",
"@ember/test-helpers": "^2.6.0",
"@embroider/compat": "^1.0.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.7.0",
"version": "0.8.0",
"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.7.0"
"@docfy/core": "^0.8.0"
},
"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.7.0",
"version": "0.8.0",
"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.7.0",
"@docfy/ember": "^0.8.0",
"@ember/optional-features": "^2.0.0",
"@ember/test-helpers": "^2.6.0",
"@frontile/core": "^0.13.0",
Expand Down

0 comments on commit c9d7083

Please sign in to comment.