From 43ac3aa6252a4bd43c3f26cfefd9275d1678e94f Mon Sep 17 00:00:00 2001 From: Matthew Conlen Date: Fri, 12 Jul 2019 11:58:31 -0700 Subject: [PATCH] Publish - idyll-ast@2.0.7 - idyll@4.5.3 - idyll-compiler@4.0.10 - idyll-components@3.9.1 - idyll-docs@3.4.2 - idyll-document@3.1.4 --- packages/idyll-ast/package.json | 2 +- packages/idyll-cli/package.json | 10 +++++----- packages/idyll-compiler/package.json | 4 ++-- packages/idyll-components/package.json | 4 ++-- packages/idyll-docs/package.json | 8 ++++---- packages/idyll-document/package.json | 4 ++-- 6 files changed, 16 insertions(+), 16 deletions(-) diff --git a/packages/idyll-ast/package.json b/packages/idyll-ast/package.json index b87bdca99..f6c4a6612 100644 --- a/packages/idyll-ast/package.json +++ b/packages/idyll-ast/package.json @@ -1,6 +1,6 @@ { "name": "idyll-ast", - "version": "2.0.6", + "version": "2.0.7", "description": "Utilities for manipulating Idyll's AST", "main": "dist/cjs/index.js", "module": "dist/es/index.js", diff --git a/packages/idyll-cli/package.json b/packages/idyll-cli/package.json index 5b48984eb..2035073c3 100644 --- a/packages/idyll-cli/package.json +++ b/packages/idyll-cli/package.json @@ -1,6 +1,6 @@ { "name": "idyll", - "version": "4.5.2", + "version": "4.5.3", "description": "Command line interface for idyll lang", "main": "src/index.js", "bin": { @@ -47,10 +47,10 @@ "findup-sync": "^1.0.0", "fs-extra": "^5.0.0", "html-tags": "^1.1.1", - "idyll-ast": "^2.0.6", - "idyll-compiler": "^4.0.9", - "idyll-components": "^3.9.0", - "idyll-document": "^3.1.3", + "idyll-ast": "^2.0.7", + "idyll-compiler": "^4.0.10", + "idyll-components": "^3.9.1", + "idyll-document": "^3.1.4", "idyll-layouts": "^3.0.4", "idyll-template-projects": "^2.1.1", "idyll-themes": "^3.0.2", diff --git a/packages/idyll-compiler/package.json b/packages/idyll-compiler/package.json index e940d509a..76bafca85 100644 --- a/packages/idyll-compiler/package.json +++ b/packages/idyll-compiler/package.json @@ -1,6 +1,6 @@ { "name": "idyll-compiler", - "version": "4.0.9", + "version": "4.0.10", "description": "Compiler for idyll", "main": "dist/cjs/index.js", "module": "dist/es/index.js", @@ -40,7 +40,7 @@ }, "dependencies": { "gray-matter": "^3.1.1", - "idyll-ast": "^2.0.6", + "idyll-ast": "^2.0.7", "lex": "^1.7.9", "nearley": "^2.15.0", "smartquotes": "^2.0.0" diff --git a/packages/idyll-components/package.json b/packages/idyll-components/package.json index bed762060..3de3cf297 100644 --- a/packages/idyll-components/package.json +++ b/packages/idyll-components/package.json @@ -1,6 +1,6 @@ { "name": "idyll-components", - "version": "3.9.0", + "version": "3.9.1", "description": "Components that ship by default in new Idyll projects", "main": "dist/cjs/index.js", "module": "dist/es/index.js", @@ -42,7 +42,7 @@ "d3-drag": "^1.1.1", "d3-format": "^1.2.0", "d3-selection": "^1.1.0", - "idyll-ast": "^2.0.6", + "idyll-ast": "^2.0.7", "idyll-component-children": "^1.0.7", "intersection-observer": "^0.5.0", "prop-types": "^15.5.10", diff --git a/packages/idyll-docs/package.json b/packages/idyll-docs/package.json index 3b51eb62a..09334148a 100644 --- a/packages/idyll-docs/package.json +++ b/packages/idyll-docs/package.json @@ -1,7 +1,7 @@ { "name": "idyll-docs", "private": true, - "version": "3.4.1", + "version": "3.4.2", "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", @@ -25,9 +25,9 @@ "express": "^4.16.2", "fontfaceobserver": "^2.0.13", "html-react-parser": "^0.4.1", - "idyll-compiler": "^4.0.9", - "idyll-components": "^3.9.0", - "idyll-document": "^3.1.3", + "idyll-compiler": "^4.0.10", + "idyll-components": "^3.9.1", + "idyll-document": "^3.1.4", "isomorphic-fetch": "^2.2.1", "markdown-in-js": "^1.1.3", "next": "^4.2.3", diff --git a/packages/idyll-document/package.json b/packages/idyll-document/package.json index f5b73c93c..9ad167015 100644 --- a/packages/idyll-document/package.json +++ b/packages/idyll-document/package.json @@ -1,6 +1,6 @@ { "name": "idyll-document", - "version": "3.1.3", + "version": "3.1.4", "license": "MIT", "authors": [ "Matthew Conlen", @@ -33,7 +33,7 @@ "falafel": "^2.1.0", "fast-deep-equal": "^2.0.1", "html-tags": "^2.0.0", - "idyll-compiler": "^4.0.9", + "idyll-compiler": "^4.0.10", "idyll-layouts": "^3.0.4", "idyll-themes": "^3.0.2", "object.entries": "^1.0.4",