From b2942c6fc34c6c98c0faf9ea820788c50b825999 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 19 Oct 2020 06:29:37 +0000 Subject: [PATCH] chore: publish - @frctl/handlebars-example@0.1.1 - @frctl/core@0.1.1 - @frctl/fractal@1.4.1 - @frctl/handlebars@1.2.2 - @frctl/mandelbrot@1.5.1 - @frctl/nunjucks@2.0.4 - @frctl/twig@1.2.2 - @frctl/web@0.1.1 --- examples/handlebars/CHANGELOG.md | 8 ++++++++ examples/handlebars/package.json | 8 ++++---- packages/core/CHANGELOG.md | 8 ++++++++ packages/core/package.json | 2 +- packages/fractal/CHANGELOG.md | 8 ++++++++ packages/fractal/package.json | 10 +++++----- packages/handlebars/CHANGELOG.md | 8 ++++++++ packages/handlebars/package.json | 4 ++-- packages/mandelbrot/CHANGELOG.md | 12 ++++++++++++ packages/mandelbrot/package.json | 4 ++-- packages/nunjucks/CHANGELOG.md | 8 ++++++++ packages/nunjucks/package.json | 4 ++-- packages/twig/CHANGELOG.md | 8 ++++++++ packages/twig/package.json | 4 ++-- packages/web/CHANGELOG.md | 8 ++++++++ packages/web/package.json | 4 ++-- 16 files changed, 88 insertions(+), 20 deletions(-) diff --git a/examples/handlebars/CHANGELOG.md b/examples/handlebars/CHANGELOG.md index d42ded77c..26c07ee5d 100644 --- a/examples/handlebars/CHANGELOG.md +++ b/examples/handlebars/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.1](https://github.com/frctl/fractal/compare/@frctl/handlebars-example@0.1.0...@frctl/handlebars-example@0.1.1) (2020-10-19) + +**Note:** Version bump only for package @frctl/handlebars-example + + + + + # 0.1.0 (2020-10-15) diff --git a/examples/handlebars/package.json b/examples/handlebars/package.json index 956fe665d..ee5b155cd 100644 --- a/examples/handlebars/package.json +++ b/examples/handlebars/package.json @@ -1,6 +1,6 @@ { "name": "@frctl/handlebars-example", - "version": "0.1.0", + "version": "0.1.1", "private": true, "scripts": { "start": "fractal start --sync", @@ -9,9 +9,9 @@ "test:dev": "npm run test -- --watch" }, "dependencies": { - "@frctl/fractal": "^1.4.0", - "@frctl/handlebars": "^1.2.1", - "@frctl/mandelbrot": "^1.5.0" + "@frctl/fractal": "^1.4.1", + "@frctl/handlebars": "^1.2.2", + "@frctl/mandelbrot": "^1.5.1" }, "devDependencies": { "jest": "^26.0.1", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index cb3d80040..4851146cd 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.1](https://github.com/frctl/fractal/compare/@frctl/core@0.1.0...@frctl/core@0.1.1) (2020-10-19) + +**Note:** Version bump only for package @frctl/core + + + + + # 0.1.0 (2020-10-15) diff --git a/packages/core/package.json b/packages/core/package.json index 2afc84c80..da0e9d0d3 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@frctl/core", - "version": "0.1.0", + "version": "0.1.1", "description": "Core module of Fractal.", "main": "src/index.js", "repository": { diff --git a/packages/fractal/CHANGELOG.md b/packages/fractal/CHANGELOG.md index 6ac5416b7..14aaa127f 100644 --- a/packages/fractal/CHANGELOG.md +++ b/packages/fractal/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.4.1](https://github.com/frctl/fractal/compare/@frctl/fractal@1.4.0...@frctl/fractal@1.4.1) (2020-10-19) + +**Note:** Version bump only for package @frctl/fractal + + + + + # [1.4.0](https://github.com/frctl/fractal/compare/@frctl/fractal@1.3.0...@frctl/fractal@1.4.0) (2020-10-15) diff --git a/packages/fractal/package.json b/packages/fractal/package.json index d6ab652f9..860466ce0 100644 --- a/packages/fractal/package.json +++ b/packages/fractal/package.json @@ -1,6 +1,6 @@ { "name": "@frctl/fractal", - "version": "1.4.0", + "version": "1.4.1", "description": "A tool to help you build and document web component libraries and then integrate them into your projects.", "main": "src/fractal.js", "repository": { @@ -15,10 +15,10 @@ }, "homepage": "https://github.com/frctl/fractal", "dependencies": { - "@frctl/core": "^0.1.0", - "@frctl/handlebars": "^1.2.1", - "@frctl/mandelbrot": "^1.5.0", - "@frctl/web": "^0.1.0", + "@frctl/core": "^0.1.1", + "@frctl/handlebars": "^1.2.2", + "@frctl/mandelbrot": "^1.5.1", + "@frctl/web": "^0.1.1", "anymatch": "^2.0.0", "bluebird": "^3.5.2", "chalk": "^1.1.3", diff --git a/packages/handlebars/CHANGELOG.md b/packages/handlebars/CHANGELOG.md index 5a2819e3f..4041c78a4 100644 --- a/packages/handlebars/CHANGELOG.md +++ b/packages/handlebars/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.2.2](https://github.com/frctl/fractal/compare/@frctl/handlebars@1.2.1...@frctl/handlebars@1.2.2) (2020-10-19) + +**Note:** Version bump only for package @frctl/handlebars + + + + + ## [1.2.1](https://github.com/frctl/fractal/compare/@frctl/handlebars@1.2.0...@frctl/handlebars@1.2.1) (2020-10-15) diff --git a/packages/handlebars/package.json b/packages/handlebars/package.json index 4e9bea6a3..db1cfd36c 100644 --- a/packages/handlebars/package.json +++ b/packages/handlebars/package.json @@ -1,6 +1,6 @@ { "name": "@frctl/handlebars", - "version": "1.2.1", + "version": "1.2.2", "description": "Use Handlebars templates with Fractal.", "main": "src/index.js", "repository": { @@ -15,7 +15,7 @@ }, "homepage": "https://github.com/frctl/fractal/tree/main/packages/handlebars", "dependencies": { - "@frctl/core": "^0.1.0", + "@frctl/core": "^0.1.1", "bluebird": "^3.5.2", "handlebars": "^4.7.6", "lodash": "^4.17.11", diff --git a/packages/mandelbrot/CHANGELOG.md b/packages/mandelbrot/CHANGELOG.md index 83b1c1883..ad9f1a0ba 100644 --- a/packages/mandelbrot/CHANGELOG.md +++ b/packages/mandelbrot/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.5.1](https://github.com/frctl/fractal/compare/@frctl/mandelbrot@1.5.0...@frctl/mandelbrot@1.5.1) (2020-10-19) + + +### Bug Fixes + +* **mandelbrot:** Properly initialize assets tab file select ([#669](https://github.com/frctl/fractal/issues/669)) ([dfaefa5](https://github.com/frctl/fractal/commit/dfaefa56ff1e76110381303c53ca742aacfcf660)), closes [#668](https://github.com/frctl/fractal/issues/668) +* initialize frame before navigation ([#667](https://github.com/frctl/fractal/issues/667)) ([33f4f59](https://github.com/frctl/fractal/commit/33f4f595705f906eba7634137a2045dfa4496220)) + + + + + # [1.5.0](https://github.com/frctl/fractal/compare/@frctl/mandelbrot@1.4.0...@frctl/mandelbrot@1.5.0) (2020-10-15) diff --git a/packages/mandelbrot/package.json b/packages/mandelbrot/package.json index 4ed3110d7..9986b52d6 100644 --- a/packages/mandelbrot/package.json +++ b/packages/mandelbrot/package.json @@ -1,6 +1,6 @@ { "name": "@frctl/mandelbrot", - "version": "1.5.0", + "version": "1.5.1", "description": "The default theme for Fractal.", "main": "index.js", "repository": { @@ -51,7 +51,7 @@ "watchify": "^3.7.0" }, "dependencies": { - "@frctl/web": "^0.1.0", + "@frctl/web": "^0.1.1", "js-beautify": "^1.6.2", "lodash": "^4.17.11" }, diff --git a/packages/nunjucks/CHANGELOG.md b/packages/nunjucks/CHANGELOG.md index aebaa55a1..eabf4a615 100644 --- a/packages/nunjucks/CHANGELOG.md +++ b/packages/nunjucks/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.4](https://github.com/frctl/fractal/compare/@frctl/nunjucks@2.0.3...@frctl/nunjucks@2.0.4) (2020-10-19) + +**Note:** Version bump only for package @frctl/nunjucks + + + + + ## [2.0.3](https://github.com/frctl/fractal/compare/@frctl/nunjucks@2.0.2...@frctl/nunjucks@2.0.3) (2020-10-15) **Note:** Version bump only for package @frctl/nunjucks diff --git a/packages/nunjucks/package.json b/packages/nunjucks/package.json index 3e7895468..f8f36dd75 100644 --- a/packages/nunjucks/package.json +++ b/packages/nunjucks/package.json @@ -1,6 +1,6 @@ { "name": "@frctl/nunjucks", - "version": "2.0.3", + "version": "2.0.4", "description": "Nunjucks template adapter for Fractal.", "main": "index.js", "repository": { @@ -18,7 +18,7 @@ "@frctl/fractal": ">= 1.1.0-alpha.0 < 2" }, "dependencies": { - "@frctl/core": "^0.1.0", + "@frctl/core": "^0.1.1", "bluebird": "^3.5.2", "lodash": "^4.17.11", "nunjucks": "^3.2.1" diff --git a/packages/twig/CHANGELOG.md b/packages/twig/CHANGELOG.md index 0d71163b4..c4f98c1dc 100644 --- a/packages/twig/CHANGELOG.md +++ b/packages/twig/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.2.2](https://github.com/frctl/fractal/compare/@frctl/twig@1.2.1...@frctl/twig@1.2.2) (2020-10-19) + +**Note:** Version bump only for package @frctl/twig + + + + + ## [1.2.1](https://github.com/frctl/fractal/compare/@frctl/twig@1.2.0...@frctl/twig@1.2.1) (2020-10-15) **Note:** Version bump only for package @frctl/twig diff --git a/packages/twig/package.json b/packages/twig/package.json index d9182bde0..ed82e0752 100644 --- a/packages/twig/package.json +++ b/packages/twig/package.json @@ -1,6 +1,6 @@ { "name": "@frctl/twig", - "version": "1.2.1", + "version": "1.2.2", "description": "Twig template adapter for Fractal.", "main": "index.js", "repository": { @@ -15,7 +15,7 @@ }, "homepage": "https://github.com/frctl/fractal/tree/main/packages/twig", "dependencies": { - "@frctl/core": "^0.1.0", + "@frctl/core": "^0.1.1", "lodash": "^4.17.11", "twig": "^1.14.0" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 61a3627a3..f83df075d 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.1](https://github.com/frctl/fractal/compare/@frctl/web@0.1.0...@frctl/web@0.1.1) (2020-10-19) + +**Note:** Version bump only for package @frctl/web + + + + + # 0.1.0 (2020-10-15) diff --git a/packages/web/package.json b/packages/web/package.json index 3d1755407..4fa439b70 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@frctl/web", - "version": "0.1.0", + "version": "0.1.1", "description": "Web module of Fractal.", "main": "src/index.js", "repository": { @@ -14,7 +14,7 @@ }, "homepage": "https://github.com/frctl/fractal/tree/main/packages/web", "dependencies": { - "@frctl/core": "^0.1.0", + "@frctl/core": "^0.1.1", "anymatch": "^2.0.0", "bluebird": "^3.5.2", "browser-sync": "^2.26.12",