Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/todo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"office-ui-fabric-react": ">=6.33.1 <7.0.0",
"react": ">=16.3.2-0 <17.0.0",
"react-dom": ">=16.3.2-0 <17.0.0",
"typescript": "2.9.2",
"typescript": "2.8.1",
"tslib": "^1.7.1"
}
}
2 changes: 1 addition & 1 deletion apps/vr-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"office-ui-fabric-react": ">=6.33.1 <7.0.0",
"react": ">=16.3.2-0 <17.0.0",
"react-dom": ">=16.3.2-0 <17.0.0",
"typescript": "2.9.2",
"typescript": "2.8.1",
"tslib": "^1.7.1"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "@uifabric/charting",
"comment": "Reverting the TypeScript bump, to un",
"type": "minor"
}
],
"packageName": "@uifabric/charting",
"email": "[email protected]"
}

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"changes": [
{
"packageName": "@uifabric/example-app-base",
"comment": "Fix typing bugs in example-app-base",
"type": "patch"
"comment": "Reverting the TypeScript bump, to un",
"type": "minor"
}
],
"packageName": "@uifabric/example-app-base",
"email": "cliff.koh@microsoft.com"
"email": "dzearing@microsoft.com"
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"changes": [
{
"packageName": "@uifabric/experiments",
"comment": "Fix typing errors",
"comment": "Reverting the TypeScript bump, to un",
"type": "minor"
}
],
"packageName": "@uifabric/experiments",
"email": "cliff.koh@microsoft.com"
"email": "dzearing@microsoft.com"
}
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"changes": [
{
"comment": "Add support for style functions and improve documentation/typings.",
"packageName": "@uifabric/merge-styles",
"comment": "Reverting the TypeScript bump, to un",
"type": "minor"
}
],
"packageName": "@uifabric/merge-styles",
"email": "cliff.koh@microsoft.com"
"email": "dzearing@microsoft.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "@uifabric/styling",
"comment": "Reverting the TypeScript bump, to un",
"type": "minor"
}
],
"packageName": "@uifabric/styling",
"email": "[email protected]"
}

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"changes": [
{
"packageName": "@uifabric/utilities",
"comment": "Tighten typings of APIs around merge-styles to be more correct",
"comment": "Reverting the TypeScript bump, to un",
"type": "minor"
}
],
"packageName": "@uifabric/utilities",
"email": "cliff.koh@microsoft.com"
"email": "dzearing@microsoft.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "office-ui-fabric-react",
"comment": "Reverting the TypeScript bump, to unbreak DetailsList d.ts changes.",
"type": "minor"
}
],
"packageName": "office-ui-fabric-react",
"email": "[email protected]"
}

This file was deleted.

Loading