Skip to content

Commit c9e04f7

Browse files
authored
release: v8.8.0 (#160)
1 parent c3ba142 commit c9e04f7

File tree

12 files changed

+16
-17
lines changed

12 files changed

+16
-17
lines changed

CHANGELOG.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
## [8.7.1](https://github.com/AxisCommunications/fluent-components/compare/6aab210b7a16cf3772156fdc20b24a9c24266d30..a5a4f713613c881c83d32c6af330164256792ccc) (2023-12-13T07:31:35.548Z)
1+
## [8.8.0](https://github.com/AxisCommunications/fluent-components/compare/0408100640e57f290fbfa6e90958d2c022d32cca..c3ba14277b6bc848350d5cfcff12550692c6f770) (2024-01-17T06:58:22.179Z)
22

33
### 🚧 Maintenance
44

5-
- align icon generation (#128) ([d01dd5d](https://github.com/AxisCommunications/fluent-components/commit/d01dd5d41a4a1e2dc99bd08d33150f804acb3c18))
6-
7-
### 🐛 Bug fixes
8-
9-
- **topbar**: application menu icon visible also when hovering selected button (#131) ([a5a4f71](https://github.com/AxisCommunications/fluent-components/commit/a5a4f713613c881c83d32c6af330164256792ccc))
5+
- **deps**: bump the dev-dependencies group with 10 updates (#149) ([c3ba142](https://github.com/AxisCommunications/fluent-components/commit/c3ba14277b6bc848350d5cfcff12550692c6f770))
6+
- **deps**: bump the toolchain group with 2 updates (#143) ([bcba1b7](https://github.com/AxisCommunications/fluent-components/commit/bcba1b703235f3b6db0320b1fda1b90e161a76bd))
7+
- **deps**: bump peer dependencies (#141) ([6d5dc50](https://github.com/AxisCommunications/fluent-components/commit/6d5dc50d0197a1e22272198f3899c5d2fa9dc377))
8+
- add statusColor to theme preview (#137) ([104c4c9](https://github.com/AxisCommunications/fluent-components/commit/104c4c9b2a266481756cc163e5f88f8e01b62d9e))

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

0 commit comments

Comments
 (0)