Skip to content

Commit

Permalink
release: v8.1.0 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
axis-d0op authored Sep 27, 2023
1 parent 43f8aaa commit 9e51693
Show file tree
Hide file tree
Showing 13 changed files with 21 additions and 21 deletions.
18 changes: 9 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Changelog

All notable changes to this project will be documented in this file.
## [8.0.1](https://github.com/AxisCommunications/fluent-components/compare/v8.0.0...v8.0.1) (2023-09-22T06:30:07.838Z))

## [8.0.0](https://github.com/AxisCommunications/fluent-components/compare/2bd9f2ac94b512349dd4699e8dc1986fe2e08843...v8.0.0) (2023-09-22T06:21:05.951Z))
## [8.1.0](https://github.com/AxisCommunications/fluent-components/compare/f9333033889db8b2f02626e838e5cf5ab178260c..43f8aaa9553e3cd962a010a0ba2c09d8066ce75c) (2023-09-27T06:12:14.368Z)

### 🚧 Maintenance

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

### ✨ Features

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

### 💄 Styling

- added new icons (#12) ([815e051](https://github.com/AxisCommunications/fluent-components/commit/815e0517a77f89c985f210523484ac77da6da3c8))
- brand color adjusted (#7) ([434a873](https://github.com/AxisCommunications/fluent-components/commit/434a873efa7b6e7d7b86ae7537b8526b466e008e))
2 changes: 1 addition & 1 deletion components/notification-bar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axiscommunications/fluent-notification-bar",
"version": "8.0.1",
"version": "8.1.0",
"description": "Notification bar for Fluent UI v9",
"homepage": "https://github.com/AxisCommunications/fluent-components#readme",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion components/password-input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axiscommunications/fluent-password-input",
"version": "8.0.1",
"version": "8.1.0",
"description": "Password input for Fluent UI v9",
"homepage": "https://github.com/AxisCommunications/fluent-components#readme",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion components/slider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axiscommunications/fluent-slider",
"version": "8.0.1",
"version": "8.1.0",
"description": "Axis branded Slider",
"homepage": "https://github.com/AxisCommunications/fluent-components#readme",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion components/stepper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axiscommunications/fluent-stepper",
"version": "8.0.1",
"version": "8.1.0",
"description": "Stepper for Fluent UI v9",
"homepage": "https://github.com/AxisCommunications/fluent-components#readme",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion components/topbar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axiscommunications/fluent-topbar",
"version": "8.0.1",
"version": "8.1.0",
"description": "Axis branded TopBar",
"homepage": "https://github.com/AxisCommunications/fluent-components#readme",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "examples",
"version": "8.0.1",
"version": "8.1.0",
"private": true,
"description": "Examples for Fluent UI v9",
"homepage": "https://github.com/AxisCommunications/fluent-components#readme",
Expand Down
2 changes: 1 addition & 1 deletion hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axiscommunications/fluent-hooks",
"version": "8.0.1",
"version": "8.1.0",
"description": "Hooks",
"homepage": "https://github.com/AxisCommunications/fluent-components#readme",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axiscommunications/fluent-icons",
"version": "8.0.1",
"version": "8.1.0",
"description": "Icons",
"homepage": "https://github.com/AxisCommunications/fluent-components#readme",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axiscommunications/fluent-components",
"version": "8.0.1",
"version": "8.1.0",
"private": true,
"description": "Axis branded theme, components and examples for Fluent UI v9",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axiscommunications/fluent-styles",
"version": "8.0.1",
"version": "8.1.0",
"description": "Styles for Fluent UI v9",
"homepage": "https://github.com/AxisCommunications/fluent-components#readme",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axiscommunications/fluent-theme",
"version": "8.0.1",
"version": "8.1.0",
"description": "Theme for Fluent UI v9",
"homepage": "https://github.com/AxisCommunications/fluent-components#readme",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tools",
"version": "8.0.1",
"version": "8.1.0",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit 9e51693

Please sign in to comment.