diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e1ffa24..84f3ab1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ -## [8.20.2](https://github.com/AxisCommunications/fluent-components/compare/96689302a525d8f448b7a831f82216dd98ddaddf..933f6ba595823a35e73a9c1930ce1b054508a621) (2024-03-27T13:11:54.127Z) +## [8.20.3](https://github.com/AxisCommunications/fluent-components/compare/356559ec1b3ceaaebf3ff0c1d6a49224b95e20dd..871e53e41fba3fc3fbdb676e4e7f3c2cd6f04dae) (2024-03-28T12:00:32.726Z) ### 🚧 Maintenance - - add icon jump next and previous (#238) ([933f6ba](https://github.com/AxisCommunications/fluent-components/commit/933f6ba595823a35e73a9c1930ce1b054508a621)) - - bump fluent version 9.47.1 (#237) ([1eaa696](https://github.com/AxisCommunications/fluent-components/commit/1eaa6963560872546c873cd1b04e33137e7fd064)) - - align packages from react17 to react18 (#225) ([f58c2fc](https://github.com/AxisCommunications/fluent-components/commit/f58c2fc9e4bc7262e2f2aef82a82455dd505d4ad)) + - **icons**: update jump next and prev svg (#243) ([871e53e](https://github.com/AxisCommunications/fluent-components/commit/871e53e41fba3fc3fbdb676e4e7f3c2cd6f04dae)) + +### ✨ Features + + - **styles**: add icon style to navigation style (#242) ([99ed14a](https://github.com/AxisCommunications/fluent-components/commit/99ed14a25a255cc3efde808c25245159c1df166e)) diff --git a/components/password-input/package.json b/components/password-input/package.json index fcdc40ab..d044b730 100644 --- a/components/password-input/package.json +++ b/components/password-input/package.json @@ -1,6 +1,6 @@ { "name": "@axiscommunications/fluent-password-input", - "version": "8.20.2", + "version": "8.20.3", "description": "Password input for Fluent UI v9", "homepage": "https://github.com/AxisCommunications/fluent-components#readme", "repository": { diff --git a/components/slider/package.json b/components/slider/package.json index c3e1d580..bb6aa554 100644 --- a/components/slider/package.json +++ b/components/slider/package.json @@ -1,6 +1,6 @@ { "name": "@axiscommunications/fluent-slider", - "version": "8.20.2", + "version": "8.20.3", "description": "Axis branded Slider", "homepage": "https://github.com/AxisCommunications/fluent-components#readme", "repository": { diff --git a/components/stepper/package.json b/components/stepper/package.json index 4211d50a..14f341f6 100644 --- a/components/stepper/package.json +++ b/components/stepper/package.json @@ -1,6 +1,6 @@ { "name": "@axiscommunications/fluent-stepper", - "version": "8.20.2", + "version": "8.20.3", "description": "Stepper for Fluent UI v9", "homepage": "https://github.com/AxisCommunications/fluent-components#readme", "repository": { diff --git a/components/topbar/package.json b/components/topbar/package.json index 14f676d2..3ad4a35c 100644 --- a/components/topbar/package.json +++ b/components/topbar/package.json @@ -1,6 +1,6 @@ { "name": "@axiscommunications/fluent-topbar", - "version": "8.20.2", + "version": "8.20.3", "description": "Axis branded TopBar", "homepage": "https://github.com/AxisCommunications/fluent-components#readme", "repository": { diff --git a/examples/package.json b/examples/package.json index 19953261..a0a534d5 100644 --- a/examples/package.json +++ b/examples/package.json @@ -1,6 +1,6 @@ { "name": "examples", - "version": "8.20.2", + "version": "8.20.3", "private": true, "description": "Examples for Fluent UI v9", "homepage": "https://github.com/AxisCommunications/fluent-components#readme", diff --git a/hooks/package.json b/hooks/package.json index bfa2bce5..49129ab3 100644 --- a/hooks/package.json +++ b/hooks/package.json @@ -1,6 +1,6 @@ { "name": "@axiscommunications/fluent-hooks", - "version": "8.20.2", + "version": "8.20.3", "description": "Hooks", "homepage": "https://github.com/AxisCommunications/fluent-components#readme", "repository": { diff --git a/icons/package.json b/icons/package.json index 50b51fb0..e0b1938c 100644 --- a/icons/package.json +++ b/icons/package.json @@ -1,6 +1,6 @@ { "name": "@axiscommunications/fluent-icons", - "version": "8.20.2", + "version": "8.20.3", "description": "Icons", "homepage": "https://github.com/AxisCommunications/fluent-components#readme", "repository": { diff --git a/illustrations/package.json b/illustrations/package.json index 78012ee1..43a7dd1d 100644 --- a/illustrations/package.json +++ b/illustrations/package.json @@ -1,6 +1,6 @@ { "name": "@axiscommunications/fluent-illustrations", - "version": "8.20.2", + "version": "8.20.3", "description": "Illustrations", "homepage": "https://github.com/AxisCommunications/fluent-components#readme", "repository": { diff --git a/package.json b/package.json index 41847523..ebad94c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@axiscommunications/fluent-components", - "version": "8.20.2", + "version": "8.20.3", "private": true, "description": "Axis branded theme, components and examples for Fluent UI v9", "repository": { diff --git a/styles/package.json b/styles/package.json index 7c303dc8..3b496e8a 100644 --- a/styles/package.json +++ b/styles/package.json @@ -1,6 +1,6 @@ { "name": "@axiscommunications/fluent-styles", - "version": "8.20.2", + "version": "8.20.3", "description": "Styles for Fluent UI v9", "homepage": "https://github.com/AxisCommunications/fluent-components#readme", "repository": { diff --git a/theme/package.json b/theme/package.json index eb08bce7..84ad0e42 100644 --- a/theme/package.json +++ b/theme/package.json @@ -1,6 +1,6 @@ { "name": "@axiscommunications/fluent-theme", - "version": "8.20.2", + "version": "8.20.3", "description": "Theme for Fluent UI v9", "homepage": "https://github.com/AxisCommunications/fluent-components#readme", "repository": { diff --git a/tools/package.json b/tools/package.json index b70b0178..e4608c2b 100644 --- a/tools/package.json +++ b/tools/package.json @@ -1,6 +1,6 @@ { "name": "tools", - "version": "8.20.2", + "version": "8.20.3", "private": true, "author": "Axis Communications AB", "type": "module",