Skip to content

Commit 896c60a

Browse files
authored
release: v10.3.0 (#359)
1 parent acdf7ee commit 896c60a

File tree

13 files changed

+19
-14
lines changed

13 files changed

+19
-14
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
## [10.2.1](https://github.com/AxisCommunications/fluent-components/compare/ead4f8f8e31e3981cfed01b20dcd2a5f51aa5820..8f409600a09fadb4c8882a076bc9c3b47bcfb1d9) (2024-11-13T09:34:53.306Z)
1+
## [10.3.0](https://github.com/AxisCommunications/fluent-components/compare/cc6991818f10f57364d4d72a631bed927b2158e8..acdf7ee56fd4217d966b81a0b1e1601893964274) (2024-11-21T08:57:00.297Z)
22

33
### 🚧 Maintenance
44

5-
- **topbar**: add test id in organization menu (#353) ([8f40960](https://github.com/AxisCommunications/fluent-components/commit/8f409600a09fadb4c8882a076bc9c3b47bcfb1d9))
5+
- **deps**: bump the dev-dependencies group across 1 directory with 7 updates (#344) ([fa445ed](https://github.com/AxisCommunications/fluent-components/commit/fa445eded77d592e7c77b0a2c25389ff36d8f51f))
6+
- **deps**: bump the dependencies group across 1 directory with 4 updates (#351) ([9a68699](https://github.com/AxisCommunications/fluent-components/commit/9a68699755bf98b62be2510b4194296cd7482751))
7+
8+
### 🐛 Bug fixes
9+
10+
- **topbar**: only close drawer on application change with new callback (#358) ([acdf7ee](https://github.com/AxisCommunications/fluent-components/commit/acdf7ee56fd4217d966b81a0b1e1601893964274))

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

0 commit comments

Comments
 (0)