diff --git a/examples/handlebars/CHANGELOG.md b/examples/handlebars/CHANGELOG.md index 121070bea..b5c408ddc 100644 --- a/examples/handlebars/CHANGELOG.md +++ b/examples/handlebars/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.7](https://github.com/frctl/fractal/compare/@frctl/handlebars-example@0.3.6...@frctl/handlebars-example@0.3.7) (2021-07-19) + + +### Bug Fixes + +* add relative path to component links in static builds ([#1062](https://github.com/frctl/fractal/issues/1062)) ([2f84d3b](https://github.com/frctl/fractal/commit/2f84d3b84498c238d28c2ca1021daf89aff879be)) + + + + + ## [0.3.6](https://github.com/frctl/fractal/compare/@frctl/handlebars-example@0.3.5...@frctl/handlebars-example@0.3.6) (2021-07-12) **Note:** Version bump only for package @frctl/handlebars-example diff --git a/examples/handlebars/package.json b/examples/handlebars/package.json index 977939b3f..817667594 100644 --- a/examples/handlebars/package.json +++ b/examples/handlebars/package.json @@ -1,15 +1,15 @@ { "name": "@frctl/handlebars-example", - "version": "0.3.6", + "version": "0.3.7", "private": true, "scripts": { "start": "fractal start --sync", "build": "fractal build" }, "dependencies": { - "@frctl/fractal": "^1.5.9", - "@frctl/handlebars": "^1.2.11", - "@frctl/mandelbrot": "^1.9.2" + "@frctl/fractal": "^1.5.10", + "@frctl/handlebars": "^1.2.12", + "@frctl/mandelbrot": "^1.9.3" }, "devDependencies": { "@frctl/adapter-tests": "^0.2.0", diff --git a/examples/nunjucks/CHANGELOG.md b/examples/nunjucks/CHANGELOG.md index 0b3390b26..07d8d51f2 100644 --- a/examples/nunjucks/CHANGELOG.md +++ b/examples/nunjucks/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.0.5](https://github.com/frctl/fractal/compare/@frctl/nunjucks-example@0.0.4...@frctl/nunjucks-example@0.0.5) (2021-07-19) + + +### Bug Fixes + +* add relative path to component links in static builds ([#1062](https://github.com/frctl/fractal/issues/1062)) ([2f84d3b](https://github.com/frctl/fractal/commit/2f84d3b84498c238d28c2ca1021daf89aff879be)) + + + + + ## [0.0.4](https://github.com/frctl/fractal/compare/@frctl/nunjucks-example@0.0.3...@frctl/nunjucks-example@0.0.4) (2021-07-12) **Note:** Version bump only for package @frctl/nunjucks-example diff --git a/examples/nunjucks/package.json b/examples/nunjucks/package.json index d68c25645..f896fa0f8 100644 --- a/examples/nunjucks/package.json +++ b/examples/nunjucks/package.json @@ -1,15 +1,15 @@ { "name": "@frctl/nunjucks-example", - "version": "0.0.4", + "version": "0.0.5", "private": true, "scripts": { "start": "fractal start --sync", "build": "fractal build" }, "dependencies": { - "@frctl/fractal": "^1.5.9", - "@frctl/mandelbrot": "^1.9.2", - "@frctl/nunjucks": "^2.0.11" + "@frctl/fractal": "^1.5.10", + "@frctl/mandelbrot": "^1.9.3", + "@frctl/nunjucks": "^2.0.12" }, "devDependencies": { "@frctl/adapter-tests": "^0.1.0", diff --git a/examples/react/CHANGELOG.md b/examples/react/CHANGELOG.md index 8fa377662..58f7826ab 100644 --- a/examples/react/CHANGELOG.md +++ b/examples/react/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.2.6](https://github.com/frctl/fractal/compare/@frctl/react-example@0.2.5...@frctl/react-example@0.2.6) (2021-07-19) + + +### Bug Fixes + +* add relative path to component links in static builds ([#1062](https://github.com/frctl/fractal/issues/1062)) ([2f84d3b](https://github.com/frctl/fractal/commit/2f84d3b84498c238d28c2ca1021daf89aff879be)) + + + + + ## [0.2.5](https://github.com/frctl/fractal/compare/@frctl/react-example@0.2.4...@frctl/react-example@0.2.5) (2021-07-12) diff --git a/examples/react/package.json b/examples/react/package.json index 44c84509e..88163bbdb 100644 --- a/examples/react/package.json +++ b/examples/react/package.json @@ -1,15 +1,15 @@ { "name": "@frctl/react-example", - "version": "0.2.5", + "version": "0.2.6", "private": true, "scripts": { "start": "fractal start --sync", "build": "fractal build" }, "dependencies": { - "@frctl/fractal": "^1.5.9", - "@frctl/mandelbrot": "^1.9.2", - "@frctl/react": "^0.3.3" + "@frctl/fractal": "^1.5.10", + "@frctl/mandelbrot": "^1.9.3", + "@frctl/react": "^0.3.4" }, "devDependencies": { "@frctl/adapter-tests": "^0.2.0", diff --git a/examples/twig/CHANGELOG.md b/examples/twig/CHANGELOG.md index 24ed22c7a..d8b3c2453 100644 --- a/examples/twig/CHANGELOG.md +++ b/examples/twig/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.2.6](https://github.com/frctl/fractal/compare/@frctl/twig-example@0.2.5...@frctl/twig-example@0.2.6) (2021-07-19) + + +### Bug Fixes + +* add relative path to component links in static builds ([#1062](https://github.com/frctl/fractal/issues/1062)) ([2f84d3b](https://github.com/frctl/fractal/commit/2f84d3b84498c238d28c2ca1021daf89aff879be)) + + + + + ## [0.2.5](https://github.com/frctl/fractal/compare/@frctl/twig-example@0.2.4...@frctl/twig-example@0.2.5) (2021-07-12) **Note:** Version bump only for package @frctl/twig-example diff --git a/examples/twig/package.json b/examples/twig/package.json index edec6bb15..75a6fc653 100644 --- a/examples/twig/package.json +++ b/examples/twig/package.json @@ -1,15 +1,15 @@ { "name": "@frctl/twig-example", - "version": "0.2.5", + "version": "0.2.6", "private": true, "scripts": { "start": "fractal start --sync", "build": "fractal build" }, "dependencies": { - "@frctl/fractal": "^1.5.9", - "@frctl/mandelbrot": "^1.9.2", - "@frctl/twig": "^1.2.9" + "@frctl/fractal": "^1.5.10", + "@frctl/mandelbrot": "^1.9.3", + "@frctl/twig": "^1.2.10" }, "devDependencies": { "@frctl/adapter-tests": "^0.2.0", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 4e43246ee..4bd6dc46b 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/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. +## [0.3.2](https://github.com/frctl/fractal/compare/@frctl/core@0.3.1...@frctl/core@0.3.2) (2021-07-19) + + +### Bug Fixes + +* add relative path to component links in static builds ([#1062](https://github.com/frctl/fractal/issues/1062)) ([2f84d3b](https://github.com/frctl/fractal/commit/2f84d3b84498c238d28c2ca1021daf89aff879be)) +* return correct relative path if it has preexisting file extension ([#1065](https://github.com/frctl/fractal/issues/1065)) ([90192d0](https://github.com/frctl/fractal/commit/90192d0bc797b874be1c4e53eba1443f1db47ae7)) + + + + + ## [0.3.1](https://github.com/frctl/fractal/compare/@frctl/core@0.3.0...@frctl/core@0.3.1) (2021-05-20) diff --git a/packages/core/package.json b/packages/core/package.json index 63c8cc22a..444a7f959 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@frctl/core", - "version": "0.3.1", + "version": "0.3.2", "description": "Core module of Fractal.", "main": "src/index.js", "repository": { diff --git a/packages/fractal/CHANGELOG.md b/packages/fractal/CHANGELOG.md index aa0dfbeda..3c73f0660 100644 --- a/packages/fractal/CHANGELOG.md +++ b/packages/fractal/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. +## [1.5.10](https://github.com/frctl/fractal/compare/@frctl/fractal@1.5.9...@frctl/fractal@1.5.10) (2021-07-19) + + +### Bug Fixes + +* add relative path to component links in static builds ([#1062](https://github.com/frctl/fractal/issues/1062)) ([2f84d3b](https://github.com/frctl/fractal/commit/2f84d3b84498c238d28c2ca1021daf89aff879be)) + + + + + ## [1.5.9](https://github.com/frctl/fractal/compare/@frctl/fractal@1.5.8...@frctl/fractal@1.5.9) (2021-07-12) diff --git a/packages/fractal/package.json b/packages/fractal/package.json index b4658c88b..e79dc8fc9 100644 --- a/packages/fractal/package.json +++ b/packages/fractal/package.json @@ -1,6 +1,6 @@ { "name": "@frctl/fractal", - "version": "1.5.9", + "version": "1.5.10", "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.3.1", - "@frctl/handlebars": "^1.2.11", - "@frctl/mandelbrot": "^1.9.2", - "@frctl/web": "^0.1.8", + "@frctl/core": "^0.3.2", + "@frctl/handlebars": "^1.2.12", + "@frctl/mandelbrot": "^1.9.3", + "@frctl/web": "^0.1.9", "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 fcb1ed6c5..2d1f8d8c3 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.12](https://github.com/frctl/fractal/compare/@frctl/handlebars@1.2.11...@frctl/handlebars@1.2.12) (2021-07-19) + +**Note:** Version bump only for package @frctl/handlebars + + + + + ## [1.2.11](https://github.com/frctl/fractal/compare/@frctl/handlebars@1.2.10...@frctl/handlebars@1.2.11) (2021-07-12) diff --git a/packages/handlebars/package.json b/packages/handlebars/package.json index c36be3730..b1becd542 100644 --- a/packages/handlebars/package.json +++ b/packages/handlebars/package.json @@ -1,6 +1,6 @@ { "name": "@frctl/handlebars", - "version": "1.2.11", + "version": "1.2.12", "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.1", + "@frctl/core": "^0.3.2", "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 dbad6e963..6aa338cb2 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.9.3](https://github.com/frctl/fractal/compare/@frctl/mandelbrot@1.9.2...@frctl/mandelbrot@1.9.3) (2021-07-19) + +**Note:** Version bump only for package @frctl/mandelbrot + + + + + ## [1.9.2](https://github.com/frctl/fractal/compare/@frctl/mandelbrot@1.9.1...@frctl/mandelbrot@1.9.2) (2021-05-20) **Note:** Version bump only for package @frctl/mandelbrot diff --git a/packages/mandelbrot/package.json b/packages/mandelbrot/package.json index dd5e71e85..e92e1e9bf 100644 --- a/packages/mandelbrot/package.json +++ b/packages/mandelbrot/package.json @@ -1,6 +1,6 @@ { "name": "@frctl/mandelbrot", - "version": "1.9.2", + "version": "1.9.3", "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.8", + "@frctl/web": "^0.1.9", "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 9ab07ea92..d529c351f 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.12](https://github.com/frctl/fractal/compare/@frctl/nunjucks@2.0.11...@frctl/nunjucks@2.0.12) (2021-07-19) + +**Note:** Version bump only for package @frctl/nunjucks + + + + + ## [2.0.11](https://github.com/frctl/fractal/compare/@frctl/nunjucks@2.0.10...@frctl/nunjucks@2.0.11) (2021-05-20) **Note:** Version bump only for package @frctl/nunjucks diff --git a/packages/nunjucks/package.json b/packages/nunjucks/package.json index 68c28c905..444431901 100644 --- a/packages/nunjucks/package.json +++ b/packages/nunjucks/package.json @@ -1,6 +1,6 @@ { "name": "@frctl/nunjucks", - "version": "2.0.11", + "version": "2.0.12", "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.1", + "@frctl/core": "^0.3.2", "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 a4e09d372..cd6e4f34d 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.4](https://github.com/frctl/fractal/compare/@frctl/react@0.3.3...@frctl/react@0.3.4) (2021-07-19) + +**Note:** Version bump only for package @frctl/react + + + + + ## [0.3.3](https://github.com/frctl/fractal/compare/@frctl/react@0.3.2...@frctl/react@0.3.3) (2021-07-12) diff --git a/packages/react/package.json b/packages/react/package.json index bc7bc6c9a..e96c9c62e 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@frctl/react", - "version": "0.3.3", + "version": "0.3.4", "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.1", + "@frctl/core": "^0.3.2", "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 809378f5b..d60e57a9b 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.10](https://github.com/frctl/fractal/compare/@frctl/twig@1.2.9...@frctl/twig@1.2.10) (2021-07-19) + +**Note:** Version bump only for package @frctl/twig + + + + + ## [1.2.9](https://github.com/frctl/fractal/compare/@frctl/twig@1.2.8...@frctl/twig@1.2.9) (2021-05-20) diff --git a/packages/twig/package.json b/packages/twig/package.json index 5505a69be..2cf0fc0f9 100644 --- a/packages/twig/package.json +++ b/packages/twig/package.json @@ -1,6 +1,6 @@ { "name": "@frctl/twig", - "version": "1.2.9", + "version": "1.2.10", "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.1", + "@frctl/core": "^0.3.2", "lodash": "^4.17.21", "twig": "^1.15.4" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 90d62d36c..59c349dc5 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.9](https://github.com/frctl/fractal/compare/@frctl/web@0.1.8...@frctl/web@0.1.9) (2021-07-19) + +**Note:** Version bump only for package @frctl/web + + + + + ## [0.1.8](https://github.com/frctl/fractal/compare/@frctl/web@0.1.7...@frctl/web@0.1.8) (2021-05-20) **Note:** Version bump only for package @frctl/web diff --git a/packages/web/package.json b/packages/web/package.json index 742075d77..ce859579f 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@frctl/web", - "version": "0.1.8", + "version": "0.1.9", "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.1", + "@frctl/core": "^0.3.2", "anymatch": "^3.1.2", "bluebird": "^3.7.2", "browser-sync": "^2.26.14",