Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - idyll@6.0.0-alpha.6
 - idyll-docs@5.0.0-alpha.4
 - idyll-document@4.0.0-alpha.4
  • Loading branch information
mathisonian committed Apr 22, 2022
1 parent 11cf577 commit 3a22808
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/idyll-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "idyll",
"version": "6.0.0-alpha.5",
"version": "6.0.0-alpha.6",
"description": "Command line interface for idyll lang",
"main": "src/index.js",
"bin": {
Expand Down Expand Up @@ -49,7 +49,7 @@
"idyll-ast": "^3.0.0-alpha.1",
"idyll-compiler": "^5.0.0-alpha.2",
"idyll-components": "^6.0.0-alpha.2",
"idyll-document": "^4.0.0-alpha.3",
"idyll-document": "^4.0.0-alpha.4",
"idyll-layouts": "^4.0.0-alpha.0",
"idyll-template-projects": "^3.0.0-alpha.2",
"idyll-themes": "^4.0.0-alpha.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/idyll-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "idyll-docs",
"private": true,
"version": "5.0.0-alpha.3",
"version": "5.0.0-alpha.4",
"description": "A repo for developing the new docs and editor pages, made with next.js",
"main": "index.js",
"repository": "https://github.com/idyll-lang/docs-redux.git",
Expand All @@ -22,7 +22,7 @@
"html-react-parser": "^1.4.8",
"idyll-compiler": "^5.0.0-alpha.2",
"idyll-components": "^6.0.0-alpha.2",
"idyll-document": "^4.0.0-alpha.3",
"idyll-document": "^4.0.0-alpha.4",
"markdown-in-js": "^1.1.3",
"next": "^12.1.0",
"react": "17",
Expand Down
2 changes: 1 addition & 1 deletion packages/idyll-document/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "idyll-document",
"version": "4.0.0-alpha.3",
"version": "4.0.0-alpha.4",
"license": "MIT",
"authors": [
"Matthew Conlen",
Expand Down

0 comments on commit 3a22808

Please sign in to comment.