Skip to content

Commit

Permalink
release: v8.11.0 (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornwedell authored Feb 2, 2024
1 parent cc50a47 commit a455868
Show file tree
Hide file tree
Showing 12 changed files with 21 additions and 14 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
## [8.10.1](https://github.com/AxisCommunications/fluent-components/compare/3c64833397a649ca76b1e5273d00561f7382ce51..9e42cd6d02d2168beb29fd82154537d1c3dfbc39) (2024-02-01T13:40:47.728Z)
## [8.11.0](https://github.com/AxisCommunications/fluent-components/compare/d13834fecc925e4da605bbf659e1db70540df620..cc50a475dff4c066d7ce9d1c1ff400e8a6082e70) (2024-02-02T12:37:22.385Z)

### 🚧 Maintenance

- update color tab style (#178) ([9e42cd6](https://github.com/AxisCommunications/fluent-components/commit/9e42cd6d02d2168beb29fd82154537d1c3dfbc39))
- fix typo in codeblock tablist (#176) ([3ac6cc3](https://github.com/AxisCommunications/fluent-components/commit/3ac6cc3eddf76cee98f06ded63fe5d9a5f0217ff))
- fix faulty filename in example (#181) ([c914a5f](https://github.com/AxisCommunications/fluent-components/commit/c914a5f600e6f2d9c479941ed4e91c85ac9e7fee))

### ✨ 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))
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.10.1",
"version": "8.11.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.10.1",
"version": "8.11.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.10.1",
"version": "8.11.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.10.1",
"version": "8.11.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.10.1",
"version": "8.11.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.10.1",
"version": "8.11.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.10.1",
"version": "8.11.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.10.1",
"version": "8.11.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.10.1",
"version": "8.11.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.10.1",
"version": "8.11.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.10.1",
"version": "8.11.0",
"private": true,
"author": "Axis Communications AB",
"type": "module",
Expand Down

0 comments on commit a455868

Please sign in to comment.