Skip to content

Commit dd6cd93

Browse files
author
github-actions
committed
chore: publish
- @frctl/[email protected] - @frctl/[email protected] - @frctl/[email protected] - @frctl/[email protected] - @frctl/[email protected] - @frctl/[email protected]
1 parent 9e881f8 commit dd6cd93

File tree

12 files changed

+66
-15
lines changed

12 files changed

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

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

examples/handlebars/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@frctl/handlebars-example",
3-
"version": "0.3.11",
3+
"version": "0.3.12",
44
"private": true,
55
"scripts": {
66
"start": "fractal start --sync",
77
"build": "fractal build"
88
},
99
"dependencies": {
10-
"@frctl/fractal": "^1.5.14",
10+
"@frctl/fractal": "^1.5.15",
1111
"@frctl/handlebars": "^1.2.15",
12-
"@frctl/mandelbrot": "^1.10.2"
12+
"@frctl/mandelbrot": "^1.10.3"
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.10](https://github.com/frctl/fractal/compare/@frctl/[email protected]...@frctl/[email protected]) (2023-01-26)
7+
8+
**Note:** Version bump only for package @frctl/nunjucks-example
9+
10+
11+
12+
13+
614
## [0.0.9](https://github.com/frctl/fractal/compare/@frctl/[email protected]...@frctl/[email protected]) (2022-08-17)
715

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

examples/nunjucks/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@frctl/nunjucks-example",
3-
"version": "0.0.9",
3+
"version": "0.0.10",
44
"private": true,
55
"scripts": {
66
"start": "fractal start --sync",
77
"build": "fractal build"
88
},
99
"dependencies": {
10-
"@frctl/fractal": "^1.5.14",
11-
"@frctl/mandelbrot": "^1.10.2",
10+
"@frctl/fractal": "^1.5.15",
11+
"@frctl/mandelbrot": "^1.10.3",
1212
"@frctl/nunjucks": "^2.0.15"
1313
},
1414
"devDependencies": {

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

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

examples/react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@frctl/react-example",
3-
"version": "0.2.10",
3+
"version": "0.2.11",
44
"private": true,
55
"scripts": {
66
"start": "fractal start --sync",
77
"build": "fractal build"
88
},
99
"dependencies": {
10-
"@frctl/fractal": "^1.5.14",
11-
"@frctl/mandelbrot": "^1.10.2",
10+
"@frctl/fractal": "^1.5.15",
11+
"@frctl/mandelbrot": "^1.10.3",
1212
"@frctl/react": "^0.3.7"
1313
},
1414
"devDependencies": {

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

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

examples/twig/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@frctl/twig-example",
3-
"version": "0.2.10",
3+
"version": "0.2.11",
44
"private": true,
55
"scripts": {
66
"start": "fractal start --sync",
77
"build": "fractal build"
88
},
99
"dependencies": {
10-
"@frctl/fractal": "^1.5.14",
11-
"@frctl/mandelbrot": "^1.10.2",
10+
"@frctl/fractal": "^1.5.15",
11+
"@frctl/mandelbrot": "^1.10.3",
1212
"@frctl/twig": "^1.2.13"
1313
},
1414
"devDependencies": {

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

816
**Note:** Version bump only for package @frctl/fractal

packages/fractal/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@frctl/fractal",
3-
"version": "1.5.14",
3+
"version": "1.5.15",
44
"description": "A tool to help you build and document website component libraries and then integrate them into your projects.",
55
"main": "src/fractal.js",
66
"repository": {
@@ -17,7 +17,7 @@
1717
"dependencies": {
1818
"@frctl/core": "^0.3.5",
1919
"@frctl/handlebars": "^1.2.15",
20-
"@frctl/mandelbrot": "^1.10.2",
20+
"@frctl/mandelbrot": "^1.10.3",
2121
"@frctl/web": "^0.1.12",
2222
"anymatch": "^3.1.2",
2323
"bluebird": "^3.7.2",

0 commit comments

Comments
 (0)