From 07cf19b7a3fe5f7204eaf4b1991f74beda7c2000 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20Ramstr=C3=B6m?= Date: Thu, 13 Jun 2024 15:09:31 +0200 Subject: [PATCH] release: v9.1.0 (#285) --- CHANGELOG.md | 18 +++++++++++------- components/password-input/package.json | 2 +- components/slider/package.json | 2 +- components/stepper/package.json | 2 +- components/topbar/package.json | 2 +- examples/package.json | 2 +- hooks/package.json | 2 +- icons/package.json | 2 +- illustrations/package.json | 2 +- package.json | 2 +- styles/package.json | 2 +- theme/package.json | 2 +- tools/package.json | 2 +- 13 files changed, 23 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 828d4293..c356dc1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,20 @@ -## [9.0.0](https://github.com/AxisCommunications/fluent-components/compare/a52521a8c3a8b9df287ca139d71852fe123fdac3..32669dfe8c589a8c956ce0156e231a3b30ebec8a) (2024-05-20T12:59:56.209Z) +## [9.1.0](https://github.com/AxisCommunications/fluent-components/compare/59237c7b03f045b1acdde9a198a381abc275765f..bac8a990ded04262fe80f041246bfc25184cf771) (2024-06-13T12:48:00.961Z) + +### 🚧 Maintenance + + - bump fluent peer deps (#280) ([bc7fb66](https://github.com/AxisCommunications/fluent-components/commit/bc7fb6680ce094837cfb7f19ff20ead21d5ee757)) + - theme example updates (#277) ([142d78b](https://github.com/AxisCommunications/fluent-components/commit/142d78bb8a708ecea07747a08e703c286d86cd9f)) ### ✨ Features - - add bundleIllustration component (#272) ([ac2b6b2](https://github.com/AxisCommunications/fluent-components/commit/ac2b6b289f798c02f73328dd919e8c0df38df780)) - - **theme**: add axis custom color tokens and custom utility tokens (#274) ([32669df](https://github.com/AxisCommunications/fluent-components/commit/32669dfe8c589a8c956ce0156e231a3b30ebec8a)) - - **topbar**: **BREAKING** use axis custom color tokens for application flawor. requires @axiscommunications/fluent-theme version 9.0.0 or later (#274) ([32669df](https://github.com/AxisCommunications/fluent-components/commit/32669dfe8c589a8c956ce0156e231a3b30ebec8a)) + - **topbar**: add new look for application drawer trigger button when triggerGroupShortName is set (#282) ([c2ed8cb](https://github.com/AxisCommunications/fluent-components/commit/c2ed8cb91f5c5f318026a1be8a5276391c1e816d)) + - add smart bundleIllustration (#276) ([811aa2c](https://github.com/AxisCommunications/fluent-components/commit/811aa2c68c87b6ea19e88e32815944e4fc93d3cb)) ### 🐛 Bug fixes - - **topbar**: update myX icons (#273) ([ce4949d](https://github.com/AxisCommunications/fluent-components/commit/ce4949d87af36aa742f92815ddffe5f7c2a034c7)) - - **topbar**: buildUrl utility function should not duplicate query parameters (#268) ([50448a4](https://github.com/AxisCommunications/fluent-components/commit/50448a40c93dfe6a65710fc5b9657b8df79ece50)) + - **illustrations**: don't bundle lodash and yargs (#279) ([af3366d](https://github.com/AxisCommunications/fluent-components/commit/af3366de5073873c1c9ece83233fadfa7710ae03)) ### 💄 Styling - - new batch of illustrations (#271) ([674d79a](https://github.com/AxisCommunications/fluent-components/commit/674d79a70ed20bcefc6d3b5c800092a966d3f7bd)) + - Added new and adjusted illustration (#284) ([bac8a99](https://github.com/AxisCommunications/fluent-components/commit/bac8a990ded04262fe80f041246bfc25184cf771)) + - New Bodyworn icons (#278) ([08c856f](https://github.com/AxisCommunications/fluent-components/commit/08c856f5723506b1808100cb108e56d4a5147e80)) diff --git a/components/password-input/package.json b/components/password-input/package.json index 8aed32d5..d725a48e 100644 --- a/components/password-input/package.json +++ b/components/password-input/package.json @@ -1,6 +1,6 @@ { "name": "@axiscommunications/fluent-password-input", - "version": "9.0.0", + "version": "9.1.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 d90ff786..aa1d43cf 100644 --- a/components/slider/package.json +++ b/components/slider/package.json @@ -1,6 +1,6 @@ { "name": "@axiscommunications/fluent-slider", - "version": "9.0.0", + "version": "9.1.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 05d2957a..dde5fd27 100644 --- a/components/stepper/package.json +++ b/components/stepper/package.json @@ -1,6 +1,6 @@ { "name": "@axiscommunications/fluent-stepper", - "version": "9.0.0", + "version": "9.1.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 f3e19fc8..6cce17cf 100644 --- a/components/topbar/package.json +++ b/components/topbar/package.json @@ -1,6 +1,6 @@ { "name": "@axiscommunications/fluent-topbar", - "version": "9.0.0", + "version": "9.1.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 92f34112..67b52144 100644 --- a/examples/package.json +++ b/examples/package.json @@ -1,6 +1,6 @@ { "name": "examples", - "version": "9.0.0", + "version": "9.1.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 e11c9242..0f69f94d 100644 --- a/hooks/package.json +++ b/hooks/package.json @@ -1,6 +1,6 @@ { "name": "@axiscommunications/fluent-hooks", - "version": "9.0.0", + "version": "9.1.0", "description": "Hooks", "homepage": "https://github.com/AxisCommunications/fluent-components#readme", "repository": { diff --git a/icons/package.json b/icons/package.json index 2668724c..68f2ecff 100644 --- a/icons/package.json +++ b/icons/package.json @@ -1,6 +1,6 @@ { "name": "@axiscommunications/fluent-icons", - "version": "9.0.0", + "version": "9.1.0", "description": "Icons", "homepage": "https://github.com/AxisCommunications/fluent-components#readme", "repository": { diff --git a/illustrations/package.json b/illustrations/package.json index c032ad25..6fa59867 100644 --- a/illustrations/package.json +++ b/illustrations/package.json @@ -1,6 +1,6 @@ { "name": "@axiscommunications/fluent-illustrations", - "version": "9.0.0", + "version": "9.1.0", "description": "Illustrations", "homepage": "https://github.com/AxisCommunications/fluent-components#readme", "repository": { diff --git a/package.json b/package.json index 488ed66c..2b8fc555 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@axiscommunications/fluent-components", - "version": "9.0.0", + "version": "9.1.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 c4878cdd..ab2effd7 100644 --- a/styles/package.json +++ b/styles/package.json @@ -1,6 +1,6 @@ { "name": "@axiscommunications/fluent-styles", - "version": "9.0.0", + "version": "9.1.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 606d12ea..17f29aa9 100644 --- a/theme/package.json +++ b/theme/package.json @@ -1,6 +1,6 @@ { "name": "@axiscommunications/fluent-theme", - "version": "9.0.0", + "version": "9.1.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 fc312f3c..45f6587e 100644 --- a/tools/package.json +++ b/tools/package.json @@ -1,6 +1,6 @@ { "name": "tools", - "version": "9.0.0", + "version": "9.1.0", "private": true, "author": "Axis Communications AB", "type": "module",