Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 19, 2020
1 parent dfaefa5 commit b2942c6
Show file tree
Hide file tree
Showing 16 changed files with 88 additions and 20 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.1.1](https://github.com/frctl/fractal/compare/@frctl/[email protected]...@frctl/[email protected]) (2020-10-19)

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





# 0.1.0 (2020-10-15)


Expand Down
8 changes: 4 additions & 4 deletions examples/handlebars/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frctl/handlebars-example",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"scripts": {
"start": "fractal start --sync",
Expand All @@ -9,9 +9,9 @@
"test:dev": "npm run test -- --watch"
},
"dependencies": {
"@frctl/fractal": "^1.4.0",
"@frctl/handlebars": "^1.2.1",
"@frctl/mandelbrot": "^1.5.0"
"@frctl/fractal": "^1.4.1",
"@frctl/handlebars": "^1.2.2",
"@frctl/mandelbrot": "^1.5.1"
},
"devDependencies": {
"jest": "^26.0.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/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.1](https://github.com/frctl/fractal/compare/@frctl/[email protected]...@frctl/[email protected]) (2020-10-19)

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





# 0.1.0 (2020-10-15)


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.1.0",
"version": "0.1.1",
"description": "Core module of Fractal.",
"main": "src/index.js",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/fractal/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.4.1](https://github.com/frctl/fractal/compare/@frctl/[email protected]...@frctl/[email protected]) (2020-10-19)

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





# [1.4.0](https://github.com/frctl/fractal/compare/@frctl/[email protected]...@frctl/[email protected]) (2020-10-15)


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.4.0",
"version": "1.4.1",
"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.1.0",
"@frctl/handlebars": "^1.2.1",
"@frctl/mandelbrot": "^1.5.0",
"@frctl/web": "^0.1.0",
"@frctl/core": "^0.1.1",
"@frctl/handlebars": "^1.2.2",
"@frctl/mandelbrot": "^1.5.1",
"@frctl/web": "^0.1.1",
"anymatch": "^2.0.0",
"bluebird": "^3.5.2",
"chalk": "^1.1.3",
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.2](https://github.com/frctl/fractal/compare/@frctl/[email protected]...@frctl/[email protected]) (2020-10-19)

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





## [1.2.1](https://github.com/frctl/fractal/compare/@frctl/[email protected]...@frctl/[email protected]) (2020-10-15)


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.1",
"version": "1.2.2",
"description": "Use Handlebars templates with Fractal.",
"main": "src/index.js",
"repository": {
Expand All @@ -15,7 +15,7 @@
},
"homepage": "https://github.com/frctl/fractal/tree/main/packages/handlebars",
"dependencies": {
"@frctl/core": "^0.1.0",
"@frctl/core": "^0.1.1",
"bluebird": "^3.5.2",
"handlebars": "^4.7.6",
"lodash": "^4.17.11",
Expand Down
12 changes: 12 additions & 0 deletions packages/mandelbrot/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.

## [1.5.1](https://github.com/frctl/fractal/compare/@frctl/[email protected]...@frctl/[email protected]) (2020-10-19)


### Bug Fixes

* **mandelbrot:** Properly initialize assets tab file select ([#669](https://github.com/frctl/fractal/issues/669)) ([dfaefa5](https://github.com/frctl/fractal/commit/dfaefa56ff1e76110381303c53ca742aacfcf660)), closes [#668](https://github.com/frctl/fractal/issues/668)
* initialize frame before navigation ([#667](https://github.com/frctl/fractal/issues/667)) ([33f4f59](https://github.com/frctl/fractal/commit/33f4f595705f906eba7634137a2045dfa4496220))





# [1.5.0](https://github.com/frctl/fractal/compare/@frctl/[email protected]...@frctl/[email protected]) (2020-10-15)


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.5.0",
"version": "1.5.1",
"description": "The default theme for Fractal.",
"main": "index.js",
"repository": {
Expand Down Expand Up @@ -51,7 +51,7 @@
"watchify": "^3.7.0"
},
"dependencies": {
"@frctl/web": "^0.1.0",
"@frctl/web": "^0.1.1",
"js-beautify": "^1.6.2",
"lodash": "^4.17.11"
},
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.4](https://github.com/frctl/fractal/compare/@frctl/[email protected]...@frctl/[email protected]) (2020-10-19)

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





## [2.0.3](https://github.com/frctl/fractal/compare/@frctl/[email protected]...@frctl/[email protected]) (2020-10-15)

**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.3",
"version": "2.0.4",
"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.1.0",
"@frctl/core": "^0.1.1",
"bluebird": "^3.5.2",
"lodash": "^4.17.11",
"nunjucks": "^3.2.1"
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.2](https://github.com/frctl/fractal/compare/@frctl/[email protected]...@frctl/[email protected]) (2020-10-19)

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





## [1.2.1](https://github.com/frctl/fractal/compare/@frctl/[email protected]...@frctl/[email protected]) (2020-10-15)

**Note:** Version bump only for package @frctl/twig
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.1",
"version": "1.2.2",
"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.1.0",
"@frctl/core": "^0.1.1",
"lodash": "^4.17.11",
"twig": "^1.14.0"
},
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.1](https://github.com/frctl/fractal/compare/@frctl/[email protected]...@frctl/[email protected]) (2020-10-19)

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





# 0.1.0 (2020-10-15)


Expand Down
4 changes: 2 additions & 2 deletions packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frctl/web",
"version": "0.1.0",
"version": "0.1.1",
"description": "Web module of Fractal.",
"main": "src/index.js",
"repository": {
Expand All @@ -14,7 +14,7 @@
},
"homepage": "https://github.com/frctl/fractal/tree/main/packages/web",
"dependencies": {
"@frctl/core": "^0.1.0",
"@frctl/core": "^0.1.1",
"anymatch": "^2.0.0",
"bluebird": "^3.5.2",
"browser-sync": "^2.26.12",
Expand Down

0 comments on commit b2942c6

Please sign in to comment.