Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - 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
  • Loading branch information
mathisonian committed Jul 12, 2019
1 parent 77d7a8c commit 43ac3aa
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion 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",
Expand Down
10 changes: 5 additions & 5 deletions 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": {
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions 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",
Expand Down Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions 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",
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions 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",
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions 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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 43ac3aa

Please sign in to comment.