Skip to content

Commit

Permalink
Merge pull request #29 from odigos-io/release-please--branches--main-…
Browse files Browse the repository at this point in the history
…-components--ui-containers

chore(main): release ui-containers 0.0.30
  • Loading branch information
BenElferink authored Feb 10, 2025
2 parents 41ec9c5 + d30d88d commit 7f99526
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.29"
".": "0.0.30"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.0.30](https://github.com/odigos-io/ui-containers/compare/ui-containers-v0.0.29...ui-containers-v0.0.30) (2025-02-10)


### Features

* handle form data inside fo form, pass up with ref ([41ec9c5](https://github.com/odigos-io/ui-containers/commit/41ec9c5ab6ea8d050564eb31cfd9192a5af05426))


### Bug Fixes

* namespace selection logic ([05e0560](https://github.com/odigos-io/ui-containers/commit/05e05604170b7e71c705676c867b071e5df77727))

## [0.0.29](https://github.com/odigos-io/ui-containers/compare/ui-containers-v0.0.28...ui-containers-v0.0.29) (2025-02-10)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@odigos/ui-containers",
"version": "0.0.29",
"version": "0.0.30",
"main": "lib/index.js",
"module": "lib/index.esm.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 7f99526

Please sign in to comment.