Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - @frctl/handlebars-example@0.3.12
 - @frctl/nunjucks-example@0.0.10
 - @frctl/react-example@0.2.11
 - @frctl/twig-example@0.2.11
 - @frctl/fractal@1.5.15
 - @frctl/mandelbrot@1.10.3
  • Loading branch information
github-actions committed Jan 26, 2023
1 parent 9e881f8 commit dd6cd93
Show file tree
Hide file tree
Showing 12 changed files with 66 additions and 15 deletions.
8 changes: 8 additions & 0 deletions examples/handlebars/CHANGELOG.md
Expand Up @@ -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.12](https://github.com/frctl/fractal/compare/@frctl/handlebars-example@0.3.11...@frctl/handlebars-example@0.3.12) (2023-01-26)

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





## [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
Expand Down
6 changes: 3 additions & 3 deletions examples/handlebars/package.json
@@ -1,15 +1,15 @@
{
"name": "@frctl/handlebars-example",
"version": "0.3.11",
"version": "0.3.12",
"private": true,
"scripts": {
"start": "fractal start --sync",
"build": "fractal build"
},
"dependencies": {
"@frctl/fractal": "^1.5.14",
"@frctl/fractal": "^1.5.15",
"@frctl/handlebars": "^1.2.15",
"@frctl/mandelbrot": "^1.10.2"
"@frctl/mandelbrot": "^1.10.3"
},
"devDependencies": {
"@frctl/adapter-tests": "^0.2.0",
Expand Down
8 changes: 8 additions & 0 deletions examples/nunjucks/CHANGELOG.md
Expand Up @@ -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.10](https://github.com/frctl/fractal/compare/@frctl/nunjucks-example@0.0.9...@frctl/nunjucks-example@0.0.10) (2023-01-26)

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





## [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
Expand Down
6 changes: 3 additions & 3 deletions examples/nunjucks/package.json
@@ -1,14 +1,14 @@
{
"name": "@frctl/nunjucks-example",
"version": "0.0.9",
"version": "0.0.10",
"private": true,
"scripts": {
"start": "fractal start --sync",
"build": "fractal build"
},
"dependencies": {
"@frctl/fractal": "^1.5.14",
"@frctl/mandelbrot": "^1.10.2",
"@frctl/fractal": "^1.5.15",
"@frctl/mandelbrot": "^1.10.3",
"@frctl/nunjucks": "^2.0.15"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions examples/react/CHANGELOG.md
Expand Up @@ -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.11](https://github.com/frctl/fractal/compare/@frctl/react-example@0.2.10...@frctl/react-example@0.2.11) (2023-01-26)

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





## [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
Expand Down
6 changes: 3 additions & 3 deletions examples/react/package.json
@@ -1,14 +1,14 @@
{
"name": "@frctl/react-example",
"version": "0.2.10",
"version": "0.2.11",
"private": true,
"scripts": {
"start": "fractal start --sync",
"build": "fractal build"
},
"dependencies": {
"@frctl/fractal": "^1.5.14",
"@frctl/mandelbrot": "^1.10.2",
"@frctl/fractal": "^1.5.15",
"@frctl/mandelbrot": "^1.10.3",
"@frctl/react": "^0.3.7"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions examples/twig/CHANGELOG.md
Expand Up @@ -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.11](https://github.com/frctl/fractal/compare/@frctl/twig-example@0.2.10...@frctl/twig-example@0.2.11) (2023-01-26)

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





## [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
Expand Down
6 changes: 3 additions & 3 deletions examples/twig/package.json
@@ -1,14 +1,14 @@
{
"name": "@frctl/twig-example",
"version": "0.2.10",
"version": "0.2.11",
"private": true,
"scripts": {
"start": "fractal start --sync",
"build": "fractal build"
},
"dependencies": {
"@frctl/fractal": "^1.5.14",
"@frctl/mandelbrot": "^1.10.2",
"@frctl/fractal": "^1.5.15",
"@frctl/mandelbrot": "^1.10.3",
"@frctl/twig": "^1.2.13"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/fractal/CHANGELOG.md
Expand Up @@ -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.15](https://github.com/frctl/fractal/compare/@frctl/fractal@1.5.14...@frctl/fractal@1.5.15) (2023-01-26)

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





## [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
Expand Down
4 changes: 2 additions & 2 deletions packages/fractal/package.json
@@ -1,6 +1,6 @@
{
"name": "@frctl/fractal",
"version": "1.5.14",
"version": "1.5.15",
"description": "A tool to help you build and document website component libraries and then integrate them into your projects.",
"main": "src/fractal.js",
"repository": {
Expand All @@ -17,7 +17,7 @@
"dependencies": {
"@frctl/core": "^0.3.5",
"@frctl/handlebars": "^1.2.15",
"@frctl/mandelbrot": "^1.10.2",
"@frctl/mandelbrot": "^1.10.3",
"@frctl/web": "^0.1.12",
"anymatch": "^3.1.2",
"bluebird": "^3.7.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/mandelbrot/CHANGELOG.md
Expand Up @@ -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.10.3](https://github.com/frctl/fractal/compare/@frctl/mandelbrot@1.10.2...@frctl/mandelbrot@1.10.3) (2023-01-26)


### Bug Fixes

* only expand tree's with matches ([#1252](https://github.com/frctl/fractal/issues/1252)) ([9e881f8](https://github.com/frctl/fractal/commit/9e881f848e952e26d0c3767a382fea38cf490a9e))





## [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
Expand Down
2 changes: 1 addition & 1 deletion packages/mandelbrot/package.json
@@ -1,6 +1,6 @@
{
"name": "@frctl/mandelbrot",
"version": "1.10.2",
"version": "1.10.3",
"description": "The default theme for Fractal.",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit dd6cd93

Please sign in to comment.