Skip to content

Commit

Permalink
release: v10.0.1 (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornwedell authored Oct 25, 2024
1 parent 75ef711 commit 038f81b
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 22 deletions.
12 changes: 2 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
## [10.0.0](https://github.com/AxisCommunications/fluent-components/compare/99a8c525e2d6e7a9682504e996a27f279ed32779..9b80daa293851bec79f4688ff35221ed75ea877c) (2024-10-25T12:12:06.452Z)

### ✨ Features

- **topbar**: new version of application drawer (#336) ([9b80daa](https://github.com/AxisCommunications/fluent-components/commit/9b80daa293851bec79f4688ff35221ed75ea877c))
## [10.0.1](https://github.com/AxisCommunications/fluent-components/compare/445edd235230d9e369e4adac66e9dba861bf2969..75ef7111720df51458292a2db50d010d810197de) (2024-10-25T13:40:18.799Z)

### 🐛 Bug fixes

- **topbar**: **BREAKING** remove beta tag option (#332) ([069b96d](https://github.com/AxisCommunications/fluent-components/commit/069b96d388e08421072051a7e2022d908aaaf888))

### 💄 Styling

- new icons (#335) ([2c49fbd](https://github.com/AxisCommunications/fluent-components/commit/2c49fbd4e39fa427c688efb8b6bfcc1e916ef359))
- **topbar**: remove bottom divider (#338) ([75ef711](https://github.com/AxisCommunications/fluent-components/commit/75ef7111720df51458292a2db50d010d810197de))
2 changes: 1 addition & 1 deletion components/password-input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axiscommunications/fluent-password-input",
"version": "10.0.0",
"version": "10.0.1",
"description": "Password input for Fluent UI v9",
"homepage": "https://github.com/AxisCommunications/fluent-components#readme",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion components/slider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axiscommunications/fluent-slider",
"version": "10.0.0",
"version": "10.0.1",
"description": "Axis branded Slider",
"homepage": "https://github.com/AxisCommunications/fluent-components#readme",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion components/stepper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axiscommunications/fluent-stepper",
"version": "10.0.0",
"version": "10.0.1",
"description": "Stepper for Fluent UI v9",
"homepage": "https://github.com/AxisCommunications/fluent-components#readme",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion components/topbar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axiscommunications/fluent-topbar",
"version": "10.0.0",
"version": "10.0.1",
"description": "Axis branded TopBar",
"homepage": "https://github.com/AxisCommunications/fluent-components#readme",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "examples",
"version": "10.0.0",
"version": "10.0.1",
"private": true,
"description": "Examples for Fluent UI v9",
"homepage": "https://github.com/AxisCommunications/fluent-components#readme",
Expand Down
2 changes: 1 addition & 1 deletion hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axiscommunications/fluent-hooks",
"version": "10.0.0",
"version": "10.0.1",
"description": "Hooks",
"homepage": "https://github.com/AxisCommunications/fluent-components#readme",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axiscommunications/fluent-icons",
"version": "10.0.0",
"version": "10.0.1",
"description": "Icons",
"homepage": "https://github.com/AxisCommunications/fluent-components#readme",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion illustrations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axiscommunications/fluent-illustrations",
"version": "10.0.0",
"version": "10.0.1",
"description": "Illustrations",
"homepage": "https://github.com/AxisCommunications/fluent-components#readme",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axiscommunications/fluent-components",
"version": "10.0.0",
"version": "10.0.1",
"private": true,
"description": "Axis branded theme, components and examples for Fluent UI v9",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axiscommunications/fluent-styles",
"version": "10.0.0",
"version": "10.0.1",
"description": "Styles for Fluent UI v9",
"homepage": "https://github.com/AxisCommunications/fluent-components#readme",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axiscommunications/fluent-theme",
"version": "10.0.0",
"version": "10.0.1",
"description": "Theme for Fluent UI v9",
"homepage": "https://github.com/AxisCommunications/fluent-components#readme",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tools",
"version": "10.0.0",
"version": "10.0.1",
"private": true,
"author": "Axis Communications AB",
"type": "module",
Expand Down

0 comments on commit 038f81b

Please sign in to comment.