Skip to content

Commit fc17314

Browse files
author
github-actions
committed
1 parent ac748d6 commit fc17314

File tree

24 files changed

+133
-34
lines changed

24 files changed

+133
-34
lines changed

examples/handlebars/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.3.11](https://github.com/frctl/fractal/compare/@frctl/[email protected]...@frctl/[email protected]) (2022-08-17)
7+
8+
**Note:** Version bump only for package @frctl/handlebars-example
9+
10+
11+
12+
13+
614
## [0.3.10](https://github.com/frctl/fractal/compare/@frctl/[email protected]...@frctl/[email protected]) (2022-02-01)
715

816
**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.10",
3+
"version": "0.3.11",
44
"private": true,
55
"scripts": {
66
"start": "fractal start --sync",
77
"build": "fractal build"
88
},
99
"dependencies": {
10-
"@frctl/fractal": "^1.5.13",
11-
"@frctl/handlebars": "^1.2.14",
12-
"@frctl/mandelbrot": "^1.10.1"
10+
"@frctl/fractal": "^1.5.14",
11+
"@frctl/handlebars": "^1.2.15",
12+
"@frctl/mandelbrot": "^1.10.2"
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.9](https://github.com/frctl/fractal/compare/@frctl/[email protected]...@frctl/[email protected]) (2022-08-17)
7+
8+
**Note:** Version bump only for package @frctl/nunjucks-example
9+
10+
11+
12+
13+
614
## [0.0.8](https://github.com/frctl/fractal/compare/@frctl/[email protected]...@frctl/[email protected]) (2022-02-01)
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.8",
3+
"version": "0.0.9",
44
"private": true,
55
"scripts": {
66
"start": "fractal start --sync",
77
"build": "fractal build"
88
},
99
"dependencies": {
10-
"@frctl/fractal": "^1.5.13",
11-
"@frctl/mandelbrot": "^1.10.1",
12-
"@frctl/nunjucks": "^2.0.14"
10+
"@frctl/fractal": "^1.5.14",
11+
"@frctl/mandelbrot": "^1.10.2",
12+
"@frctl/nunjucks": "^2.0.15"
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.10](https://github.com/frctl/fractal/compare/@frctl/[email protected]...@frctl/[email protected]) (2022-08-17)
7+
8+
**Note:** Version bump only for package @frctl/react-example
9+
10+
11+
12+
13+
614
## [0.2.9](https://github.com/frctl/fractal/compare/@frctl/[email protected]...@frctl/[email protected]) (2022-02-01)
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.9",
3+
"version": "0.2.10",
44
"private": true,
55
"scripts": {
66
"start": "fractal start --sync",
77
"build": "fractal build"
88
},
99
"dependencies": {
10-
"@frctl/fractal": "^1.5.13",
11-
"@frctl/mandelbrot": "^1.10.1",
12-
"@frctl/react": "^0.3.6"
10+
"@frctl/fractal": "^1.5.14",
11+
"@frctl/mandelbrot": "^1.10.2",
12+
"@frctl/react": "^0.3.7"
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.10](https://github.com/frctl/fractal/compare/@frctl/[email protected]...@frctl/[email protected]) (2022-08-17)
7+
8+
**Note:** Version bump only for package @frctl/twig-example
9+
10+
11+
12+
13+
614
## [0.2.9](https://github.com/frctl/fractal/compare/@frctl/[email protected]...@frctl/[email protected]) (2022-02-01)
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.9",
3+
"version": "0.2.10",
44
"private": true,
55
"scripts": {
66
"start": "fractal start --sync",
77
"build": "fractal build"
88
},
99
"dependencies": {
10-
"@frctl/fractal": "^1.5.13",
11-
"@frctl/mandelbrot": "^1.10.1",
12-
"@frctl/twig": "^1.2.12"
10+
"@frctl/fractal": "^1.5.14",
11+
"@frctl/mandelbrot": "^1.10.2",
12+
"@frctl/twig": "^1.2.13"
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.5](https://github.com/frctl/fractal/compare/@frctl/[email protected]...@frctl/[email protected]) (2022-08-17)
7+
8+
9+
### Bug Fixes
10+
11+
* sync for docs ([#1181](https://github.com/frctl/fractal/issues/1181)) ([ac748d6](https://github.com/frctl/fractal/commit/ac748d6b481765093d7663e6c291ec8b5fe24d2c))
12+
13+
14+
15+
16+
617
## [0.3.4](https://github.com/frctl/fractal/compare/@frctl/[email protected]...@frctl/[email protected]) (2022-01-26)
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.4",
3+
"version": "0.3.5",
44
"description": "Core module of Fractal.",
55
"main": "src/index.js",
66
"repository": {

0 commit comments

Comments
 (0)