diff --git a/CHANGELOG.md b/CHANGELOG.md index b457ee51..0d637291 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,10 @@ -## [8.8.0](https://github.com/AxisCommunications/fluent-components/compare/0408100640e57f290fbfa6e90958d2c022d32cca..c3ba14277b6bc848350d5cfcff12550692c6f770) (2024-01-17T06:58:22.179Z) +## [8.9.0](https://github.com/AxisCommunications/fluent-components/compare/c9e04f796dd6c1a777ee74cf24979319c022c16a..7be3e4877a9c712ce60a14fa1d3b5de70a169a13) (2024-01-31T08:28:40.847Z) ### 🚧 Maintenance - - **deps**: bump the dev-dependencies group with 10 updates (#149) ([c3ba142](https://github.com/AxisCommunications/fluent-components/commit/c3ba14277b6bc848350d5cfcff12550692c6f770)) - - **deps**: bump the toolchain group with 2 updates (#143) ([bcba1b7](https://github.com/AxisCommunications/fluent-components/commit/bcba1b703235f3b6db0320b1fda1b90e161a76bd)) - - **deps**: bump peer dependencies (#141) ([6d5dc50](https://github.com/AxisCommunications/fluent-components/commit/6d5dc50d0197a1e22272198f3899c5d2fa9dc377)) - - add statusColor to theme preview (#137) ([104c4c9](https://github.com/AxisCommunications/fluent-components/commit/104c4c9b2a266481756cc163e5f88f8e01b62d9e)) + - **deps**: bump the dependencies group with 2 updates (#162) ([4e8be8f](https://github.com/AxisCommunications/fluent-components/commit/4e8be8f3df84ade59a789a38bca11809f117b17d)) + - **deps**: bump the dev-dependencies group with 4 updates (#163) ([0323353](https://github.com/AxisCommunications/fluent-components/commit/03233531bb416674bde5ee5b1cc5675ffd4ec43d)) + +### ✨ Features + + - **topbar**: add optional application drawer as alternative to application menu (#165) ([7be3e48](https://github.com/AxisCommunications/fluent-components/commit/7be3e4877a9c712ce60a14fa1d3b5de70a169a13)) diff --git a/components/password-input/package.json b/components/password-input/package.json index f073904c..be84c4c5 100644 --- a/components/password-input/package.json +++ b/components/password-input/package.json @@ -1,6 +1,6 @@ { "name": "@axiscommunications/fluent-password-input", - "version": "8.8.0", + "version": "8.9.0", "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 24bfc52d..b5f3bc7f 100644 --- a/components/slider/package.json +++ b/components/slider/package.json @@ -1,6 +1,6 @@ { "name": "@axiscommunications/fluent-slider", - "version": "8.8.0", + "version": "8.9.0", "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 e4f49a6a..97425a74 100644 --- a/components/stepper/package.json +++ b/components/stepper/package.json @@ -1,6 +1,6 @@ { "name": "@axiscommunications/fluent-stepper", - "version": "8.8.0", + "version": "8.9.0", "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 b499c94b..de68ae03 100644 --- a/components/topbar/package.json +++ b/components/topbar/package.json @@ -1,6 +1,6 @@ { "name": "@axiscommunications/fluent-topbar", - "version": "8.8.0", + "version": "8.9.0", "description": "Axis branded TopBar", "homepage": "https://github.com/AxisCommunications/fluent-components#readme", "repository": { diff --git a/examples/package.json b/examples/package.json index 57f80197..26e4b3d1 100644 --- a/examples/package.json +++ b/examples/package.json @@ -1,6 +1,6 @@ { "name": "examples", - "version": "8.8.0", + "version": "8.9.0", "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 c0110e74..fea048e8 100644 --- a/hooks/package.json +++ b/hooks/package.json @@ -1,6 +1,6 @@ { "name": "@axiscommunications/fluent-hooks", - "version": "8.8.0", + "version": "8.9.0", "description": "Hooks", "homepage": "https://github.com/AxisCommunications/fluent-components#readme", "repository": { diff --git a/icons/package.json b/icons/package.json index 4aa22062..918f2fe8 100644 --- a/icons/package.json +++ b/icons/package.json @@ -1,6 +1,6 @@ { "name": "@axiscommunications/fluent-icons", - "version": "8.8.0", + "version": "8.9.0", "description": "Icons", "homepage": "https://github.com/AxisCommunications/fluent-components#readme", "repository": { diff --git a/package.json b/package.json index 896f948d..f444375e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@axiscommunications/fluent-components", - "version": "8.8.0", + "version": "8.9.0", "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 2da0fd4c..58b36d15 100644 --- a/styles/package.json +++ b/styles/package.json @@ -1,6 +1,6 @@ { "name": "@axiscommunications/fluent-styles", - "version": "8.8.0", + "version": "8.9.0", "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 9071d234..e9cea376 100644 --- a/theme/package.json +++ b/theme/package.json @@ -1,6 +1,6 @@ { "name": "@axiscommunications/fluent-theme", - "version": "8.8.0", + "version": "8.9.0", "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 3f822c68..0ce6947b 100644 --- a/tools/package.json +++ b/tools/package.json @@ -1,6 +1,6 @@ { "name": "tools", - "version": "8.8.0", + "version": "8.9.0", "private": true, "author": "Axis Communications AB", "type": "module",