Skip to content

Commit 1f9024e

Browse files
release: v8.14.0 (#196)
1 parent 549b673 commit 1f9024e

File tree

12 files changed

+15
-15
lines changed

12 files changed

+15
-15
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
## [8.13.0](https://github.com/AxisCommunications/fluent-components/compare/8a31780d4e7da8f2c01ebdd707922850eae5bf8b..63fd53742a5007f62776aafe33ff80220c7baaf0) (2024-02-09T09:59:19.824Z)
1+
## [8.14.0](https://github.com/AxisCommunications/fluent-components/compare/685c15156754f8483b4613c9e0a6d64f5482a24f..549b673949a3a53ac90da61c48390bcc3e8a40e3) (2024-02-13T10:55:36.319Z)
22

3-
### ✨ Features
3+
### 🚧 Maintenance
44

5-
- **passwordInput**: enable ref forwarding (#191) ([63fd537](https://github.com/AxisCommunications/fluent-components/commit/63fd53742a5007f62776aafe33ff80220c7baaf0))
5+
- overhaul example page(#194) ([cf95617](https://github.com/AxisCommunications/fluent-components/commit/cf95617dc5c4242d100a4b3182338ab7c4f4421d))
66

77
### 🐛 Bug fixes
88

9-
- **stepper**: update colors of previous and current steps (#190) ([1f54a6d](https://github.com/AxisCommunications/fluent-components/commit/1f54a6d2629e752f36a1aaf30dd2ade4eb11a4d6))
9+
- **topbar**: style updates to application drawer (#195) ([549b673](https://github.com/AxisCommunications/fluent-components/commit/549b673949a3a53ac90da61c48390bcc3e8a40e3))

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

0 commit comments

Comments
 (0)