Skip to content

Commit 031f209

Browse files
authored
release: v9.5.0 (#312)
1 parent 9b67878 commit 031f209

File tree

13 files changed

+15
-23
lines changed

13 files changed

+15
-23
lines changed

CHANGELOG.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
1-
## [9.4.1](https://github.com/AxisCommunications/fluent-components/compare/e855e6d4a459ad7ac0b574cd95f7645848240ccb..e46c7f52fb4823c1f89d89bd96ba9d3b3875a567) (2024-09-18T13:53:06.302Z)
1+
## [9.5.0](https://github.com/AxisCommunications/fluent-components/compare/7377588c127621d8e384f8d82f5b112a200da6af..9b678787dffcd96d31b2b6bbed8507d80a6340a8) (2024-09-20T06:05:40.861Z)
22

3-
### 🚧 Maintenance
3+
### 💄 Styling
44

5-
- remove experimental notes and new tag for illustrations (#306) ([12ebdf9](https://github.com/AxisCommunications/fluent-components/commit/12ebdf9d08b19a824746e8dd52717ac876f94933))
6-
7-
### ✨ Features
8-
9-
- **slider**: add section labels support (#288) ([93e1a39](https://github.com/AxisCommunications/fluent-components/commit/93e1a39a8ab9c5cc9bd6fb1e7bb6c749ffd863b9))
10-
11-
### 🐛 Bug fixes
12-
13-
- **topbar**: content base height in organization menu (#307) ([e46c7f5](https://github.com/AxisCommunications/fluent-components/commit/e46c7f52fb4823c1f89d89bd96ba9d3b3875a567))
5+
- Added new ADA icons (#311) ([9b67878](https://github.com/AxisCommunications/fluent-components/commit/9b678787dffcd96d31b2b6bbed8507d80a6340a8))

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

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-components",
3-
"version": "9.4.1",
3+
"version": "9.5.0",
44
"private": true,
55
"description": "Axis branded theme, components and examples for Fluent UI v9",
66
"repository": {

0 commit comments

Comments
 (0)