Skip to content

Commit d13834f

Browse files
authored
release: v8.10.1 (#179)
1 parent 9e42cd6 commit d13834f

File tree

12 files changed

+14
-17
lines changed

12 files changed

+14
-17
lines changed

CHANGELOG.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
## [8.10.0](https://github.com/AxisCommunications/fluent-components/compare/0f732f49d0138402e837660e3bbdf9e771aafe14..88d6a0458c60805835742d88e406ff7774ca8d0a) (2024-02-01T10:15:05.000Z)
1+
## [8.10.1](https://github.com/AxisCommunications/fluent-components/compare/3c64833397a649ca76b1e5273d00561f7382ce51..9e42cd6d02d2168beb29fd82154537d1c3dfbc39) (2024-02-01T13:40:47.728Z)
22

33
### 🚧 Maintenance
44

5-
- adjust example page route (#174) ([88d6a04](https://github.com/AxisCommunications/fluent-components/commit/88d6a0458c60805835742d88e406ff7774ca8d0a))
6-
7-
### ✨ Features
8-
9-
- add tablist utilities styles and examples (#171) ([8f9257e](https://github.com/AxisCommunications/fluent-components/commit/8f9257e1618915c59d7af3e753198028106c4303))
5+
- update color tab style (#178) ([9e42cd6](https://github.com/AxisCommunications/fluent-components/commit/9e42cd6d02d2168beb29fd82154537d1c3dfbc39))
6+
- fix typo in codeblock tablist (#176) ([3ac6cc3](https://github.com/AxisCommunications/fluent-components/commit/3ac6cc3eddf76cee98f06ded63fe5d9a5f0217ff))

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.10.0",
3+
"version": "8.10.1",
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.10.0",
3+
"version": "8.10.1",
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.10.0",
3+
"version": "8.10.1",
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.10.0",
3+
"version": "8.10.1",
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.10.0",
3+
"version": "8.10.1",
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.10.0",
3+
"version": "8.10.1",
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.10.0",
3+
"version": "8.10.1",
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.10.0",
3+
"version": "8.10.1",
44
"private": true,
55
"description": "Axis branded theme, components and examples for Fluent UI v9",
66
"repository": {

styles/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-styles",
3-
"version": "8.10.0",
3+
"version": "8.10.1",
44
"description": "Styles for Fluent UI v9",
55
"homepage": "https://github.com/AxisCommunications/fluent-components#readme",
66
"repository": {

0 commit comments

Comments
 (0)