Skip to content

Commit

Permalink
chore(release): release
Browse files Browse the repository at this point in the history
 - @furo/data@2.0.1
 - @furo/fbp@6.0.1
 - @furo/framework@2.0.1
 - @furo/layout@2.0.1
 - @furo/route@2.0.1
 - @furo/util@2.0.1
  • Loading branch information
veith committed Feb 22, 2022
1 parent 718c5c0 commit 656fefe
Show file tree
Hide file tree
Showing 12 changed files with 74 additions and 14 deletions.
11 changes: 11 additions & 0 deletions packages/furo-data/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.

## [2.0.1](https://github.com/eclipse/eclipsefuro-web/compare/@furo/data@2.0.0-rc.15...@furo/data@2.0.1) (2022-02-22)


### Bug Fixes

* remove rc releases ([718c5c0](https://github.com/eclipse/eclipsefuro-web/commit/718c5c01e4e01faec9d3dbdb63ab699d0b045c5f))





# [2.0.0-rc.15](https://github.com/eclipse/eclipsefuro-web/compare/@furo/data@2.0.0-rc.14...@furo/data@2.0.0-rc.15) (2022-02-18)

**Note:** Version bump only for package @furo/data
Expand Down
6 changes: 3 additions & 3 deletions packages/furo-data/package.json
@@ -1,7 +1,7 @@
{
"name": "@furo/data",
"description": "Furo data components",
"version": "2.0.0",
"version": "2.0.1",
"homepage": "https://github.com/eclipse/eclipsefuro-web/tree/main/packages/furo-data",
"repository": "git@github.com:eclipse/eclipsefuro-web.git",
"author": {
Expand All @@ -26,8 +26,8 @@
"test:watch": "../../node_modules/.bin/web-test-runner --watch"
},
"dependencies": {
"@furo/fbp": "^6.0.0",
"@furo/framework": "^2.0.0",
"@furo/fbp": "^6.0.1",
"@furo/framework": "^2.0.1",
"lit": "^2.0.2"
},
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions packages/furo-fbp/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.

## [6.0.1](https://github.com/eclipse/eclipsefuro-web/compare/@furo/fbp@6.0.0-rc.12...@furo/fbp@6.0.1) (2022-02-22)

**Note:** Version bump only for package @furo/fbp





# [6.0.0-rc.12](https://github.com/eclipse/eclipsefuro-web/compare/@furo/fbp@6.0.0-rc.11...@furo/fbp@6.0.0-rc.12) (2022-02-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/furo-fbp/package.json
@@ -1,6 +1,6 @@
{
"name": "@furo/fbp",
"version": "6.0.0",
"version": "6.0.1",
"description": "Declarative programming with web-components.",
"homepage": "https://fbp.furo.pro",
"repository": "git@github.com:eclipse/eclipsefuro-web.git",
Expand Down
8 changes: 8 additions & 0 deletions packages/furo-framework/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.

## [2.0.1](https://github.com/eclipse/eclipsefuro-web/compare/@furo/framework@2.0.0-rc.7...@furo/framework@2.0.1) (2022-02-22)

**Note:** Version bump only for package @furo/framework





# [2.0.0-rc.7](https://github.com/eclipse/eclipsefuro-web/compare/@furo/framework@2.0.0-rc.6...@furo/framework@2.0.0-rc.7) (2022-02-15)

**Note:** Version bump only for package @furo/framework
Expand Down
2 changes: 1 addition & 1 deletion packages/furo-framework/package.json
@@ -1,6 +1,6 @@
{
"name": "@furo/framework",
"version": "2.0.0",
"version": "2.0.1",
"description": "Furo framework libs",
"homepage": "https://github.com/eclipse/eclipsefuro-web/tree/main/packages/furo-framework",
"repository": "git@github.com:eclipse/eclipsefuro-web.git",
Expand Down
11 changes: 11 additions & 0 deletions packages/furo-layout/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.

## [2.0.1](https://github.com/eclipse/eclipsefuro-web/compare/@furo/layout@2.0.0-rc.15...@furo/layout@2.0.1) (2022-02-22)


### Bug Fixes

* remove rc releases ([718c5c0](https://github.com/eclipse/eclipsefuro-web/commit/718c5c01e4e01faec9d3dbdb63ab699d0b045c5f))





# [2.0.0-rc.15](https://github.com/eclipse/eclipsefuro-web/compare/@furo/layout@2.0.0-rc.14...@furo/layout@2.0.0-rc.15) (2022-02-18)

**Note:** Version bump only for package @furo/layout
Expand Down
4 changes: 2 additions & 2 deletions packages/furo-layout/package.json
@@ -1,7 +1,7 @@
{
"name": "@furo/layout",
"description": "Layout components for furo",
"version": "2.0.0",
"version": "2.0.1",
"homepage": "https://github.com/eclipse/eclipsefuro-web/tree/main/packages/furo-layout",
"repository": "git@github.com:eclipse/eclipsefuro-web.git",
"author": {
Expand All @@ -26,7 +26,7 @@
"test:watch": "../../node_modules/.bin/web-test-runner --watch"
},
"dependencies": {
"@furo/fbp": "^6.0.0",
"@furo/fbp": "^6.0.1",
"lit": "^2.0.2"
},
"publishConfig": {
Expand Down
11 changes: 11 additions & 0 deletions packages/furo-route/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.

## [2.0.1](https://github.com/eclipse/eclipsefuro-web/compare/@furo/route@2.0.0-rc.14...@furo/route@2.0.1) (2022-02-22)


### Bug Fixes

* remove rc releases ([718c5c0](https://github.com/eclipse/eclipsefuro-web/commit/718c5c01e4e01faec9d3dbdb63ab699d0b045c5f))





# [2.0.0-rc.14](https://github.com/eclipse/eclipsefuro-web/compare/@furo/route@2.0.0-rc.13...@furo/route@2.0.0-rc.14) (2022-02-18)

**Note:** Version bump only for package @furo/route
Expand Down
6 changes: 3 additions & 3 deletions packages/furo-route/package.json
@@ -1,7 +1,7 @@
{
"name": "@furo/route",
"description": "Routing components",
"version": "2.0.0",
"version": "2.0.1",
"homepage": "https://github.com/eclipse/eclipsefuro-web/tree/main/packages/furo-route",
"repository": "git@github.com:eclipse/eclipsefuro-web.git",
"author": {
Expand All @@ -26,8 +26,8 @@
"test:watch": "../../node_modules/.bin/web-test-runner --watch"
},
"dependencies": {
"@furo/fbp": "^6.0.0",
"@furo/framework": "^2.0.0",
"@furo/fbp": "^6.0.1",
"@furo/framework": "^2.0.1",
"lit": "^2.0.2"
},
"publishConfig": {
Expand Down
11 changes: 11 additions & 0 deletions packages/furo-util/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.

## [2.0.1](https://github.com/eclipse/eclipsefuro-web/compare/@furo/util@2.0.0-rc.17...@furo/util@2.0.1) (2022-02-22)


### Bug Fixes

* remove rc releases ([718c5c0](https://github.com/eclipse/eclipsefuro-web/commit/718c5c01e4e01faec9d3dbdb63ab699d0b045c5f))





# [2.0.0-rc.17](https://github.com/eclipse/eclipsefuro-web/compare/@furo/util@2.0.0-rc.16...@furo/util@2.0.0-rc.17) (2022-02-18)


Expand Down
8 changes: 4 additions & 4 deletions packages/furo-util/package.json
@@ -1,6 +1,6 @@
{
"name": "@furo/util",
"version": "2.0.0",
"version": "2.0.1",
"description": "package sample",
"homepage": "https://github.com/eclipse/eclipsefuro-web/tree/main/packages/furo-util",
"repository": "git@github.com:eclipse/eclipsefuro-web.git",
Expand All @@ -26,9 +26,9 @@
"test:watch": "../../node_modules/.bin/web-test-runner --watch"
},
"dependencies": {
"@furo/fbp": "^6.0.0",
"@furo/framework": "^2.0.0",
"@furo/layout": "^2.0.0",
"@furo/fbp": "^6.0.1",
"@furo/framework": "^2.0.1",
"@furo/layout": "^2.0.1",
"@svgdotjs/svg.js": "^3.0.13",
"@svgdotjs/svg.panzoom.js": "^2.1.0",
"dagre": "^0.8.4",
Expand Down

0 comments on commit 656fefe

Please sign in to comment.