Skip to content

Commit 7192137

Browse files
committed
release: v11.0.0-alpha.0
- fix to use "alpha" when using any prerelease (so that it's correctly tagged as "next" when publishing) - release new breaking changes
1 parent 3e23608 commit 7192137

File tree

16 files changed

+35
-19
lines changed

16 files changed

+35
-19
lines changed

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
1-
## [10.9.0](https://github.com/AxisCommunications/fluent-components/compare/6d32c5d4f80bd31a8280e59fc421649fc8dd976b..045f71a5054604669b74c9114f5f38d67f6d72e1) (2025-02-26T12:16:27.678Z)
1+
## [11.0.0-alpha.0](https://github.com/AxisCommunications/fluent-components/compare/b6f9c9f8cbe4dd8ae5a07df6dde57016a3473e09..a8eea4f973d412641ac9a2877d285e2dc4c4136e) (2025-03-11T08:34:05.001Z)
22

33
### 🚧 Maintenance
44

5-
- replace eslint/dprint with biome (#396) ([52ecb1f](https://github.com/AxisCommunications/fluent-components/commit/52ecb1ffb486fa3a4b4b7d38164c7d4c2eb4fd38))
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))
68

7-
### 💄 Styling
9+
### ✨ Features
810

9-
- new icon (#402) ([045f71a](https://github.com/AxisCommunications/fluent-components/commit/045f71a5054604669b74c9114f5f38d67f6d72e1))
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))

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

0 commit comments

Comments
 (0)