diff --git a/packages/furo-data/CHANGELOG.md b/packages/furo-data/CHANGELOG.md index c05b8bc6e..a02476d43 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.3.0](https://github.com/eclipse/eclipsefuro-web/compare/@furo/data@2.2.5...@furo/data@2.3.0) (2022-06-09) + + +### Features + +* furo-collection-agent with bindable request data ([59b0793](https://github.com/eclipse/eclipsefuro-web/commit/59b07938a2a029d8cb23012871dc920fc9812b46)) + + + + + ## [2.2.5](https://github.com/eclipse/eclipsefuro-web/compare/@furo/data@2.2.4...@furo/data@2.2.5) (2022-05-24) diff --git a/packages/furo-data/package.json b/packages/furo-data/package.json index 8e641f31f..ba39003c8 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.2.5", + "version": "2.3.0", "homepage": "https://github.com/eclipse/eclipsefuro-web/tree/main/packages/furo-data", "repository": "git@github.com:eclipse/eclipsefuro-web.git", "author": { diff --git a/packages/furo-route/CHANGELOG.md b/packages/furo-route/CHANGELOG.md index 98bc3b772..c3f525392 100644 --- a/packages/furo-route/CHANGELOG.md +++ b/packages/furo-route/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.1.1](https://github.com/eclipse/eclipsefuro-web/compare/@furo/route@2.1.0...@furo/route@2.1.1) (2022-06-09) + +**Note:** Version bump only for package @furo/route + + + + + # [2.1.0](https://github.com/eclipse/eclipsefuro-web/compare/@furo/route@2.0.7...@furo/route@2.1.0) (2022-05-31) diff --git a/packages/furo-route/package.json b/packages/furo-route/package.json index 6ed10593a..f732cdd53 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.1.0", + "version": "2.1.1", "homepage": "https://github.com/eclipse/eclipsefuro-web/tree/main/packages/furo-route", "repository": "git@github.com:eclipse/eclipsefuro-web.git", "author": {