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 19, 2021
1 parent 2f84d3b commit 8ebf08c
Show file tree
Hide file tree
Showing 24 changed files with 149 additions and 34 deletions.
11 changes: 11 additions & 0 deletions examples/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.

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


### Bug Fixes

* add relative path to component links in static builds ([#1062](https://github.com/frctl/fractal/issues/1062)) ([2f84d3b](https://github.com/frctl/fractal/commit/2f84d3b84498c238d28c2ca1021daf89aff879be))





## [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
Expand Down
8 changes: 4 additions & 4 deletions examples/handlebars/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@frctl/handlebars-example",
"version": "0.3.6",
"version": "0.3.7",
"private": true,
"scripts": {
"start": "fractal start --sync",
"build": "fractal build"
},
"dependencies": {
"@frctl/fractal": "^1.5.9",
"@frctl/handlebars": "^1.2.11",
"@frctl/mandelbrot": "^1.9.2"
"@frctl/fractal": "^1.5.10",
"@frctl/handlebars": "^1.2.12",
"@frctl/mandelbrot": "^1.9.3"
},
"devDependencies": {
"@frctl/adapter-tests": "^0.2.0",
Expand Down
11 changes: 11 additions & 0 deletions examples/nunjucks/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.0.5](https://github.com/frctl/fractal/compare/@frctl/[email protected]...@frctl/[email protected]) (2021-07-19)


### Bug Fixes

* add relative path to component links in static builds ([#1062](https://github.com/frctl/fractal/issues/1062)) ([2f84d3b](https://github.com/frctl/fractal/commit/2f84d3b84498c238d28c2ca1021daf89aff879be))





## [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
Expand Down
8 changes: 4 additions & 4 deletions examples/nunjucks/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@frctl/nunjucks-example",
"version": "0.0.4",
"version": "0.0.5",
"private": true,
"scripts": {
"start": "fractal start --sync",
"build": "fractal build"
},
"dependencies": {
"@frctl/fractal": "^1.5.9",
"@frctl/mandelbrot": "^1.9.2",
"@frctl/nunjucks": "^2.0.11"
"@frctl/fractal": "^1.5.10",
"@frctl/mandelbrot": "^1.9.3",
"@frctl/nunjucks": "^2.0.12"
},
"devDependencies": {
"@frctl/adapter-tests": "^0.1.0",
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.6](https://github.com/frctl/fractal/compare/@frctl/[email protected]...@frctl/[email protected]) (2021-07-19)


### Bug Fixes

* add relative path to component links in static builds ([#1062](https://github.com/frctl/fractal/issues/1062)) ([2f84d3b](https://github.com/frctl/fractal/commit/2f84d3b84498c238d28c2ca1021daf89aff879be))





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


Expand Down
8 changes: 4 additions & 4 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.5",
"version": "0.2.6",
"private": true,
"scripts": {
"start": "fractal start --sync",
"build": "fractal build"
},
"dependencies": {
"@frctl/fractal": "^1.5.9",
"@frctl/mandelbrot": "^1.9.2",
"@frctl/react": "^0.3.3"
"@frctl/fractal": "^1.5.10",
"@frctl/mandelbrot": "^1.9.3",
"@frctl/react": "^0.3.4"
},
"devDependencies": {
"@frctl/adapter-tests": "^0.2.0",
Expand Down
11 changes: 11 additions & 0 deletions examples/twig/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.6](https://github.com/frctl/fractal/compare/@frctl/[email protected]...@frctl/[email protected]) (2021-07-19)


### Bug Fixes

* add relative path to component links in static builds ([#1062](https://github.com/frctl/fractal/issues/1062)) ([2f84d3b](https://github.com/frctl/fractal/commit/2f84d3b84498c238d28c2ca1021daf89aff879be))





## [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
Expand Down
8 changes: 4 additions & 4 deletions examples/twig/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@frctl/twig-example",
"version": "0.2.5",
"version": "0.2.6",
"private": true,
"scripts": {
"start": "fractal start --sync",
"build": "fractal build"
},
"dependencies": {
"@frctl/fractal": "^1.5.9",
"@frctl/mandelbrot": "^1.9.2",
"@frctl/twig": "^1.2.9"
"@frctl/fractal": "^1.5.10",
"@frctl/mandelbrot": "^1.9.3",
"@frctl/twig": "^1.2.10"
},
"devDependencies": {
"@frctl/adapter-tests": "^0.2.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* add relative path to component links in static builds ([#1062](https://github.com/frctl/fractal/issues/1062)) ([2f84d3b](https://github.com/frctl/fractal/commit/2f84d3b84498c238d28c2ca1021daf89aff879be))
* return correct relative path if it has preexisting file extension ([#1065](https://github.com/frctl/fractal/issues/1065)) ([90192d0](https://github.com/frctl/fractal/commit/90192d0bc797b874be1c4e53eba1443f1db47ae7))





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


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frctl/core",
"version": "0.3.1",
"version": "0.3.2",
"description": "Core module of Fractal.",
"main": "src/index.js",
"repository": {
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.10](https://github.com/frctl/fractal/compare/@frctl/[email protected]...@frctl/[email protected]) (2021-07-19)


### Bug Fixes

* add relative path to component links in static builds ([#1062](https://github.com/frctl/fractal/issues/1062)) ([2f84d3b](https://github.com/frctl/fractal/commit/2f84d3b84498c238d28c2ca1021daf89aff879be))





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


Expand Down
10 changes: 5 additions & 5 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.9",
"version": "1.5.10",
"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 @@ -15,10 +15,10 @@
},
"homepage": "https://github.com/frctl/fractal",
"dependencies": {
"@frctl/core": "^0.3.1",
"@frctl/handlebars": "^1.2.11",
"@frctl/mandelbrot": "^1.9.2",
"@frctl/web": "^0.1.8",
"@frctl/core": "^0.3.2",
"@frctl/handlebars": "^1.2.12",
"@frctl/mandelbrot": "^1.9.3",
"@frctl/web": "^0.1.9",
"anymatch": "^3.1.2",
"bluebird": "^3.7.2",
"chalk": "^4.1.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/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.

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

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





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


Expand Down
4 changes: 2 additions & 2 deletions packages/handlebars/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frctl/handlebars",
"version": "1.2.11",
"version": "1.2.12",
"description": "Use Handlebars templates with Fractal.",
"main": "index.js",
"repository": {
Expand All @@ -15,7 +15,7 @@
},
"homepage": "https://github.com/frctl/fractal/tree/main/packages/handlebars",
"dependencies": {
"@frctl/core": "^0.3.1",
"@frctl/core": "^0.3.2",
"bluebird": "^3.7.2",
"handlebars": "^4.7.7",
"lodash": "^4.17.21",
Expand Down
8 changes: 8 additions & 0 deletions packages/mandelbrot/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.

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

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





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

**Note:** Version bump only for package @frctl/mandelbrot
Expand Down
4 changes: 2 additions & 2 deletions packages/mandelbrot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frctl/mandelbrot",
"version": "1.9.2",
"version": "1.9.3",
"description": "The default theme for Fractal.",
"main": "index.js",
"repository": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"devDependencies": {
"@babel/core": "^7.14.0",
"@babel/preset-env": "^7.14.1",
"@frctl/web": "^0.1.8",
"@frctl/web": "^0.1.9",
"autoprefixer": "^10.2.5",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/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.

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

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





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

**Note:** Version bump only for package @frctl/nunjucks
Expand Down
4 changes: 2 additions & 2 deletions packages/nunjucks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frctl/nunjucks",
"version": "2.0.11",
"version": "2.0.12",
"description": "Nunjucks template adapter for Fractal.",
"main": "index.js",
"repository": {
Expand All @@ -18,7 +18,7 @@
"@frctl/fractal": ">= 1.1.0-alpha.0 < 2"
},
"dependencies": {
"@frctl/core": "^0.3.1",
"@frctl/core": "^0.3.2",
"bluebird": "^3.7.2",
"lodash": "^4.17.21",
"nunjucks": "^3.2.3"
Expand Down
8 changes: 8 additions & 0 deletions packages/react/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.4](https://github.com/frctl/fractal/compare/@frctl/[email protected]...@frctl/[email protected]) (2021-07-19)

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





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


Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frctl/react",
"version": "0.3.3",
"version": "0.3.4",
"description": "React template adapter for Fractal.",
"main": "index.js",
"repository": {
Expand All @@ -18,7 +18,7 @@
"@babel/preset-env": "^7.14.1",
"@babel/preset-react": "^7.13.13",
"@babel/register": "^7.13.16",
"@frctl/core": "^0.3.1",
"@frctl/core": "^0.3.2",
"lodash": "^4.17.21",
"parent-module": "^2.0.0",
"prop-types": "^15.7.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/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.

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

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





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


Expand Down
4 changes: 2 additions & 2 deletions packages/twig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frctl/twig",
"version": "1.2.9",
"version": "1.2.10",
"description": "Twig template adapter for Fractal.",
"main": "index.js",
"repository": {
Expand All @@ -15,7 +15,7 @@
},
"homepage": "https://github.com/frctl/fractal/tree/main/packages/twig",
"dependencies": {
"@frctl/core": "^0.3.1",
"@frctl/core": "^0.3.2",
"lodash": "^4.17.21",
"twig": "^1.15.4"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/web/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.1.9](https://github.com/frctl/fractal/compare/@frctl/[email protected]...@frctl/[email protected]) (2021-07-19)

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





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

**Note:** Version bump only for package @frctl/web
Expand Down
Loading

0 comments on commit 8ebf08c

Please sign in to comment.