Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jul 12, 2021
1 parent 50742dc commit 3b524da
Show file tree
Hide file tree
Showing 14 changed files with 82 additions and 14 deletions.
8 changes: 8 additions & 0 deletions examples/handlebars/CHANGELOG.md
Original file line number Diff line number Diff line change
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.6](https://github.com/frctl/fractal/compare/@frctl/[email protected]...@frctl/[email protected]) (2021-07-12)

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





## [0.3.5](https://github.com/frctl/fractal/compare/@frctl/[email protected]...@frctl/[email protected]) (2021-05-20)

**Note:** Version bump only for package @frctl/handlebars-example
Expand Down
6 changes: 3 additions & 3 deletions examples/handlebars/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@frctl/handlebars-example",
"version": "0.3.5",
"version": "0.3.6",
"private": true,
"scripts": {
"start": "fractal start --sync",
"build": "fractal build"
},
"dependencies": {
"@frctl/fractal": "^1.5.8",
"@frctl/handlebars": "^1.2.10",
"@frctl/fractal": "^1.5.9",
"@frctl/handlebars": "^1.2.11",
"@frctl/mandelbrot": "^1.9.2"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions examples/nunjucks/CHANGELOG.md
Original file line number Diff line number Diff line change
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.4](https://github.com/frctl/fractal/compare/@frctl/[email protected]...@frctl/[email protected]) (2021-07-12)

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





## [0.0.3](https://github.com/frctl/fractal/compare/@frctl/[email protected]...@frctl/[email protected]) (2021-05-20)

**Note:** Version bump only for package @frctl/nunjucks-example
Expand Down
4 changes: 2 additions & 2 deletions examples/nunjucks/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@frctl/nunjucks-example",
"version": "0.0.3",
"version": "0.0.4",
"private": true,
"scripts": {
"start": "fractal start --sync",
"build": "fractal build"
},
"dependencies": {
"@frctl/fractal": "^1.5.8",
"@frctl/fractal": "^1.5.9",
"@frctl/mandelbrot": "^1.9.2",
"@frctl/nunjucks": "^2.0.11"
},
Expand Down
11 changes: 11 additions & 0 deletions examples/react/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

## [0.2.5](https://github.com/frctl/fractal/compare/@frctl/[email protected]...@frctl/[email protected]) (2021-07-12)


### Bug Fixes

* try to resolve file preview to a component ([#1044](https://github.com/frctl/fractal/issues/1044)) ([f5b915a](https://github.com/frctl/fractal/commit/f5b915a927cbd3261d81609ad8360781c677bb35))





## [0.2.4](https://github.com/frctl/fractal/compare/@frctl/[email protected]...@frctl/[email protected]) (2021-05-20)

**Note:** Version bump only for package @frctl/react-example
Expand Down
6 changes: 3 additions & 3 deletions examples/react/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@frctl/react-example",
"version": "0.2.4",
"version": "0.2.5",
"private": true,
"scripts": {
"start": "fractal start --sync",
"build": "fractal build"
},
"dependencies": {
"@frctl/fractal": "^1.5.8",
"@frctl/fractal": "^1.5.9",
"@frctl/mandelbrot": "^1.9.2",
"@frctl/react": "^0.3.2"
"@frctl/react": "^0.3.3"
},
"devDependencies": {
"@frctl/adapter-tests": "^0.2.0",
Expand Down
8 changes: 8 additions & 0 deletions examples/twig/CHANGELOG.md
Original file line number Diff line number Diff line change
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.5](https://github.com/frctl/fractal/compare/@frctl/[email protected]...@frctl/[email protected]) (2021-07-12)

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





## [0.2.4](https://github.com/frctl/fractal/compare/@frctl/[email protected]...@frctl/[email protected]) (2021-05-20)

**Note:** Version bump only for package @frctl/twig-example
Expand Down
4 changes: 2 additions & 2 deletions examples/twig/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@frctl/twig-example",
"version": "0.2.4",
"version": "0.2.5",
"private": true,
"scripts": {
"start": "fractal start --sync",
"build": "fractal build"
},
"dependencies": {
"@frctl/fractal": "^1.5.8",
"@frctl/fractal": "^1.5.9",
"@frctl/mandelbrot": "^1.9.2",
"@frctl/twig": "^1.2.9"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/fractal/CHANGELOG.md
Original file line number Diff line number Diff line change
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.5.9](https://github.com/frctl/fractal/compare/@frctl/[email protected]...@frctl/[email protected]) (2021-07-12)


### Bug Fixes

* try to resolve file preview to a component ([#1044](https://github.com/frctl/fractal/issues/1044)) ([f5b915a](https://github.com/frctl/fractal/commit/f5b915a927cbd3261d81609ad8360781c677bb35))





## [1.5.8](https://github.com/frctl/fractal/compare/@frctl/[email protected]...@frctl/[email protected]) (2021-05-20)

**Note:** Version bump only for package @frctl/fractal
Expand Down
4 changes: 2 additions & 2 deletions packages/fractal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frctl/fractal",
"version": "1.5.8",
"version": "1.5.9",
"description": "A tool to help you build and document web component libraries and then integrate them into your projects.",
"main": "src/fractal.js",
"repository": {
Expand All @@ -16,7 +16,7 @@
"homepage": "https://github.com/frctl/fractal",
"dependencies": {
"@frctl/core": "^0.3.1",
"@frctl/handlebars": "^1.2.10",
"@frctl/handlebars": "^1.2.11",
"@frctl/mandelbrot": "^1.9.2",
"@frctl/web": "^0.1.8",
"anymatch": "^3.1.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/handlebars/CHANGELOG.md
Original file line number Diff line number Diff line change
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.2.11](https://github.com/frctl/fractal/compare/@frctl/[email protected]...@frctl/[email protected]) (2021-07-12)


### Bug Fixes

* **handlebars:** fix main file path ([#1060](https://github.com/frctl/fractal/issues/1060)) ([74212fb](https://github.com/frctl/fractal/commit/74212fbb2c2e757154121d5d78a2d1c2857e1cfc))





## [1.2.10](https://github.com/frctl/fractal/compare/@frctl/[email protected]...@frctl/[email protected]) (2021-05-20)

**Note:** Version bump only for package @frctl/handlebars
Expand Down
2 changes: 1 addition & 1 deletion packages/handlebars/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frctl/handlebars",
"version": "1.2.10",
"version": "1.2.11",
"description": "Use Handlebars templates with Fractal.",
"main": "index.js",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

## [0.3.3](https://github.com/frctl/fractal/compare/@frctl/[email protected]...@frctl/[email protected]) (2021-07-12)


### Bug Fixes

* **react:** fix infinite loop when checking for module dependent paths ([#1058](https://github.com/frctl/fractal/issues/1058)) ([50742dc](https://github.com/frctl/fractal/commit/50742dc6f8db1548da782ca3a70ac1043962ee3d))





## [0.3.2](https://github.com/frctl/fractal/compare/@frctl/[email protected]...@frctl/[email protected]) (2021-05-20)

**Note:** Version bump only for package @frctl/react
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frctl/react",
"version": "0.3.2",
"version": "0.3.3",
"description": "React template adapter for Fractal.",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 3b524da

Please sign in to comment.