Skip to content

Commit f0bd6d7

Browse files
release: v8.15.0 (#203)
1 parent 7c13e1b commit f0bd6d7

File tree

12 files changed

+18
-13
lines changed

12 files changed

+18
-13
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
## [8.14.1](https://github.com/AxisCommunications/fluent-components/compare/1f9024e660d63c5998ffe8a9d5a34baf1d9a7a40..645df3b7f497dbf72e12509db5003b5eb9ac15f9) (2024-02-15T06:55:36.811Z)
1+
## [8.15.0](https://github.com/AxisCommunications/fluent-components/compare/7cd90f8c2c376c54124055b85725a859c13efb3a..7c13e1b9542da3b44dd563feb0377256d449d855) (2024-02-15T14:38:30.507Z)
2+
3+
### 🚧 Maintenance
4+
5+
- **deps**: bump @typescript-eslint/eslint-plugin from 5.53.0 to 5.62.0 (#169) ([7c13e1b](https://github.com/AxisCommunications/fluent-components/commit/7c13e1b9542da3b44dd563feb0377256d449d855))
6+
- **deps**: bump the dev-dependencies group with 4 updates (#201) ([9f620f5](https://github.com/AxisCommunications/fluent-components/commit/9f620f5417c316a5e0e8b2db2a7605346429a26f))
27

38
### 🐛 Bug fixes
49

5-
- **topbar**: drawer trigger color update (#198) ([645df3b](https://github.com/AxisCommunications/fluent-components/commit/645df3b7f497dbf72e12509db5003b5eb9ac15f9))
10+
- **slider**: snap to mark (#200) ([a391d57](https://github.com/AxisCommunications/fluent-components/commit/a391d5794b99bf50af561ae1ecb54f40789332fd))

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

0 commit comments

Comments
 (0)