From 6d32c5d4f80bd31a8280e59fc421649fc8dd976b Mon Sep 17 00:00:00 2001 From: Jimmy Svensson Date: Tue, 25 Feb 2025 11:15:08 +0100 Subject: [PATCH] release: v10.8.0 (#399) --- CHANGELOG.md | 15 ++++++++++++--- components/empty-view/package.json | 6 ++++-- components/password-input/package.json | 6 ++++-- components/slider/package.json | 2 +- components/stepper/package.json | 2 +- components/topbar/package.json | 2 +- examples/package.json | 2 +- hooks/package.json | 2 +- icons/package.json | 2 +- illustrations/package.json | 2 +- package.json | 2 +- styles/package.json | 2 +- theme/package.json | 2 +- tools/package.json | 2 +- 14 files changed, 31 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e44261e7..d473adeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ -## [10.7.0](https://github.com/AxisCommunications/fluent-components/compare/dbdbaf4ebe986c25aeed5946bc6d46ba138cc016..6df0ad3001b970104426ba7ee1ab270520da2c9d) (2025-01-13T09:39:33.266Z) +## [10.8.0](https://github.com/AxisCommunications/fluent-components/compare/1948522f5db2bbecab29c184a1068faa9a4f60f0..8f7dcc31eb0e3f9ca1de5be938b9e7dc95c38b0b) (2025-02-25T09:53:54.824Z) -### ✨ Features +### 🚧 Maintenance - - **topbar**: add romanian language (#383) ([6df0ad3](https://github.com/AxisCommunications/fluent-components/commit/6df0ad3001b970104426ba7ee1ab270520da2c9d)) + - **deps**: bump fluent (#393) ([e94d629](https://github.com/AxisCommunications/fluent-components/commit/e94d629a0761e9f3556e5a13174ba91ac8916cd6)) + - **deps**: bump jsdom from 22.1.0 to 26.0.0 (#386) ([5b2b357](https://github.com/AxisCommunications/fluent-components/commit/5b2b3571bc5fdc9392b99b57cccd833e2f163d93)) + +### 🐛 Bug fixes + + - node+browser compatible ES module import paths (#378) ([22da89e](https://github.com/AxisCommunications/fluent-components/commit/22da89e3b76a9a6930efed5b56eed8d82512f7e8)) + +### 💄 Styling + + - new icon (#398) ([8f7dcc3](https://github.com/AxisCommunications/fluent-components/commit/8f7dcc31eb0e3f9ca1de5be938b9e7dc95c38b0b)) diff --git a/components/empty-view/package.json b/components/empty-view/package.json index 48409025..aa4b060a 100644 --- a/components/empty-view/package.json +++ b/components/empty-view/package.json @@ -1,6 +1,6 @@ { "name": "@axiscommunications/fluent-empty-view", - "version": "10.7.0", + "version": "10.8.0", "description": "Empty view for Fluent UI v9", "homepage": "https://github.com/AxisCommunications/fluent-components#readme", "repository": { @@ -17,7 +17,9 @@ "import": "./lib/index.js" } }, - "files": ["lib"], + "files": [ + "lib" + ], "scripts": { "prebuild": "pnpm run -C ../../illustrations build", "build": "pnpm prebuild && tsc", diff --git a/components/password-input/package.json b/components/password-input/package.json index 49983264..ba319f5e 100644 --- a/components/password-input/package.json +++ b/components/password-input/package.json @@ -1,6 +1,6 @@ { "name": "@axiscommunications/fluent-password-input", - "version": "10.7.0", + "version": "10.8.0", "description": "Password input for Fluent UI v9", "homepage": "https://github.com/AxisCommunications/fluent-components#readme", "repository": { @@ -21,7 +21,9 @@ "main": "lib/cjs/index.js", "module": "lib/index.js", "types": "lib/index.d.ts", - "files": ["lib"], + "files": [ + "lib" + ], "scripts": { "build": "pnpm build:cjs && pnpm build:esm", "build:cjs": "tsc --module commonjs --outDir lib/cjs", diff --git a/components/slider/package.json b/components/slider/package.json index 2479426f..fbc7cbbf 100644 --- a/components/slider/package.json +++ b/components/slider/package.json @@ -1,6 +1,6 @@ { "name": "@axiscommunications/fluent-slider", - "version": "10.7.0", + "version": "10.8.0", "description": "Axis branded Slider", "homepage": "https://github.com/AxisCommunications/fluent-components#readme", "repository": { diff --git a/components/stepper/package.json b/components/stepper/package.json index 691d84b8..26598879 100644 --- a/components/stepper/package.json +++ b/components/stepper/package.json @@ -1,6 +1,6 @@ { "name": "@axiscommunications/fluent-stepper", - "version": "10.7.0", + "version": "10.8.0", "description": "Stepper for Fluent UI v9", "homepage": "https://github.com/AxisCommunications/fluent-components#readme", "repository": { diff --git a/components/topbar/package.json b/components/topbar/package.json index 19b3dbbc..dcffe34b 100644 --- a/components/topbar/package.json +++ b/components/topbar/package.json @@ -1,6 +1,6 @@ { "name": "@axiscommunications/fluent-topbar", - "version": "10.7.0", + "version": "10.8.0", "description": "Axis branded TopBar", "homepage": "https://github.com/AxisCommunications/fluent-components#readme", "repository": { diff --git a/examples/package.json b/examples/package.json index eed195c8..9367fcc9 100644 --- a/examples/package.json +++ b/examples/package.json @@ -1,6 +1,6 @@ { "name": "examples", - "version": "10.7.0", + "version": "10.8.0", "private": true, "description": "Examples for Fluent UI v9", "homepage": "https://github.com/AxisCommunications/fluent-components#readme", diff --git a/hooks/package.json b/hooks/package.json index 78045b02..3f3938e4 100644 --- a/hooks/package.json +++ b/hooks/package.json @@ -1,6 +1,6 @@ { "name": "@axiscommunications/fluent-hooks", - "version": "10.7.0", + "version": "10.8.0", "description": "Hooks", "homepage": "https://github.com/AxisCommunications/fluent-components#readme", "repository": { diff --git a/icons/package.json b/icons/package.json index 778649d8..309e304f 100644 --- a/icons/package.json +++ b/icons/package.json @@ -1,6 +1,6 @@ { "name": "@axiscommunications/fluent-icons", - "version": "10.7.0", + "version": "10.8.0", "description": "Icons", "homepage": "https://github.com/AxisCommunications/fluent-components#readme", "repository": { diff --git a/illustrations/package.json b/illustrations/package.json index 181e529d..d66256cb 100644 --- a/illustrations/package.json +++ b/illustrations/package.json @@ -1,6 +1,6 @@ { "name": "@axiscommunications/fluent-illustrations", - "version": "10.7.0", + "version": "10.8.0", "description": "Illustrations", "homepage": "https://github.com/AxisCommunications/fluent-components#readme", "repository": { diff --git a/package.json b/package.json index ae768382..1b6abc1b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@axiscommunications/fluent-components", - "version": "10.7.0", + "version": "10.8.0", "private": true, "description": "Axis branded theme, components and examples for Fluent UI v9", "repository": { diff --git a/styles/package.json b/styles/package.json index b98e5d53..d420d2df 100644 --- a/styles/package.json +++ b/styles/package.json @@ -1,6 +1,6 @@ { "name": "@axiscommunications/fluent-styles", - "version": "10.7.0", + "version": "10.8.0", "description": "Styles for Fluent UI v9", "homepage": "https://github.com/AxisCommunications/fluent-components#readme", "repository": { diff --git a/theme/package.json b/theme/package.json index baa7cb2c..8dede717 100644 --- a/theme/package.json +++ b/theme/package.json @@ -1,6 +1,6 @@ { "name": "@axiscommunications/fluent-theme", - "version": "10.7.0", + "version": "10.8.0", "description": "Theme for Fluent UI v9", "homepage": "https://github.com/AxisCommunications/fluent-components#readme", "repository": { diff --git a/tools/package.json b/tools/package.json index d4071c62..ef020751 100644 --- a/tools/package.json +++ b/tools/package.json @@ -1,6 +1,6 @@ { "name": "tools", - "version": "10.7.0", + "version": "10.8.0", "private": true, "author": "Axis Communications AB", "type": "module",