Skip to content

Commit

Permalink
Fix publish by syncing with published versions (microsoft#14066)
Browse files Browse the repository at this point in the history
* sync

* Change files
  • Loading branch information
xugao committed Jul 16, 2020
1 parent 8247d91 commit 06b7832
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 3 deletions.
@@ -0,0 +1,8 @@
{
"type": "none",
"comment": "Sync with published versions",
"packageName": "@fluentui/react-focus",
"email": "xgao@microsoft.com",
"dependentChangeType": "none",
"date": "2020-07-16T16:08:44.475Z"
}
@@ -0,0 +1,8 @@
{
"type": "none",
"comment": "Sync with published versions",
"packageName": "@uifabric/react-hooks",
"email": "xgao@microsoft.com",
"dependentChangeType": "none",
"date": "2020-07-16T16:08:52.280Z"
}
@@ -0,0 +1,8 @@
{
"type": "none",
"comment": "Sync with published versions",
"packageName": "office-ui-fabric-react",
"email": "xgao@microsoft.com",
"dependentChangeType": "none",
"date": "2020-07-16T16:07:31.760Z"
}
2 changes: 1 addition & 1 deletion packages/office-ui-fabric-react/package.json
@@ -1,6 +1,6 @@
{
"name": "office-ui-fabric-react",
"version": "7.123.0",
"version": "7.123.1",
"description": "Reusable React components for building experiences for Microsoft 365.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-focus/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-focus",
"version": "7.12.20",
"version": "7.12.21",
"description": "Focus helpers to be used in React applications.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-hooks/package.json
@@ -1,6 +1,6 @@
{
"name": "@uifabric/react-hooks",
"version": "7.5.1",
"version": "7.5.2",
"description": "Fluent UI React hooks.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand Down

0 comments on commit 06b7832

Please sign in to comment.