Skip to content

Commit e1a29a2

Browse files
release: v11.5.0 (#494)
1 parent 4905076 commit e1a29a2

File tree

14 files changed

+18
-16
lines changed

14 files changed

+18
-16
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
## [11.4.0](https://github.com/AxisCommunications/fluent-components/compare/9ddcf54dea4329432b8057b5574117f1e9b895af..52104c24855a52daccb904100731ca9693a46489) (2025-07-25T09:12:39.546Z)
1+
## [11.5.0](https://github.com/AxisCommunications/fluent-components/compare/a899f861beb37db485c83b9cec58db57992a79bb..49050768c1b64b1b3b297c7a6e334794a1fb8c23) (2025-08-28T10:48:15.213Z)
22

3-
### ✨ Features
3+
### 🚧 Maintenance
44

5-
- **topbar**: add optional initials for user avatar (#481) ([52104c2](https://github.com/AxisCommunications/fluent-components/commit/52104c24855a52daccb904100731ca9693a46489))
5+
- New icon (#492) ([4905076](https://github.com/AxisCommunications/fluent-components/commit/49050768c1b64b1b3b297c7a6e334794a1fb8c23))
6+
- **deps**: remove react-theme as peer dependency (#487) ([c207de5](https://github.com/AxisCommunications/fluent-components/commit/c207de54645eaaf378165c09800b6190fbf8e119))
7+
- export step component (#480) ([4a5ccb6](https://github.com/AxisCommunications/fluent-components/commit/4a5ccb667ad5519129dd45026545d3c7309e12d8))

components/empty-view/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-empty-view",
3-
"version": "11.4.0",
3+
"version": "11.5.0",
44
"description": "Empty view for Fluent UI v9",
55
"homepage": "https://github.com/AxisCommunications/fluent-components#readme",
66
"repository": {

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": "11.4.0",
3+
"version": "11.5.0",
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": "11.4.0",
3+
"version": "11.5.0",
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": "11.4.0",
3+
"version": "11.5.0",
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": "11.4.0",
3+
"version": "11.5.0",
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": "11.4.0",
3+
"version": "11.5.0",
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": "11.4.0",
3+
"version": "11.5.0",
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": "11.4.0",
3+
"version": "11.5.0",
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": "11.4.0",
3+
"version": "11.5.0",
44
"description": "Illustrations",
55
"homepage": "https://github.com/AxisCommunications/fluent-components#readme",
66
"repository": {

0 commit comments

Comments
 (0)