Skip to content

Commit 14e5f2a

Browse files
release: v8.20.0 (#233)
1 parent 3a6a29d commit 14e5f2a

File tree

13 files changed

+19
-15
lines changed

13 files changed

+19
-15
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
## [8.19.0](https://github.com/AxisCommunications/fluent-components/compare/db0ffb8a25d25a01c5c1177d602f03809eb3a9f9..5242d8321410b286b6eceeea7a25a886ce49b6b6) (2024-03-18T08:59:42.227Z)
1+
## [8.20.0](https://github.com/AxisCommunications/fluent-components/compare/07cbd9187cc3ac98aa1d8f03f5f234414d23be21..3a6a29d0e04ae5ccfab998ecbc4b5a6fb3f217d6) (2024-03-19T14:46:12.952Z)
22

33
### 🚧 Maintenance
44

5-
- add icon Devices size 48 (#228) ([97f8a71](https://github.com/AxisCommunications/fluent-components/commit/97f8a71d28817cccca5920d4f48037bec1ce8abf))
5+
- inital code to generate illustrations (#214) ([2e5e4c6](https://github.com/AxisCommunications/fluent-components/commit/2e5e4c64987a9cbd228f48ad906fb495443e6955))
66

77
### ✨ Features
88

9-
- **topbar**: update profile menu ([5242d83](https://github.com/AxisCommunications/fluent-components/commit/5242d8321410b286b6eceeea7a25a886ce49b6b6))
9+
- **topbar**: new optional property to drawer and adjusted drawer trigger margins (#232) ([3a6a29d](https://github.com/AxisCommunications/fluent-components/commit/3a6a29d0e04ae5ccfab998ecbc4b5a6fb3f217d6))
10+
11+
### 🐛 Bug fixes
12+
13+
- **topbar**: application drawer style updates (#231) ([ee29604](https://github.com/AxisCommunications/fluent-components/commit/ee296045acf5c2a827f207c8a93b2c220eda7667))

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": "8.19.0",
3+
"version": "8.20.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": "8.19.0",
3+
"version": "8.20.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": "8.19.0",
3+
"version": "8.20.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": "8.19.0",
3+
"version": "8.20.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": "8.19.0",
3+
"version": "8.20.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": "8.19.0",
3+
"version": "8.20.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": "8.19.0",
3+
"version": "8.20.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": "8.19.0",
3+
"version": "8.20.0",
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": "8.19.0",
3+
"version": "8.20.0",
44
"private": true,
55
"description": "Axis branded theme, components and examples for Fluent UI v9",
66
"repository": {

0 commit comments

Comments
 (0)