-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Fluent UI Build
committed
Mar 10, 2022
1 parent
e6fa986
commit e2eadfd
Showing
28 changed files
with
101 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@fluentui/ability-attributes", | ||
"description": "Accessibility attributes schema for Fluent UI", | ||
"version": "0.60.1", | ||
"version": "0.61.0", | ||
"author": "Marat Abdullin <[email protected]>", | ||
"bugs": "https://github.com/microsoft/fluentui/issues", | ||
"dependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@fluentui/accessibility", | ||
"description": "A set of reusable framework accessibility behaviours.", | ||
"version": "0.60.1", | ||
"version": "0.61.0", | ||
"author": "Oleksandr Fediashov <[email protected]>", | ||
"bugs": "https://github.com/microsoft/fluentui/issues", | ||
"dependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
{ | ||
"name": "@fluentui/code-sandbox", | ||
"description": "Fluent UI tools for CodeSandbox.", | ||
"version": "0.60.1", | ||
"version": "0.61.0", | ||
"author": "Oleksandr Fediashov <[email protected]>", | ||
"bugs": "https://github.com/microsoft/fluentui/issues", | ||
"dependencies": { | ||
"@fluentui/docs-components": "^0.60.1", | ||
"@fluentui/docs-components": "^0.61.0", | ||
"lodash": "^4.17.15" | ||
}, | ||
"devDependencies": { | ||
"@fluentui/eslint-plugin": "*", | ||
"@fluentui/react-northstar": "^0.60.1", | ||
"@fluentui/react-northstar": "^0.61.0", | ||
"@fluentui/scripts": "^1.0.0" | ||
}, | ||
"files": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@fluentui/docs-components", | ||
"description": "A set of React components to build docs sites.", | ||
"version": "0.60.1", | ||
"version": "0.61.0", | ||
"author": "Oleksandr Fediashov <[email protected]>", | ||
"bugs": "https://github.com/microsoft/fluentui/issues", | ||
"dependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"packages": ["**/*"], | ||
"npmClient": "yarn", | ||
"version": "0.60.1" | ||
"version": "0.61.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
{ | ||
"name": "@fluentui/react-bindings", | ||
"description": "A set of components and hooks to build components libraries and UI kits.", | ||
"version": "0.60.1", | ||
"version": "0.61.0", | ||
"author": "Oleksandr Fediashov <[email protected]>", | ||
"bugs": "https://github.com/microsoft/fluentui/issues", | ||
"dependencies": { | ||
"@babel/runtime": "^7.10.4", | ||
"@fluentui/accessibility": "^0.60.1", | ||
"@fluentui/react-component-event-listener": "^0.60.1", | ||
"@fluentui/react-component-ref": "^0.60.1", | ||
"@fluentui/react-northstar-fela-renderer": "^0.60.1", | ||
"@fluentui/react-northstar-styles-renderer": "^0.60.1", | ||
"@fluentui/state": "^0.60.1", | ||
"@fluentui/styles": "^0.60.1", | ||
"@fluentui/accessibility": "^0.61.0", | ||
"@fluentui/react-component-event-listener": "^0.61.0", | ||
"@fluentui/react-component-ref": "^0.61.0", | ||
"@fluentui/react-northstar-fela-renderer": "^0.61.0", | ||
"@fluentui/react-northstar-styles-renderer": "^0.61.0", | ||
"@fluentui/state": "^0.61.0", | ||
"@fluentui/styles": "^0.61.0", | ||
"@uifabric/utilities": "^7.32.3", | ||
"classnames": "^2.2.6", | ||
"lodash": "^4.17.15", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
{ | ||
"name": "@fluentui/react-builder", | ||
"description": "A drag and drop UI builder.", | ||
"version": "0.60.1", | ||
"version": "0.61.0", | ||
"author": "Levi Thomason <[email protected]>", | ||
"bugs": "https://github.com/microsoft/fluentui/issues", | ||
"dependencies": { | ||
"@fluentui/accessibility": "^0.60.1", | ||
"@fluentui/code-sandbox": "^0.60.1", | ||
"@fluentui/docs-components": "^0.60.1", | ||
"@fluentui/react-component-event-listener": "^0.60.1", | ||
"@fluentui/react-component-ref": "^0.60.1", | ||
"@fluentui/react-icons-northstar": "^0.60.1", | ||
"@fluentui/react-northstar": "^0.60.1", | ||
"@fluentui/accessibility": "^0.61.0", | ||
"@fluentui/code-sandbox": "^0.61.0", | ||
"@fluentui/docs-components": "^0.61.0", | ||
"@fluentui/react-component-event-listener": "^0.61.0", | ||
"@fluentui/react-component-ref": "^0.61.0", | ||
"@fluentui/react-icons-northstar": "^0.61.0", | ||
"@fluentui/react-northstar": "^0.61.0", | ||
"axe-core": "3.5.0", | ||
"immer": "^8.0.1", | ||
"lodash": "^4.17.15", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@fluentui/react-component-event-listener", | ||
"description": "React components for binding events on the global scope.", | ||
"version": "0.60.1", | ||
"version": "0.61.0", | ||
"author": "Oleksandr Fediashov <[email protected]>", | ||
"bugs": "https://github.com/microsoft/fluentui/issues", | ||
"dependencies": { | ||
|
2 changes: 1 addition & 1 deletion
2
packages/fluentui/react-component-nesting-registry/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@fluentui/react-component-nesting-registry", | ||
"description": "Registers a DOM nodes within a context.", | ||
"version": "0.60.1", | ||
"version": "0.61.0", | ||
"author": "Oleksandr Fediashov <[email protected]>", | ||
"bugs": "https://github.com/microsoft/fluentui/issues", | ||
"dependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@fluentui/react-component-ref", | ||
"description": "A set of components and utils to deal with React refs.", | ||
"version": "0.60.1", | ||
"version": "0.61.0", | ||
"author": "Oleksandr Fediashov <[email protected]>", | ||
"bugs": "https://github.com/microsoft/fluentui/issues", | ||
"dependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
packages/fluentui/react-northstar-emotion-renderer/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
packages/fluentui/react-northstar-styles-renderer/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.