Skip to content

Commit 9534b2f

Browse files
authored
release: v9.2.1 (#297)
1 parent 5bfaf62 commit 9534b2f

File tree

13 files changed

+15
-19
lines changed

13 files changed

+15
-19
lines changed

CHANGELOG.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
## [9.2.0](https://github.com/AxisCommunications/fluent-components/compare/506288d410bd523d862b0e753cc79f7fb6856ae6..5b3f7d0a2d5495018eca2c5b3d5bb9c82097e41b) (2024-08-14T14:38:46.860Z)
1+
## [9.2.1](https://github.com/AxisCommunications/fluent-components/compare/f7ce520a71ba3645deadd7407ae3ce9e4bbb8338..5bfaf6231d1205abed7e2afa0447be4db7327914) (2024-08-16T06:50:14.548Z)
22

3-
### ✨ Features
3+
### 🐛 Bug fixes
44

5-
- **topbar**: add ability to search organizations (#294) ([5b3f7d0](https://github.com/AxisCommunications/fluent-components/commit/5b3f7d0a2d5495018eca2c5b3d5bb9c82097e41b))
6-
7-
### 💄 Styling
8-
9-
- New smartsearch icon (#293) ([34cfaac](https://github.com/AxisCommunications/fluent-components/commit/34cfaac79b0dfc93afbd9432d1709f10eeb1c47a))
5+
- **topbar**: use fluents own searchbox component (#296) ([5bfaf62](https://github.com/AxisCommunications/fluent-components/commit/5bfaf6231d1205abed7e2afa0447be4db7327914))

components/password-input/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@axiscommunications/fluent-password-input",
3-
"version": "9.2.0",
3+
"version": "9.2.1",
44
"description": "Password input for Fluent UI v9",
55
"homepage": "https://github.com/AxisCommunications/fluent-components#readme",
66
"repository": {

components/slider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@axiscommunications/fluent-slider",
3-
"version": "9.2.0",
3+
"version": "9.2.1",
44
"description": "Axis branded Slider",
55
"homepage": "https://github.com/AxisCommunications/fluent-components#readme",
66
"repository": {

components/stepper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@axiscommunications/fluent-stepper",
3-
"version": "9.2.0",
3+
"version": "9.2.1",
44
"description": "Stepper for Fluent UI v9",
55
"homepage": "https://github.com/AxisCommunications/fluent-components#readme",
66
"repository": {

components/topbar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@axiscommunications/fluent-topbar",
3-
"version": "9.2.0",
3+
"version": "9.2.1",
44
"description": "Axis branded TopBar",
55
"homepage": "https://github.com/AxisCommunications/fluent-components#readme",
66
"repository": {

examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "examples",
3-
"version": "9.2.0",
3+
"version": "9.2.1",
44
"private": true,
55
"description": "Examples for Fluent UI v9",
66
"homepage": "https://github.com/AxisCommunications/fluent-components#readme",

hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@axiscommunications/fluent-hooks",
3-
"version": "9.2.0",
3+
"version": "9.2.1",
44
"description": "Hooks",
55
"homepage": "https://github.com/AxisCommunications/fluent-components#readme",
66
"repository": {

icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@axiscommunications/fluent-icons",
3-
"version": "9.2.0",
3+
"version": "9.2.1",
44
"description": "Icons",
55
"homepage": "https://github.com/AxisCommunications/fluent-components#readme",
66
"repository": {

illustrations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@axiscommunications/fluent-illustrations",
3-
"version": "9.2.0",
3+
"version": "9.2.1",
44
"description": "Illustrations",
55
"homepage": "https://github.com/AxisCommunications/fluent-components#readme",
66
"repository": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@axiscommunications/fluent-components",
3-
"version": "9.2.0",
3+
"version": "9.2.1",
44
"private": true,
55
"description": "Axis branded theme, components and examples for Fluent UI v9",
66
"repository": {

0 commit comments

Comments
 (0)