Skip to content

Commit

Permalink
chore(release): release
Browse files Browse the repository at this point in the history
 - @furo/data@2.4.0
 - @furo/route@2.1.2
  • Loading branch information
veith committed Jun 13, 2022
1 parent 5ac4f23 commit 05a8fb3
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 2 deletions.
17 changes: 17 additions & 0 deletions packages/furo-data/CHANGELOG.md
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.4.0](https://github.com/eclipse/eclipsefuro-web/compare/@furo/data@2.3.0...@furo/data@2.4.0) (2022-06-13)


### Bug Fixes

* init enum types with an int32 value instead of null ([fb2f935](https://github.com/eclipse/eclipsefuro-web/commit/fb2f935d6c3b7f7716609f79431c508064e7ea59))


### Features

* FieldNode with complex types in oneof definitions ([860164a](https://github.com/eclipse/eclipsefuro-web/commit/860164a1d8d4bc77fe32984f2d2874de2f1df457))
* FNA with oneof handling ([e8304b9](https://github.com/eclipse/eclipsefuro-web/commit/e8304b98fead2b29ece45a368aab7bfa4a4f6c4e))





# [2.3.0](https://github.com/eclipse/eclipsefuro-web/compare/@furo/data@2.2.5...@furo/data@2.3.0) (2022-06-09)


Expand Down
2 changes: 1 addition & 1 deletion packages/furo-data/package.json
@@ -1,7 +1,7 @@
{
"name": "@furo/data",
"description": "Furo data components",
"version": "2.3.0",
"version": "2.4.0",
"homepage": "https://github.com/eclipse/eclipsefuro-web/tree/main/packages/furo-data",
"repository": "git@github.com:eclipse/eclipsefuro-web.git",
"author": {
Expand Down
8 changes: 8 additions & 0 deletions packages/furo-route/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.1.2](https://github.com/eclipse/eclipsefuro-web/compare/@furo/route@2.1.1...@furo/route@2.1.2) (2022-06-13)

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





## [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
Expand Down
2 changes: 1 addition & 1 deletion packages/furo-route/package.json
@@ -1,7 +1,7 @@
{
"name": "@furo/route",
"description": "Routing components",
"version": "2.1.1",
"version": "2.1.2",
"homepage": "https://github.com/eclipse/eclipsefuro-web/tree/main/packages/furo-route",
"repository": "git@github.com:eclipse/eclipsefuro-web.git",
"author": {
Expand Down

0 comments on commit 05a8fb3

Please sign in to comment.