Skip to content

Commit c73b2a6

Browse files
authored
release: v12.1.0 (#531)
1 parent fa6e999 commit c73b2a6

File tree

14 files changed

+16
-24
lines changed

14 files changed

+16
-24
lines changed

CHANGELOG.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
1-
## [12.0.0](https://github.com/AxisCommunications/fluent-components/compare/88966aab8c1c2c3edcc40cc67b97e431aeb8796d..e9f7bd6e36f4dd56ca17f7a852be09784f5634a1) (2025-11-26T10:29:21.580Z)
1+
## [12.1.0](https://github.com/AxisCommunications/fluent-components/compare/d5a5ae34ba73e725c712547793ef64db16122aea..fa6e9996b54ad3a89528f7d16537f1e3628d256d) (2025-12-19T10:55:05.366Z)
22

3-
### 🚧 Maintenance
3+
### 💄 Styling
44

5-
- **deps**: upgrade React to 19.2.0 (#513) ([1051da4](https://github.com/AxisCommunications/fluent-components/commit/1051da4f5fc7c958ce631b843cf077fcc3e78370))
6-
7-
### ✨ Features
8-
9-
- add CJS build output for dual format (#518) ([e9f7bd6](https://github.com/AxisCommunications/fluent-components/commit/e9f7bd6e36f4dd56ca17f7a852be09784f5634a1))
10-
11-
### 🐛 Bug fixes
12-
13-
- **tools**: fix type error in release script (#514) ([7d819dc](https://github.com/AxisCommunications/fluent-components/commit/7d819dc88198401651d84d9023471af361459ad3))
5+
- improving color contrast (#526) ([fa6e999](https://github.com/AxisCommunications/fluent-components/commit/fa6e9996b54ad3a89528f7d16537f1e3628d256d))

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

0 commit comments

Comments
 (0)