Skip to content
This repository was archived by the owner on Mar 19, 2026. It is now read-only.

Commit 3bac810

Browse files
author
github-actions
committed
chore: publish
- @frctl/handlebars-example@0.3.9 - @frctl/nunjucks-example@0.0.7 - @frctl/react-example@0.2.8 - @frctl/twig-example@0.2.8 - @frctl/core@0.3.4 - @frctl/fractal@1.5.12 - @frctl/handlebars@1.2.14 - @frctl/mandelbrot@1.10.0 - @frctl/nunjucks@2.0.14 - @frctl/react@0.3.6 - @frctl/twig@1.2.12 - @frctl/web@0.1.11
1 parent b614e77 commit 3bac810

File tree

24 files changed

+148
-34
lines changed

24 files changed

+148
-34
lines changed

examples/handlebars/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.3.9](https://github.com/frctl/fractal/compare/@frctl/handlebars-example@0.3.8...@frctl/handlebars-example@0.3.9) (2022-01-26)
7+
8+
9+
### Bug Fixes
10+
11+
* wrap long text in navigation tree ([#1101](https://github.com/frctl/fractal/issues/1101)) ([b7b0a4e](https://github.com/frctl/fractal/commit/b7b0a4eff65a1bc601391cb483af38ea87109eb9))
12+
13+
14+
15+
16+
617
## [0.3.8](https://github.com/frctl/fractal/compare/@frctl/handlebars-example@0.3.7...@frctl/handlebars-example@0.3.8) (2021-07-20)
718

819
**Note:** Version bump only for package @frctl/handlebars-example

examples/handlebars/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@frctl/handlebars-example",
3-
"version": "0.3.8",
3+
"version": "0.3.9",
44
"private": true,
55
"scripts": {
66
"start": "fractal start --sync",
77
"build": "fractal build"
88
},
99
"dependencies": {
10-
"@frctl/fractal": "^1.5.11",
11-
"@frctl/handlebars": "^1.2.13",
12-
"@frctl/mandelbrot": "^1.9.4"
10+
"@frctl/fractal": "^1.5.12",
11+
"@frctl/handlebars": "^1.2.14",
12+
"@frctl/mandelbrot": "^1.10.0"
1313
},
1414
"devDependencies": {
1515
"@frctl/adapter-tests": "^0.2.0",

examples/nunjucks/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.0.7](https://github.com/frctl/fractal/compare/@frctl/nunjucks-example@0.0.6...@frctl/nunjucks-example@0.0.7) (2022-01-26)
7+
8+
**Note:** Version bump only for package @frctl/nunjucks-example
9+
10+
11+
12+
13+
614
## [0.0.6](https://github.com/frctl/fractal/compare/@frctl/nunjucks-example@0.0.5...@frctl/nunjucks-example@0.0.6) (2021-07-20)
715

816
**Note:** Version bump only for package @frctl/nunjucks-example

examples/nunjucks/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@frctl/nunjucks-example",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"private": true,
55
"scripts": {
66
"start": "fractal start --sync",
77
"build": "fractal build"
88
},
99
"dependencies": {
10-
"@frctl/fractal": "^1.5.11",
11-
"@frctl/mandelbrot": "^1.9.4",
12-
"@frctl/nunjucks": "^2.0.13"
10+
"@frctl/fractal": "^1.5.12",
11+
"@frctl/mandelbrot": "^1.10.0",
12+
"@frctl/nunjucks": "^2.0.14"
1313
},
1414
"devDependencies": {
1515
"@frctl/adapter-tests": "^0.1.0",

examples/react/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.2.8](https://github.com/frctl/fractal/compare/@frctl/react-example@0.2.7...@frctl/react-example@0.2.8) (2022-01-26)
7+
8+
**Note:** Version bump only for package @frctl/react-example
9+
10+
11+
12+
13+
614
## [0.2.7](https://github.com/frctl/fractal/compare/@frctl/react-example@0.2.6...@frctl/react-example@0.2.7) (2021-07-20)
715

816
**Note:** Version bump only for package @frctl/react-example

examples/react/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@frctl/react-example",
3-
"version": "0.2.7",
3+
"version": "0.2.8",
44
"private": true,
55
"scripts": {
66
"start": "fractal start --sync",
77
"build": "fractal build"
88
},
99
"dependencies": {
10-
"@frctl/fractal": "^1.5.11",
11-
"@frctl/mandelbrot": "^1.9.4",
12-
"@frctl/react": "^0.3.5"
10+
"@frctl/fractal": "^1.5.12",
11+
"@frctl/mandelbrot": "^1.10.0",
12+
"@frctl/react": "^0.3.6"
1313
},
1414
"devDependencies": {
1515
"@frctl/adapter-tests": "^0.2.0",

examples/twig/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.2.8](https://github.com/frctl/fractal/compare/@frctl/twig-example@0.2.7...@frctl/twig-example@0.2.8) (2022-01-26)
7+
8+
**Note:** Version bump only for package @frctl/twig-example
9+
10+
11+
12+
13+
614
## [0.2.7](https://github.com/frctl/fractal/compare/@frctl/twig-example@0.2.6...@frctl/twig-example@0.2.7) (2021-07-20)
715

816
**Note:** Version bump only for package @frctl/twig-example

examples/twig/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@frctl/twig-example",
3-
"version": "0.2.7",
3+
"version": "0.2.8",
44
"private": true,
55
"scripts": {
66
"start": "fractal start --sync",
77
"build": "fractal build"
88
},
99
"dependencies": {
10-
"@frctl/fractal": "^1.5.11",
11-
"@frctl/mandelbrot": "^1.9.4",
12-
"@frctl/twig": "^1.2.11"
10+
"@frctl/fractal": "^1.5.12",
11+
"@frctl/mandelbrot": "^1.10.0",
12+
"@frctl/twig": "^1.2.12"
1313
},
1414
"devDependencies": {
1515
"@frctl/adapter-tests": "^0.2.0",

packages/core/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.3.4](https://github.com/frctl/fractal/compare/@frctl/core@0.3.3...@frctl/core@0.3.4) (2022-01-26)
7+
8+
9+
### Bug Fixes
10+
11+
* don't lowercase name before titlizing to generate label ([#1081](https://github.com/frctl/fractal/issues/1081)) ([daf5c69](https://github.com/frctl/fractal/commit/daf5c69a455e320f43ccdba830ee46ab40929ad5))
12+
13+
14+
15+
16+
617
## [0.3.3](https://github.com/frctl/fractal/compare/@frctl/core@0.3.2...@frctl/core@0.3.3) (2021-07-20)
718

819

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@frctl/core",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"description": "Core module of Fractal.",
55
"main": "src/index.js",
66
"repository": {

0 commit comments

Comments
 (0)