Skip to content

Commit 6d32c5d

Browse files
authored
release: v10.8.0 (#399)
1 parent 8f7dcc3 commit 6d32c5d

File tree

14 files changed

+31
-18
lines changed

14 files changed

+31
-18
lines changed

CHANGELOG.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
1-
## [10.7.0](https://github.com/AxisCommunications/fluent-components/compare/dbdbaf4ebe986c25aeed5946bc6d46ba138cc016..6df0ad3001b970104426ba7ee1ab270520da2c9d) (2025-01-13T09:39:33.266Z)
1+
## [10.8.0](https://github.com/AxisCommunications/fluent-components/compare/1948522f5db2bbecab29c184a1068faa9a4f60f0..8f7dcc31eb0e3f9ca1de5be938b9e7dc95c38b0b) (2025-02-25T09:53:54.824Z)
22

3-
### ✨ Features
3+
### 🚧 Maintenance
44

5-
- **topbar**: add romanian language (#383) ([6df0ad3](https://github.com/AxisCommunications/fluent-components/commit/6df0ad3001b970104426ba7ee1ab270520da2c9d))
5+
- **deps**: bump fluent (#393) ([e94d629](https://github.com/AxisCommunications/fluent-components/commit/e94d629a0761e9f3556e5a13174ba91ac8916cd6))
6+
- **deps**: bump jsdom from 22.1.0 to 26.0.0 (#386) ([5b2b357](https://github.com/AxisCommunications/fluent-components/commit/5b2b3571bc5fdc9392b99b57cccd833e2f163d93))
7+
8+
### 🐛 Bug fixes
9+
10+
- node+browser compatible ES module import paths (#378) ([22da89e](https://github.com/AxisCommunications/fluent-components/commit/22da89e3b76a9a6930efed5b56eed8d82512f7e8))
11+
12+
### 💄 Styling
13+
14+
- new icon (#398) ([8f7dcc3](https://github.com/AxisCommunications/fluent-components/commit/8f7dcc31eb0e3f9ca1de5be938b9e7dc95c38b0b))

components/empty-view/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@axiscommunications/fluent-empty-view",
3-
"version": "10.7.0",
3+
"version": "10.8.0",
44
"description": "Empty view for Fluent UI v9",
55
"homepage": "https://github.com/AxisCommunications/fluent-components#readme",
66
"repository": {
@@ -17,7 +17,9 @@
1717
"import": "./lib/index.js"
1818
}
1919
},
20-
"files": ["lib"],
20+
"files": [
21+
"lib"
22+
],
2123
"scripts": {
2224
"prebuild": "pnpm run -C ../../illustrations build",
2325
"build": "pnpm prebuild && tsc",

components/password-input/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@axiscommunications/fluent-password-input",
3-
"version": "10.7.0",
3+
"version": "10.8.0",
44
"description": "Password input for Fluent UI v9",
55
"homepage": "https://github.com/AxisCommunications/fluent-components#readme",
66
"repository": {
@@ -21,7 +21,9 @@
2121
"main": "lib/cjs/index.js",
2222
"module": "lib/index.js",
2323
"types": "lib/index.d.ts",
24-
"files": ["lib"],
24+
"files": [
25+
"lib"
26+
],
2527
"scripts": {
2628
"build": "pnpm build:cjs && pnpm build:esm",
2729
"build:cjs": "tsc --module commonjs --outDir lib/cjs",

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

0 commit comments

Comments
 (0)