Skip to content

Commit

Permalink
release: v8.12.0 (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornwedell authored Feb 5, 2024
1 parent 9236d46 commit 8a31780
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 21 deletions.
12 changes: 2 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
## [8.11.0](https://github.com/AxisCommunications/fluent-components/compare/d13834fecc925e4da605bbf659e1db70540df620..cc50a475dff4c066d7ce9d1c1ff400e8a6082e70) (2024-02-02T12:37:22.385Z)

### 🚧 Maintenance

- fix faulty filename in example (#181) ([c914a5f](https://github.com/AxisCommunications/fluent-components/commit/c914a5f600e6f2d9c479941ed4e91c85ac9e7fee))
## [8.12.0](https://github.com/AxisCommunications/fluent-components/compare/a455868e0faa8b982ee3922302dd5bab6a734ea7..9236d469950556f1d785ca81198e15a73077fde7) (2024-02-05T13:42:57.556Z)

### ✨ Features

- **styles**: add navigation style (#180) ([c898f87](https://github.com/AxisCommunications/fluent-components/commit/c898f87e1149ea6da1c67e54d606aab4482323f1))

### 🐛 Bug fixes

- **topbar**: adjust application drawer styles (#182) ([cc50a47](https://github.com/AxisCommunications/fluent-components/commit/cc50a475dff4c066d7ce9d1c1ff400e8a6082e70))
- **topbar**: add custom center content (#185) ([9236d46](https://github.com/AxisCommunications/fluent-components/commit/9236d469950556f1d785ca81198e15a73077fde7))
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.11.0",
"version": "8.12.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.11.0",
"version": "8.12.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.11.0",
"version": "8.12.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.11.0",
"version": "8.12.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.11.0",
"version": "8.12.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.11.0",
"version": "8.12.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.11.0",
"version": "8.12.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.11.0",
"version": "8.12.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.11.0",
"version": "8.12.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.11.0",
"version": "8.12.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.11.0",
"version": "8.12.0",
"private": true,
"author": "Axis Communications AB",
"type": "module",
Expand Down

0 comments on commit 8a31780

Please sign in to comment.