Skip to content

Commit ea9bfbb

Browse files
authored
release: v12.4.0 (#558)
1 parent bb8cdb0 commit ea9bfbb

14 files changed

Lines changed: 23 additions & 16 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1-
## [12.3.1](https://github.com/AxisCommunications/fluent-components/compare/cb7391f6e620583c6fcc2f8b6aa16a4b8ef47ce5..dee3f31ef23632fdd6bb910abd1982aba795ac46) (2026-03-11T09:28:13.355Z)
1+
## [12.4.0](https://github.com/AxisCommunications/fluent-components/compare/0b527963b2ce9474edb615d952255c51b8b02be1..bb8cdb03ea647e943bd0b24dc6bd5cbc6b98fd79) (2026-03-24T11:03:39.670Z)
22

33
### 🚧 Maintenance
44

5-
- mao media-error illustration (#549) ([dee3f31](https://github.com/AxisCommunications/fluent-components/commit/dee3f31ef23632fdd6bb910abd1982aba795ac46))
6-
- **deps**: bump @types/node from 22.19.1 to 25.0.10 (#540) ([2dffb4c](https://github.com/AxisCommunications/fluent-components/commit/2dffb4cdc6931e9fbfa1c317b9e58f0b7f09abde))
5+
- map all illustrations (#557) ([bb8cdb0](https://github.com/AxisCommunications/fluent-components/commit/bb8cdb03ea647e943bd0b24dc6bd5cbc6b98fd79))
6+
- script to map new empty views (#556) ([0cc11f6](https://github.com/AxisCommunications/fluent-components/commit/0cc11f6ca3be6ce63a7ac31bf1b4951baf991df3))
7+
- **deps**: bump vite from 6.4.1 to 8.0.0 (#554) ([57d98a0](https://github.com/AxisCommunications/fluent-components/commit/57d98a00cff228fee365dff02f470312eee980c3))
8+
- **deps**: bump the fluent group with 2 updates (#551) ([18d62db](https://github.com/AxisCommunications/fluent-components/commit/18d62dbf1089da97c18c44b3d6034b0ae0c9f3dc))
9+
- **deps**: bump vitest from 3.2.4 to 4.1.0 (#555) ([5a585db](https://github.com/AxisCommunications/fluent-components/commit/5a585db19e129cc7abb584917f03e27a5d5dcb8b))
10+
- **deps**: bump the dev-dependencies group with 2 updates (#552) ([1064780](https://github.com/AxisCommunications/fluent-components/commit/1064780c3bf3568be694575febfbca03074d0ad2))
11+
- **deps**: bump the fluent group across 1 directory with 3 updates (#547) ([ff26540](https://github.com/AxisCommunications/fluent-components/commit/ff26540cf84c405bed43101ecd7f2f8e5439a3a5))
12+
- **deps**: bump the dependencies group across 1 directory with 8 updates (#548) ([186c19e](https://github.com/AxisCommunications/fluent-components/commit/186c19eeec1c1c4813c054135ac5df06f87d49ea))
13+
- **deps**: bump the dev-dependencies group across 1 directory with 5 updates (#544) ([a50a182](https://github.com/AxisCommunications/fluent-components/commit/a50a182e6d66e639a8217a3d820ad23aced69f3c))

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

0 commit comments

Comments
 (0)