Skip to content

Commit d5a5ae3

Browse files
authored
release: v12.0.0 (#521)
1 parent e9f7bd6 commit d5a5ae3

File tree

14 files changed

+20
-16
lines changed

14 files changed

+20
-16
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
## [11.7.0](https://github.com/AxisCommunications/fluent-components/compare/090a3d4cb5b5e9b2767c3c08ed137fecde67928f..e982244953068c2e872a7b921fc39d2383e586b1) (2025-10-23T11:52:35.337Z)
1+
## [12.0.0](https://github.com/AxisCommunications/fluent-components/compare/88966aab8c1c2c3edcc40cc67b97e431aeb8796d..e9f7bd6e36f4dd56ca17f7a852be09784f5634a1) (2025-11-26T10:29:21.580Z)
22

33
### 🚧 Maintenance
44

5-
- revert unintended squash merge (#511) ([e982244](https://github.com/AxisCommunications/fluent-components/commit/e982244953068c2e872a7b921fc39d2383e586b1))
5+
- **deps**: upgrade React to 19.2.0 (#513) ([1051da4](https://github.com/AxisCommunications/fluent-components/commit/1051da4f5fc7c958ce631b843cf077fcc3e78370))
66

77
### ✨ Features
88

9-
- **stepper**: add custom footer (#509) ([802fe91](https://github.com/AxisCommunications/fluent-components/commit/802fe91c8479de73731b3e55c18c402155db659f))
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))

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

0 commit comments

Comments
 (0)