diff --git a/packages/furo-data/CHANGELOG.md b/packages/furo-data/CHANGELOG.md index c07360eb2..7aa8045de 100644 --- a/packages/furo-data/CHANGELOG.md +++ b/packages/furo-data/CHANGELOG.md @@ -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 diff --git a/packages/furo-data/package.json b/packages/furo-data/package.json index dd721192c..d1a5b43f1 100644 --- a/packages/furo-data/package.json +++ b/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": { @@ -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": { diff --git a/packages/furo-fbp/CHANGELOG.md b/packages/furo-fbp/CHANGELOG.md index 16d3e3b4f..dd425135d 100644 --- a/packages/furo-fbp/CHANGELOG.md +++ b/packages/furo-fbp/CHANGELOG.md @@ -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) diff --git a/packages/furo-fbp/package.json b/packages/furo-fbp/package.json index 14542bf97..74619a972 100644 --- a/packages/furo-fbp/package.json +++ b/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", diff --git a/packages/furo-framework/CHANGELOG.md b/packages/furo-framework/CHANGELOG.md index 3d5a0445f..b820ecb88 100644 --- a/packages/furo-framework/CHANGELOG.md +++ b/packages/furo-framework/CHANGELOG.md @@ -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 diff --git a/packages/furo-framework/package.json b/packages/furo-framework/package.json index 3245feeac..f8b421694 100644 --- a/packages/furo-framework/package.json +++ b/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", diff --git a/packages/furo-layout/CHANGELOG.md b/packages/furo-layout/CHANGELOG.md index cbe2e75ea..d4adb39e6 100644 --- a/packages/furo-layout/CHANGELOG.md +++ b/packages/furo-layout/CHANGELOG.md @@ -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 diff --git a/packages/furo-layout/package.json b/packages/furo-layout/package.json index d7c763adc..738baebd4 100644 --- a/packages/furo-layout/package.json +++ b/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": { @@ -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": { diff --git a/packages/furo-route/CHANGELOG.md b/packages/furo-route/CHANGELOG.md index e70000086..0e486e9cc 100644 --- a/packages/furo-route/CHANGELOG.md +++ b/packages/furo-route/CHANGELOG.md @@ -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 diff --git a/packages/furo-route/package.json b/packages/furo-route/package.json index 46269253a..dcb96e107 100644 --- a/packages/furo-route/package.json +++ b/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": { @@ -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": { diff --git a/packages/furo-util/CHANGELOG.md b/packages/furo-util/CHANGELOG.md index b9aaeacba..d43db0bcd 100644 --- a/packages/furo-util/CHANGELOG.md +++ b/packages/furo-util/CHANGELOG.md @@ -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) diff --git a/packages/furo-util/package.json b/packages/furo-util/package.json index 969f17a8c..3671ca1dc 100644 --- a/packages/furo-util/package.json +++ b/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", @@ -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",