Skip to content

Commit ead4f8f

Browse files
authored
release: v10.2.0 (#350)
1 parent db3eab4 commit ead4f8f

File tree

13 files changed

+15
-19
lines changed

13 files changed

+15
-19
lines changed

CHANGELOG.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
## [10.1.0](https://github.com/AxisCommunications/fluent-components/compare/038f81b30d855ede99620e303a0de93bd51b351c..8ff8733d25c4ff8379fa28443f2e26898fe51e97) (2024-11-07T12:19:09.223Z)
1+
## [10.2.0](https://github.com/AxisCommunications/fluent-components/compare/88b3db0889c7bd1d058367609bfd4594f48fb669..db3eab40384aa8b45c478a0b70af8fa31f6bea5f) (2024-11-12T13:32:19.863Z)
22

3-
### ✨ Features
3+
### 💄 Styling
44

5-
- **topbar**: add popover to organization menu (#345) ([a2fac3b](https://github.com/AxisCommunications/fluent-components/commit/a2fac3b57eb7bcbfab92a4301069e53717da6d25))
6-
7-
### 🐛 Bug fixes
8-
9-
- **topbar**: close drawer on grid dots (#346) ([8ff8733](https://github.com/AxisCommunications/fluent-components/commit/8ff8733d25c4ff8379fa28443f2e26898fe51e97))
5+
- New icons (#349) ([db3eab4](https://github.com/AxisCommunications/fluent-components/commit/db3eab40384aa8b45c478a0b70af8fa31f6bea5f))

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

0 commit comments

Comments
 (0)