Skip to content

Commit 11c7c32

Browse files
authored
release: v12.6.0 (#590)
1 parent 60459a4 commit 11c7c32

14 files changed

Lines changed: 19 additions & 23 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
1-
## [12.5.0](https://github.com/AxisCommunications/fluent-components/compare/ea9bfbbb39f5bd8aacd0883e65629627de909c7f..2b63a5850c0afa121f22d36ecbd805b8bcb1bb9a) (2026-04-01T12:30:56.773Z)
1+
## [12.6.0](https://github.com/AxisCommunications/fluent-components/compare/99909c698214c624b5bf937b94f2173736a85134..60459a4a8351b0308f22b81552191da73d2ca03c) (2026-04-24T11:46:12.294Z)
22

33
### 🚧 Maintenance
44

5-
- Search illustration fix (#573) ([2b63a58](https://github.com/AxisCommunications/fluent-components/commit/2b63a5850c0afa121f22d36ecbd805b8bcb1bb9a))
6-
- improve script name (#572) ([fb1c9d3](https://github.com/AxisCommunications/fluent-components/commit/fb1c9d3e6e91cc3fd01b3659203283deba3325e4))
7-
- map 3 empty views (#570) ([e076219](https://github.com/AxisCommunications/fluent-components/commit/e076219070bd10f81800ff4ce88e0128451a3e3e))
8-
- add copilot instructions (#565) ([3bcf197](https://github.com/AxisCommunications/fluent-components/commit/3bcf197c18cf27aba012ff8ed3d5bf83bc497856))
9-
- setup husky (#530) ([47e69dd](https://github.com/AxisCommunications/fluent-components/commit/47e69ddeec86d616afbaf3ce5160f069fa30b205))
10-
- improve example ux (#564) ([595cf98](https://github.com/AxisCommunications/fluent-components/commit/595cf98d2742cefdac2ee87e8d80d62d18d3d425))
5+
- **deps**: bump jsdom from 26.1.0 to 29.0.1 (#562) ([2b2117a](https://github.com/AxisCommunications/fluent-components/commit/2b2117a16e28a8fed4979ab5b8eb83da67fde23b))
6+
- **deps**: bump the dev-dependencies group across 1 directory with 4 updates (#575) ([125ad71](https://github.com/AxisCommunications/fluent-components/commit/125ad716eb7b499ef517f0a9d1c4bc5865f4a029))
7+
- **deps**: bump vite from 8.0.1 to 8.0.2 in the dependencies group (#561) ([0862ae4](https://github.com/AxisCommunications/fluent-components/commit/0862ae490e94c666bf86bdec8f45d3b9e25d325d))
118

129
### 💄 Styling
1310

14-
- added icon (#569) ([841deaa](https://github.com/AxisCommunications/fluent-components/commit/841deaa3f539ccf2957f88beb99acb2131c7ee06))
15-
- new illustrations (#568) ([2bd7dcd](https://github.com/AxisCommunications/fluent-components/commit/2bd7dcd55b9561fae854141af894d88a8a641603))
16-
- adjust brand foreground 2 (#563) ([5e7d46e](https://github.com/AxisCommunications/fluent-components/commit/5e7d46e97ac4df2af2d0d719fe3ac3c9670e75bf))
11+
- New illustrations (#588) ([60459a4](https://github.com/AxisCommunications/fluent-components/commit/60459a4a8351b0308f22b81552191da73d2ca03c))
12+
- New beam icons (signed) (#587) ([86a90e3](https://github.com/AxisCommunications/fluent-components/commit/86a90e3c712a2a34d91de68d64b4ae45bbc3e3da))

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

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": "12.5.0",
3+
"version": "12.6.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": "12.5.0",
3+
"version": "12.6.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": "12.5.0",
3+
"version": "12.6.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": "12.5.0",
3+
"version": "12.6.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": "12.5.0",
3+
"version": "12.6.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": "12.5.0",
3+
"version": "12.6.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": "12.5.0",
3+
"version": "12.6.0",
44
"description": "Icons",
55
"homepage": "https://github.com/AxisCommunications/fluent-components#readme",
66
"repository": {

illustrations/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-illustrations",
3-
"version": "12.5.0",
3+
"version": "12.6.0",
44
"description": "Illustrations",
55
"homepage": "https://github.com/AxisCommunications/fluent-components#readme",
66
"repository": {

0 commit comments

Comments
 (0)