Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - idyll@3.7.5
 - idyll-components@3.2.1
 - idyll-docs@3.0.27
  • Loading branch information
mathisonian committed Aug 19, 2018
1 parent db49901 commit fc79adf
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": "3.7.4",
"version": "3.7.5",
"description": "Command line interface for idyll lang",
"main": "src/index.js",
"bin": {
Expand Down Expand Up @@ -48,7 +48,7 @@
"html-tags": "^1.1.1",
"idyll-ast": "^1.5.1",
"idyll-compiler": "^3.3.1",
"idyll-components": "^3.2.0",
"idyll-components": "^3.2.1",
"idyll-document": "^2.12.2",
"idyll-layouts": "^2.5.6",
"idyll-template-projects": "^1.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/idyll-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "idyll-components",
"version": "3.2.0",
"version": "3.2.1",
"description": "Components that ship by default in new Idyll projects",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
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": "3.0.26",
"version": "3.0.27",
"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 @@ -27,7 +27,7 @@
"fs": "0.0.1-security",
"html-react-parser": "^0.4.1",
"idyll-compiler": "^3.3.1",
"idyll-components": "^3.2.0",
"idyll-components": "^3.2.1",
"idyll-document": "^2.12.2",
"isomorphic-fetch": "^2.2.1",
"markdown-in-js": "^1.1.3",
Expand Down

0 comments on commit fc79adf

Please sign in to comment.