Skip to content

Commit 3f63948

Browse files
authored
release: v8.22.0 (#249)
1 parent 3a14226 commit 3f63948

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-
## [8.21.0](https://github.com/AxisCommunications/fluent-components/compare/f936c9426c788f0a03ca79678b050daf67747873..7232574a1d637432ee509b1d520d23cb00da51b8) (2024-04-02T10:58:44.009Z)
1+
## [8.22.0](https://github.com/AxisCommunications/fluent-components/compare/8346a0e23d92d53a7c9e6e3b55b796a501af5b6b..3a14226312e638c698e3b766c7bf04f37a557cca) (2024-04-03T14:15:48.134Z)
22

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

5-
- **topbar**: close drawer on header click (#246) ([7232574](https://github.com/AxisCommunications/fluent-components/commit/7232574a1d637432ee509b1d520d23cb00da51b8))
6-
7-
### 🐛 Bug fixes
8-
9-
- **topbar**: Fix topbar types (#245) ([6d40361](https://github.com/AxisCommunications/fluent-components/commit/6d403614b843ea3c0753fead703487dda44601f4))
5+
- **icons**: export createFluentIcon (#248) ([3a14226](https://github.com/AxisCommunications/fluent-components/commit/3a14226312e638c698e3b766c7bf04f37a557cca))

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

0 commit comments

Comments
 (0)