Skip to content

Commit

Permalink
release: v8.0.1 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
steabert authored Sep 22, 2023
1 parent 314b208 commit f933303
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 11 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# 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))

### 🚧 Maintenance
Expand Down
13 changes: 13 additions & 0 deletions changeset.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## [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))

### 🚧 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))

### ✨ Features

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

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.0",
"version": "8.0.1",
"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.0",
"version": "8.0.1",
"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.0",
"version": "8.0.1",
"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.0",
"version": "8.0.1",
"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.0",
"version": "8.0.1",
"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.0",
"version": "8.0.1",
"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.0",
"version": "8.0.1",
"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.0",
"version": "8.0.1",
"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.0",
"version": "8.0.1",
"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.0",
"version": "8.0.1",
"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.0",
"version": "8.0.1",
"description": "Theme for Fluent UI v9",
"homepage": "https://github.com/AxisCommunications/fluent-components#readme",
"repository": {
Expand Down

0 comments on commit f933303

Please sign in to comment.