Skip to content

Commit 6b41c12

Browse files
authored
release: v12.2.0 (#535)
1 parent efd1681 commit 6b41c12

File tree

14 files changed

+19
-15
lines changed

14 files changed

+19
-15
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
## [12.1.0](https://github.com/AxisCommunications/fluent-components/compare/d5a5ae34ba73e725c712547793ef64db16122aea..fa6e9996b54ad3a89528f7d16537f1e3628d256d) (2025-12-19T10:55:05.366Z)
1+
## [12.2.0](https://github.com/AxisCommunications/fluent-components/compare/c73b2a60d08f56b69e22c7fa13c1d6f4c6c62bb7..efd16810fc73d5fe681983dad754d7599f93c0d0) (2026-01-23T07:34:47.009Z)
2+
3+
### 🐛 Bug fixes
4+
5+
- **theme**: add @fluentui/react-theme dependency (#534) ([efd1681](https://github.com/AxisCommunications/fluent-components/commit/efd16810fc73d5fe681983dad754d7599f93c0d0))
26

37
### 💄 Styling
48

5-
- improving color contrast (#526) ([fa6e999](https://github.com/AxisCommunications/fluent-components/commit/fa6e9996b54ad3a89528f7d16537f1e3628d256d))
9+
- new SmartSearch settings icon (#533) ([7d0615a](https://github.com/AxisCommunications/fluent-components/commit/7d0615aab5a9a0491593c368e448567aaaf039d3))

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

0 commit comments

Comments
 (0)