From fc173146224f7cd1347eeec220adb1f704b47091 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 17 Aug 2022 18:44:47 +0000 Subject: [PATCH] chore: publish - @frctl/handlebars-example@0.3.11 - @frctl/nunjucks-example@0.0.9 - @frctl/react-example@0.2.10 - @frctl/twig-example@0.2.10 - @frctl/core@0.3.5 - @frctl/fractal@1.5.14 - @frctl/handlebars@1.2.15 - @frctl/mandelbrot@1.10.2 - @frctl/nunjucks@2.0.15 - @frctl/react@0.3.7 - @frctl/twig@1.2.13 - @frctl/web@0.1.12 --- examples/handlebars/CHANGELOG.md | 8 ++++++++ examples/handlebars/package.json | 8 ++++---- examples/nunjucks/CHANGELOG.md | 8 ++++++++ examples/nunjucks/package.json | 8 ++++---- examples/react/CHANGELOG.md | 8 ++++++++ examples/react/package.json | 8 ++++---- examples/twig/CHANGELOG.md | 8 ++++++++ examples/twig/package.json | 8 ++++---- packages/core/CHANGELOG.md | 11 +++++++++++ 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 | 8 ++++++++ packages/mandelbrot/package.json | 4 ++-- packages/nunjucks/CHANGELOG.md | 8 ++++++++ packages/nunjucks/package.json | 4 ++-- packages/react/CHANGELOG.md | 8 ++++++++ packages/react/package.json | 4 ++-- packages/twig/CHANGELOG.md | 8 ++++++++ packages/twig/package.json | 4 ++-- packages/web/CHANGELOG.md | 8 ++++++++ packages/web/package.json | 4 ++-- 24 files changed, 133 insertions(+), 34 deletions(-) diff --git a/examples/handlebars/CHANGELOG.md b/examples/handlebars/CHANGELOG.md index 3a88274f7..f64522afe 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.3.11](https://github.com/frctl/fractal/compare/@frctl/handlebars-example@0.3.10...@frctl/handlebars-example@0.3.11) (2022-08-17) + +**Note:** Version bump only for package @frctl/handlebars-example + + + + + ## [0.3.10](https://github.com/frctl/fractal/compare/@frctl/handlebars-example@0.3.9...@frctl/handlebars-example@0.3.10) (2022-02-01) **Note:** Version bump only for package @frctl/handlebars-example diff --git a/examples/handlebars/package.json b/examples/handlebars/package.json index c4de65246..6dff141c5 100644 --- a/examples/handlebars/package.json +++ b/examples/handlebars/package.json @@ -1,15 +1,15 @@ { "name": "@frctl/handlebars-example", - "version": "0.3.10", + "version": "0.3.11", "private": true, "scripts": { "start": "fractal start --sync", "build": "fractal build" }, "dependencies": { - "@frctl/fractal": "^1.5.13", - "@frctl/handlebars": "^1.2.14", - "@frctl/mandelbrot": "^1.10.1" + "@frctl/fractal": "^1.5.14", + "@frctl/handlebars": "^1.2.15", + "@frctl/mandelbrot": "^1.10.2" }, "devDependencies": { "@frctl/adapter-tests": "^0.2.0", diff --git a/examples/nunjucks/CHANGELOG.md b/examples/nunjucks/CHANGELOG.md index db63a9a8a..322f6fc22 100644 --- a/examples/nunjucks/CHANGELOG.md +++ b/examples/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. +## [0.0.9](https://github.com/frctl/fractal/compare/@frctl/nunjucks-example@0.0.8...@frctl/nunjucks-example@0.0.9) (2022-08-17) + +**Note:** Version bump only for package @frctl/nunjucks-example + + + + + ## [0.0.8](https://github.com/frctl/fractal/compare/@frctl/nunjucks-example@0.0.7...@frctl/nunjucks-example@0.0.8) (2022-02-01) **Note:** Version bump only for package @frctl/nunjucks-example diff --git a/examples/nunjucks/package.json b/examples/nunjucks/package.json index 7de7d5595..5a9f5cb2c 100644 --- a/examples/nunjucks/package.json +++ b/examples/nunjucks/package.json @@ -1,15 +1,15 @@ { "name": "@frctl/nunjucks-example", - "version": "0.0.8", + "version": "0.0.9", "private": true, "scripts": { "start": "fractal start --sync", "build": "fractal build" }, "dependencies": { - "@frctl/fractal": "^1.5.13", - "@frctl/mandelbrot": "^1.10.1", - "@frctl/nunjucks": "^2.0.14" + "@frctl/fractal": "^1.5.14", + "@frctl/mandelbrot": "^1.10.2", + "@frctl/nunjucks": "^2.0.15" }, "devDependencies": { "@frctl/adapter-tests": "^0.1.0", diff --git a/examples/react/CHANGELOG.md b/examples/react/CHANGELOG.md index 34d7e6f84..130f06d2d 100644 --- a/examples/react/CHANGELOG.md +++ b/examples/react/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.2.10](https://github.com/frctl/fractal/compare/@frctl/react-example@0.2.9...@frctl/react-example@0.2.10) (2022-08-17) + +**Note:** Version bump only for package @frctl/react-example + + + + + ## [0.2.9](https://github.com/frctl/fractal/compare/@frctl/react-example@0.2.8...@frctl/react-example@0.2.9) (2022-02-01) **Note:** Version bump only for package @frctl/react-example diff --git a/examples/react/package.json b/examples/react/package.json index f542568b3..fe50cb327 100644 --- a/examples/react/package.json +++ b/examples/react/package.json @@ -1,15 +1,15 @@ { "name": "@frctl/react-example", - "version": "0.2.9", + "version": "0.2.10", "private": true, "scripts": { "start": "fractal start --sync", "build": "fractal build" }, "dependencies": { - "@frctl/fractal": "^1.5.13", - "@frctl/mandelbrot": "^1.10.1", - "@frctl/react": "^0.3.6" + "@frctl/fractal": "^1.5.14", + "@frctl/mandelbrot": "^1.10.2", + "@frctl/react": "^0.3.7" }, "devDependencies": { "@frctl/adapter-tests": "^0.2.0", diff --git a/examples/twig/CHANGELOG.md b/examples/twig/CHANGELOG.md index d6c067884..1b4386e35 100644 --- a/examples/twig/CHANGELOG.md +++ b/examples/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. +## [0.2.10](https://github.com/frctl/fractal/compare/@frctl/twig-example@0.2.9...@frctl/twig-example@0.2.10) (2022-08-17) + +**Note:** Version bump only for package @frctl/twig-example + + + + + ## [0.2.9](https://github.com/frctl/fractal/compare/@frctl/twig-example@0.2.8...@frctl/twig-example@0.2.9) (2022-02-01) **Note:** Version bump only for package @frctl/twig-example diff --git a/examples/twig/package.json b/examples/twig/package.json index 2518f5871..1fe8876b6 100644 --- a/examples/twig/package.json +++ b/examples/twig/package.json @@ -1,15 +1,15 @@ { "name": "@frctl/twig-example", - "version": "0.2.9", + "version": "0.2.10", "private": true, "scripts": { "start": "fractal start --sync", "build": "fractal build" }, "dependencies": { - "@frctl/fractal": "^1.5.13", - "@frctl/mandelbrot": "^1.10.1", - "@frctl/twig": "^1.2.12" + "@frctl/fractal": "^1.5.14", + "@frctl/mandelbrot": "^1.10.2", + "@frctl/twig": "^1.2.13" }, "devDependencies": { "@frctl/adapter-tests": "^0.2.0", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 281921603..b19ade438 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.3.5](https://github.com/frctl/fractal/compare/@frctl/core@0.3.4...@frctl/core@0.3.5) (2022-08-17) + + +### Bug Fixes + +* sync for docs ([#1181](https://github.com/frctl/fractal/issues/1181)) ([ac748d6](https://github.com/frctl/fractal/commit/ac748d6b481765093d7663e6c291ec8b5fe24d2c)) + + + + + ## [0.3.4](https://github.com/frctl/fractal/compare/@frctl/core@0.3.3...@frctl/core@0.3.4) (2022-01-26) diff --git a/packages/core/package.json b/packages/core/package.json index 1cab45a5c..466501335 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@frctl/core", - "version": "0.3.4", + "version": "0.3.5", "description": "Core module of Fractal.", "main": "src/index.js", "repository": { diff --git a/packages/fractal/CHANGELOG.md b/packages/fractal/CHANGELOG.md index 409e8da56..a95c9b5fe 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.5.14](https://github.com/frctl/fractal/compare/@frctl/fractal@1.5.13...@frctl/fractal@1.5.14) (2022-08-17) + +**Note:** Version bump only for package @frctl/fractal + + + + + ## [1.5.13](https://github.com/frctl/fractal/compare/@frctl/fractal@1.5.12...@frctl/fractal@1.5.13) (2022-02-01) **Note:** Version bump only for package @frctl/fractal diff --git a/packages/fractal/package.json b/packages/fractal/package.json index fe31a11f2..0efb71d67 100644 --- a/packages/fractal/package.json +++ b/packages/fractal/package.json @@ -1,6 +1,6 @@ { "name": "@frctl/fractal", - "version": "1.5.13", + "version": "1.5.14", "description": "A tool to help you build and document website 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.3.4", - "@frctl/handlebars": "^1.2.14", - "@frctl/mandelbrot": "^1.10.1", - "@frctl/web": "^0.1.11", + "@frctl/core": "^0.3.5", + "@frctl/handlebars": "^1.2.15", + "@frctl/mandelbrot": "^1.10.2", + "@frctl/web": "^0.1.12", "anymatch": "^3.1.2", "bluebird": "^3.7.2", "chalk": "^4.1.1", diff --git a/packages/handlebars/CHANGELOG.md b/packages/handlebars/CHANGELOG.md index 6895f3045..ed4efd9bd 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.15](https://github.com/frctl/fractal/compare/@frctl/handlebars@1.2.14...@frctl/handlebars@1.2.15) (2022-08-17) + +**Note:** Version bump only for package @frctl/handlebars + + + + + ## [1.2.14](https://github.com/frctl/fractal/compare/@frctl/handlebars@1.2.13...@frctl/handlebars@1.2.14) (2022-01-26) **Note:** Version bump only for package @frctl/handlebars diff --git a/packages/handlebars/package.json b/packages/handlebars/package.json index a254c7c50..e763d5eb5 100644 --- a/packages/handlebars/package.json +++ b/packages/handlebars/package.json @@ -1,6 +1,6 @@ { "name": "@frctl/handlebars", - "version": "1.2.14", + "version": "1.2.15", "description": "Use Handlebars templates with Fractal.", "main": "index.js", "repository": { @@ -15,7 +15,7 @@ }, "homepage": "https://github.com/frctl/fractal/tree/main/packages/handlebars", "dependencies": { - "@frctl/core": "^0.3.4", + "@frctl/core": "^0.3.5", "bluebird": "^3.7.2", "handlebars": "^4.7.7", "lodash": "^4.17.21", diff --git a/packages/mandelbrot/CHANGELOG.md b/packages/mandelbrot/CHANGELOG.md index 2162a9ad4..9b6756a09 100644 --- a/packages/mandelbrot/CHANGELOG.md +++ b/packages/mandelbrot/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.10.2](https://github.com/frctl/fractal/compare/@frctl/mandelbrot@1.10.1...@frctl/mandelbrot@1.10.2) (2022-08-17) + +**Note:** Version bump only for package @frctl/mandelbrot + + + + + ## [1.10.1](https://github.com/frctl/fractal/compare/@frctl/mandelbrot@1.10.0...@frctl/mandelbrot@1.10.1) (2022-02-01) diff --git a/packages/mandelbrot/package.json b/packages/mandelbrot/package.json index f5050edee..c4ee9db8a 100644 --- a/packages/mandelbrot/package.json +++ b/packages/mandelbrot/package.json @@ -1,6 +1,6 @@ { "name": "@frctl/mandelbrot", - "version": "1.10.1", + "version": "1.10.2", "description": "The default theme for Fractal.", "main": "index.js", "repository": { @@ -28,7 +28,7 @@ "devDependencies": { "@babel/core": "^7.14.0", "@babel/preset-env": "^7.14.1", - "@frctl/web": "^0.1.11", + "@frctl/web": "^0.1.12", "autoprefixer": "^10.2.5", "babel-eslint": "^10.1.0", "babel-loader": "^8.2.2", diff --git a/packages/nunjucks/CHANGELOG.md b/packages/nunjucks/CHANGELOG.md index aed13f7bd..6015729ad 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.15](https://github.com/frctl/fractal/compare/@frctl/nunjucks@2.0.14...@frctl/nunjucks@2.0.15) (2022-08-17) + +**Note:** Version bump only for package @frctl/nunjucks + + + + + ## [2.0.14](https://github.com/frctl/fractal/compare/@frctl/nunjucks@2.0.13...@frctl/nunjucks@2.0.14) (2022-01-26) **Note:** Version bump only for package @frctl/nunjucks diff --git a/packages/nunjucks/package.json b/packages/nunjucks/package.json index 8c5b399fa..117cb0438 100644 --- a/packages/nunjucks/package.json +++ b/packages/nunjucks/package.json @@ -1,6 +1,6 @@ { "name": "@frctl/nunjucks", - "version": "2.0.14", + "version": "2.0.15", "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.3.4", + "@frctl/core": "^0.3.5", "bluebird": "^3.7.2", "lodash": "^4.17.21", "nunjucks": "^3.2.3" diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index b30c2d1cf..7bd06281d 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/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.3.7](https://github.com/frctl/fractal/compare/@frctl/react@0.3.6...@frctl/react@0.3.7) (2022-08-17) + +**Note:** Version bump only for package @frctl/react + + + + + ## [0.3.6](https://github.com/frctl/fractal/compare/@frctl/react@0.3.5...@frctl/react@0.3.6) (2022-01-26) **Note:** Version bump only for package @frctl/react diff --git a/packages/react/package.json b/packages/react/package.json index 32ea02618..1dca0a83a 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@frctl/react", - "version": "0.3.6", + "version": "0.3.7", "description": "React template adapter for Fractal.", "main": "index.js", "repository": { @@ -18,7 +18,7 @@ "@babel/preset-env": "^7.14.1", "@babel/preset-react": "^7.13.13", "@babel/register": "^7.13.16", - "@frctl/core": "^0.3.4", + "@frctl/core": "^0.3.5", "lodash": "^4.17.21", "parent-module": "^2.0.0", "prop-types": "^15.7.2", diff --git a/packages/twig/CHANGELOG.md b/packages/twig/CHANGELOG.md index c8a081280..cdadce2ce 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.13](https://github.com/frctl/fractal/compare/@frctl/twig@1.2.12...@frctl/twig@1.2.13) (2022-08-17) + +**Note:** Version bump only for package @frctl/twig + + + + + ## [1.2.12](https://github.com/frctl/fractal/compare/@frctl/twig@1.2.11...@frctl/twig@1.2.12) (2022-01-26) **Note:** Version bump only for package @frctl/twig diff --git a/packages/twig/package.json b/packages/twig/package.json index bad5560fa..c7ffd84f7 100644 --- a/packages/twig/package.json +++ b/packages/twig/package.json @@ -1,6 +1,6 @@ { "name": "@frctl/twig", - "version": "1.2.12", + "version": "1.2.13", "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.3.4", + "@frctl/core": "^0.3.5", "lodash": "^4.17.21", "twig": "^1.15.4" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 2dadec6af..6ed84ecea 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.12](https://github.com/frctl/fractal/compare/@frctl/web@0.1.11...@frctl/web@0.1.12) (2022-08-17) + +**Note:** Version bump only for package @frctl/web + + + + + ## [0.1.11](https://github.com/frctl/fractal/compare/@frctl/web@0.1.10...@frctl/web@0.1.11) (2022-01-26) **Note:** Version bump only for package @frctl/web diff --git a/packages/web/package.json b/packages/web/package.json index 40c9fc0bd..3bd79f5f6 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@frctl/web", - "version": "0.1.11", + "version": "0.1.12", "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.3.4", + "@frctl/core": "^0.3.5", "anymatch": "^3.1.2", "bluebird": "^3.7.2", "browser-sync": "^2.26.14",