Skip to content

Commit b876754

Browse files
release: v11.0.0 (#431)
1 parent 717ea5e commit b876754

File tree

14 files changed

+24
-22
lines changed

14 files changed

+24
-22
lines changed

CHANGELOG.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
1-
## [11.0.0-alpha.0](https://github.com/AxisCommunications/fluent-components/compare/b6f9c9f8cbe4dd8ae5a07df6dde57016a3473e09..a8eea4f973d412641ac9a2877d285e2dc4c4136e) (2025-03-11T08:34:05.001Z)
1+
## [11.0.0](https://github.com/AxisCommunications/fluent-components/compare/f9141685f7218d0c556325547109acdbaa129797..717ea5ee2dc770faa27ee50d655cd158f62894fb) (2025-03-26T14:51:32.052Z)
22

33
### 🚧 Maintenance
44

5-
- fix deprecated gh action (#408) ([b6456a8](https://github.com/AxisCommunications/fluent-components/commit/b6456a824847a289b3bfb8872d75a9611f7949c6))
6-
- **deps**: bump the dev-dependencies group across 1 directory with 3 updates (#407) ([797f093](https://github.com/AxisCommunications/fluent-components/commit/797f0937083236a560479558a6139c17aeadbb92))
7-
- **deps**: bump @vitejs/plugin-react (#390) ([4c6b2a2](https://github.com/AxisCommunications/fluent-components/commit/4c6b2a2a2ddd0fca6dd5282d93743721cd987f09))
5+
- **deps**: bump vite from 6.2.2 to 6.2.3 in the toolchain group (#426) ([717ea5e](https://github.com/AxisCommunications/fluent-components/commit/717ea5ee2dc770faa27ee50d655cd158f62894fb))
6+
- **deps**: bump sort-package-json from 2.12.0 to 3.0.0 (#430) ([0d2294f](https://github.com/AxisCommunications/fluent-components/commit/0d2294f94048b2e4cff71504108d1cac9db4f520))
7+
- enable search by token value for example page (#425) ([907b4f3](https://github.com/AxisCommunications/fluent-components/commit/907b4f35da86b0fefd788d060154b6949566c409))
8+
- **deps**: bump the toolchain group across 1 directory with 3 updates (#424) ([54fa767](https://github.com/AxisCommunications/fluent-components/commit/54fa767507444d2d2104ba4db40e6dac59f2e85d))
9+
- **deps**: bump the dev-dependencies group with 2 updates (#413) ([2df7548](https://github.com/AxisCommunications/fluent-components/commit/2df754860630d4c4d2ecaab22dc0b0ac44b13dcd))
10+
- **deps**: bump the dependencies group with 4 updates (#414) ([b10a1f2](https://github.com/AxisCommunications/fluent-components/commit/b10a1f20c3916c488f9ed755109e971116ce1630))
11+
- revert pubish and deploy workflows (#422) ([b962a93](https://github.com/AxisCommunications/fluent-components/commit/b962a9393a23b5ec9e9ae1e0f94c59a043678c59))
12+
- use composite action for setup env (#420) ([6025d95](https://github.com/AxisCommunications/fluent-components/commit/6025d9580ff73a926b413f63b5bbc598a4280238))
13+
- add setup workflow composite action (#410) ([13588e6](https://github.com/AxisCommunications/fluent-components/commit/13588e6497dad2df98069a6d41293dc4b23ee516))
814

915
### ✨ Features
1016

11-
- **BREAKING** libraries only export (valid) ES modules (#405) ([8f8b0bc](https://github.com/AxisCommunications/fluent-components/commit/8f8b0bcdeba6fca841748b7171702afb2e08469b))
12-
13-
### 🐛 Bug fixes
14-
15-
- allow "alpha" prereleases ([a8eea4f](https://github.com/AxisCommunications/fluent-components/commit/a8eea4f973d412641ac9a2877d285e2dc4c4136e))
17+
- **BREAKING** libraries only export (valid) ES modules (#405) ([8f8b0bc](https://github.com/AxisCommunications/fluent-components/commit/8f8b0bcdeba6fca841748b7171702afb2e08469b))

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

0 commit comments

Comments
 (0)