Skip to content

Commit

Permalink
release: v10.0.0 (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasRamstrom authored Oct 25, 2024
1 parent 9b80daa commit 445edd2
Show file tree
Hide file tree
Showing 13 changed files with 20 additions and 16 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
## [9.6.1](https://github.com/AxisCommunications/fluent-components/compare/bf956b2cdd78c91b34a17a9db37c43717d26f60b..24989e7222411a2b2379aefa853bc35f7e8d2455) (2024-10-23T13:42:46.551Z)
## [10.0.0](https://github.com/AxisCommunications/fluent-components/compare/99a8c525e2d6e7a9682504e996a27f279ed32779..9b80daa293851bec79f4688ff35221ed75ea877c) (2024-10-25T12:12:06.452Z)

### 🚧 Maintenance
### ✨ Features

- **deps**: bump fluent peer dependencies (#328) ([5789f19](https://github.com/AxisCommunications/fluent-components/commit/5789f190cd911d3acdf3cdd2091700da5e0f89c6))
- **topbar**: new version of application drawer (#336) ([9b80daa](https://github.com/AxisCommunications/fluent-components/commit/9b80daa293851bec79f4688ff35221ed75ea877c))

### 🐛 Bug fixes

- **topbar**: always close drawer after onChange action (#333) ([24989e7](https://github.com/AxisCommunications/fluent-components/commit/24989e7222411a2b2379aefa853bc35f7e8d2455))
- **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))
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": "9.6.1",
"version": "10.0.0",
"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": "9.6.1",
"version": "10.0.0",
"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": "9.6.1",
"version": "10.0.0",
"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": "9.6.1",
"version": "10.0.0",
"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": "9.6.1",
"version": "10.0.0",
"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": "9.6.1",
"version": "10.0.0",
"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": "9.6.1",
"version": "10.0.0",
"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": "9.6.1",
"version": "10.0.0",
"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": "9.6.1",
"version": "10.0.0",
"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": "9.6.1",
"version": "10.0.0",
"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": "9.6.1",
"version": "10.0.0",
"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": "9.6.1",
"version": "10.0.0",
"private": true,
"author": "Axis Communications AB",
"type": "module",
Expand Down

0 comments on commit 445edd2

Please sign in to comment.