Skip to content

Commit 9e51693

Browse files
authored
release: v8.1.0 (#13)
1 parent 43f8aaa commit 9e51693

File tree

13 files changed

+21
-21
lines changed

13 files changed

+21
-21
lines changed

CHANGELOG.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
# Changelog
2-
3-
All notable changes to this project will be documented in this file.
4-
## [8.0.1](https://github.com/AxisCommunications/fluent-components/compare/v8.0.0...v8.0.1) (2023-09-22T06:30:07.838Z))
5-
6-
## [8.0.0](https://github.com/AxisCommunications/fluent-components/compare/2bd9f2ac94b512349dd4699e8dc1986fe2e08843...v8.0.0) (2023-09-22T06:21:05.951Z))
1+
## [8.1.0](https://github.com/AxisCommunications/fluent-components/compare/f9333033889db8b2f02626e838e5cf5ab178260c..43f8aaa9553e3cd962a010a0ba2c09d8066ce75c) (2023-09-27T06:12:14.368Z)
72

83
### 🚧 Maintenance
94

10-
- update code owners ([083559b](https://github.com/AxisCommunications/fluent-components/commit/083559b615642f3bf61d8a37694e73089e60c334))
11-
- add dep-check sort script targets (#1) ([3cc1fc2](https://github.com/AxisCommunications/fluent-components/commit/3cc1fc2442d73f70f13504e2ec266ac526d280f3))
5+
- replace Python scripts with tools package (#9) ([43f8aaa](https://github.com/AxisCommunications/fluent-components/commit/43f8aaa9553e3cd962a010a0ba2c09d8066ce75c))
6+
- bump fluent version (#10) ([e22971b](https://github.com/AxisCommunications/fluent-components/commit/e22971b95a48bd77ea7a764172097f1f6fa9c166))
7+
- add vite base path (#8) ([cbfa30e](https://github.com/AxisCommunications/fluent-components/commit/cbfa30ecec019a31c3fabb38ff70871bbafb14df))
128

139
### ✨ Features
1410

15-
- **topbar**: support RTL direction in topbar (#3) ([51e9d59](https://github.com/AxisCommunications/fluent-components/commit/51e9d5946f3b2242e76c5615f9f09944b9ab50d6))
11+
- **topbar**: notification (#11) ([677c931](https://github.com/AxisCommunications/fluent-components/commit/677c93177cb1f078ecee6fe69e61bc15244c1aee))
12+
13+
### 💄 Styling
1614

15+
- added new icons (#12) ([815e051](https://github.com/AxisCommunications/fluent-components/commit/815e0517a77f89c985f210523484ac77da6da3c8))
16+
- brand color adjusted (#7) ([434a873](https://github.com/AxisCommunications/fluent-components/commit/434a873efa7b6e7d7b86ae7537b8526b466e008e))

components/notification-bar/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-notification-bar",
3-
"version": "8.0.1",
3+
"version": "8.1.0",
44
"description": "Notification bar 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": "8.0.1",
3+
"version": "8.1.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.0.1",
3+
"version": "8.1.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.0.1",
3+
"version": "8.1.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.0.1",
3+
"version": "8.1.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.0.1",
3+
"version": "8.1.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.0.1",
3+
"version": "8.1.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.0.1",
3+
"version": "8.1.0",
44
"description": "Icons",
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.0.1",
3+
"version": "8.1.0",
44
"private": true,
55
"description": "Axis branded theme, components and examples for Fluent UI v9",
66
"repository": {

0 commit comments

Comments
 (0)