Skip to content

Commit

Permalink
chore(version): update versions with Changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 19, 2024
1 parent 4d748f8 commit a3aa4f9
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 31 deletions.
7 changes: 0 additions & 7 deletions .changeset/appshell-render-topnavigation-embedded.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-select-menu-bottom-placement-67.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-poets-wink.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/wrapperClassName.md

This file was deleted.

23 changes: 23 additions & 0 deletions packages/ui-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @cloudoperators/juno-ui-components

## 2.17.0

### Minor Changes

- f9b09ec: The AppShell will now render a TopNavigation in embedded mode if passed.

feat(ui) Appshell: render TopNavigation in embedded node if passed

- d4014b6: `wrapperClassName` prop added to the following components:

- ComboBox
- DateTimePicker
- NativeSelect
- Select
- Switch
- Textarea
- TextInput

### Patch Changes

- 4d748f8: Fix Select menu placement on page bottom. Switch from `flip` to `autoPlacement` positioning strategy in headless-ui middleware.
- 3abe6e4: fix(ui) fix complex form story: add `<PortalProvider />` to decorator to make sure the Select menu renders into a portal inside the scope of our <StyleProvider />`.

## 2.16.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"module": "build/index.js",
"source": "src/index.js",
"style": "build/lib/variables.css",
"version": "2.16.0",
"version": "2.17.0",
"files": [
"build/*",
"src/colors.css",
Expand Down

0 comments on commit a3aa4f9

Please sign in to comment.