Skip to content

Commit 1a8adf8

Browse files
authored
release: v8.3.2 (#66)
1 parent 3f8d75b commit 1a8adf8

File tree

13 files changed

+24
-15
lines changed

13 files changed

+24
-15
lines changed

CHANGELOG.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
1-
## [8.3.1](https://github.com/AxisCommunications/fluent-components/compare/88213502a69b600d65c49d8d3d81fa2363b0a686..911b51db37ab5cc5342d1220f1abdb015ba5444e) (2023-10-18T15:04:13.391Z)
1+
## [8.3.2](https://github.com/AxisCommunications/fluent-components/compare/797f43c1e266c00669d4ff8deaa3c9fcf4a8974b..3f8d75b96f71cdcd1df3747e9770f522132939d9) (2023-10-31T08:45:48.371Z)
22

33
### 🚧 Maintenance
44

5-
- **deps**: bump the toolchain group with 1 update (#49) ([911b51d](https://github.com/AxisCommunications/fluent-components/commit/911b51db37ab5cc5342d1220f1abdb015ba5444e))
5+
- add playwright system test (#64) ([3f8d75b](https://github.com/AxisCommunications/fluent-components/commit/3f8d75b96f71cdcd1df3747e9770f522132939d9))
6+
- add id to welcome page (#63) ([d570cf6](https://github.com/AxisCommunications/fluent-components/commit/d570cf6f9353dfcb2f4fecf4f391e946098efff9))
7+
- update verify workflows to run on correct project (#60) ([1ce6046](https://github.com/AxisCommunications/fluent-components/commit/1ce6046f21c64333305bbf9c01cb00dc1a88b9bf))
8+
- **deps**: bump the dev-dependencies group with 3 updates (#55) ([81776ac](https://github.com/AxisCommunications/fluent-components/commit/81776ac189fc1828ff5658d2f5670da4042dde62))
9+
- **deps**: bump fluent (#59) ([8cccbca](https://github.com/AxisCommunications/fluent-components/commit/8cccbca88dd5b730c78cf39726096b594302a4c4))
10+
- **deps**: bump the toolchain group with 1 update (#53) ([536f885](https://github.com/AxisCommunications/fluent-components/commit/536f8852a26f4bc9f2a67ec38e18ca2e12c26d5f))
11+
- **deps**: bump @types/node from 18.15.11 to 20.8.7 (#52) ([5726079](https://github.com/AxisCommunications/fluent-components/commit/5726079d37df43815ae14b2db6af1a40d7706289))
12+
- **deps**: bump the dependencies group with 3 updates (#48) ([69e1fa9](https://github.com/AxisCommunications/fluent-components/commit/69e1fa983ddc2e8452c98317e775ea1431e81d4d))
13+
- **deps**: bump eslint-import-resolver-typescript from 2.7.1 to 3.6.1 (#43) ([c1f427e](https://github.com/AxisCommunications/fluent-components/commit/c1f427e2201c5ae48e6ab70c5b7931d1504952c1))
14+
- **deps**: bump eslint from 7.32.0 to 8.51.0 (#44) ([84cebd0](https://github.com/AxisCommunications/fluent-components/commit/84cebd019af17ccda746a6becf52fafd1e72e41c))
615

716
### 🐛 Bug fixes
817

9-
- able to pick or when no default set not using custom content (#47) ([cbb202f](https://github.com/AxisCommunications/fluent-components/commit/cbb202f2660751d095ff6c48fc6da4c1d17fd6ca))
18+
- **topbar**: support no orgs + custom content (#61) ([542733e](https://github.com/AxisCommunications/fluent-components/commit/542733e7c0dfa9c7bca7e8ec62f4c57754d31bc4))

components/notification-bar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Axis Communications AB",
33
"name": "@axiscommunications/fluent-notification-bar",
4-
"version": "8.3.1",
4+
"version": "8.3.2",
55
"description": "Notification bar for Fluent UI v9",
66
"homepage": "https://github.com/AxisCommunications/fluent-components#readme",
77
"repository": {

components/password-input/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Axis Communications AB",
33
"name": "@axiscommunications/fluent-password-input",
4-
"version": "8.3.1",
4+
"version": "8.3.2",
55
"description": "Password input for Fluent UI v9",
66
"homepage": "https://github.com/AxisCommunications/fluent-components#readme",
77
"repository": {

components/slider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Axis Communications AB",
33
"name": "@axiscommunications/fluent-slider",
4-
"version": "8.3.1",
4+
"version": "8.3.2",
55
"description": "Axis branded Slider",
66
"homepage": "https://github.com/AxisCommunications/fluent-components#readme",
77
"repository": {

components/stepper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Axis Communications AB",
33
"name": "@axiscommunications/fluent-stepper",
4-
"version": "8.3.1",
4+
"version": "8.3.2",
55
"description": "Stepper for Fluent UI v9",
66
"homepage": "https://github.com/AxisCommunications/fluent-components#readme",
77
"repository": {

components/topbar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Axis Communications AB",
33
"name": "@axiscommunications/fluent-topbar",
4-
"version": "8.3.1",
4+
"version": "8.3.2",
55
"description": "Axis branded TopBar",
66
"homepage": "https://github.com/AxisCommunications/fluent-components#readme",
77
"repository": {

examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Axis Communications AB",
33
"name": "examples",
4-
"version": "8.3.1",
4+
"version": "8.3.2",
55
"private": true,
66
"description": "Examples for Fluent UI v9",
77
"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,7 +1,7 @@
11
{
22
"author": "Axis Communications AB",
33
"name": "@axiscommunications/fluent-hooks",
4-
"version": "8.3.1",
4+
"version": "8.3.2",
55
"description": "Hooks",
66
"homepage": "https://github.com/AxisCommunications/fluent-components#readme",
77
"repository": {

icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Axis Communications AB",
33
"name": "@axiscommunications/fluent-icons",
4-
"version": "8.3.1",
4+
"version": "8.3.2",
55
"description": "Icons",
66
"homepage": "https://github.com/AxisCommunications/fluent-components#readme",
77
"repository": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Axis Communications AB",
33
"name": "@axiscommunications/fluent-components",
4-
"version": "8.3.1",
4+
"version": "8.3.2",
55
"private": true,
66
"description": "Axis branded theme, components and examples for Fluent UI v9",
77
"repository": {

0 commit comments

Comments
 (0)