@fluentui/react-window-provider
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -5,6 +5,51 @@ { | ||
{ | ||
"date": "Fri, 26 Feb 2021 01:10:33 GMT", | ||
"date": "Wed, 31 Mar 2021 00:47:26 GMT", | ||
"tag": "@fluentui/react-window-provider_v2.0.2", | ||
"version": "2.0.2", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"comment": "Bump @fluentui/eslint-plugin to v1.1.0", | ||
"author": "elcraig@microsoft.com", | ||
"commit": "d41b79242e6b682dfa58fcd76797ecfd9146d4cf", | ||
"package": "@fluentui/react-window-provider" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Mon, 15 Mar 2021 07:36:20 GMT", | ||
"tag": "@fluentui/react-window-provider_v2.0.1", | ||
"version": "2.0.1", | ||
"comments": { | ||
"none": [ | ||
{ | ||
"comment": "Remove unneeded scripts", | ||
"author": "elcraig@microsoft.com", | ||
"commit": "3b4dd6b9e941da11297cea43c5218a4da2d277d5", | ||
"package": "@fluentui/react-window-provider" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Fri, 12 Mar 2021 20:04:27 GMT", | ||
"tag": "@fluentui/react-window-provider_v2.0.1", | ||
"version": "2.0.1", | ||
"comments": { | ||
"none": [ | ||
{ | ||
"comment": "Move `@types/node` and `@types/webpack-env` devDependencies to root, and remove unneeded references", | ||
"author": "elcraig@microsoft.com", | ||
"commit": "8789ee1074aad852bd0a95d0183dbdf2ee718e1d", | ||
"package": "@fluentui/react-window-provider" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Fri, 26 Feb 2021 01:16:27 GMT", | ||
"tag": "@fluentui/react-window-provider_v2.0.1", | ||
"version": "2.0.1", | ||
"comments": { | ||
"patch": [ | ||
@@ -11,0 +56,0 @@ { |
# Change Log - @fluentui/react-window-provider | ||
This log was last generated on Fri, 26 Feb 2021 01:10:33 GMT and should not be manually modified. | ||
This log was last generated on Wed, 31 Mar 2021 00:47:26 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## [2.0.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-window-provider_v2.0.2) | ||
Wed, 31 Mar 2021 00:47:26 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-window-provider_v2.0.1..@fluentui/react-window-provider_v2.0.2) | ||
### Patches | ||
- Bump @fluentui/eslint-plugin to v1.1.0 ([PR #17568](https://github.com/microsoft/fluentui/pull/17568) by elcraig@microsoft.com) | ||
## [2.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-window-provider_v2.0.1) | ||
Fri, 26 Feb 2021 01:10:33 GMT | ||
Fri, 26 Feb 2021 01:16:27 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-window-provider_v2.0.0-beta.9..@fluentui/react-window-provider_v2.0.1) | ||
@@ -11,0 +20,0 @@ |
define(["require", "exports", "@fluentui/set-version"], function (require, exports, set_version_1) { | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
set_version_1.setVersion('@fluentui/react-window-provider', '2.0.1'); | ||
set_version_1.setVersion('@fluentui/react-window-provider', '2.0.2'); | ||
}); | ||
//# sourceMappingURL=version.js.map |
@@ -6,3 +6,3 @@ "use strict"; | ||
var set_version_1 = require("@fluentui/set-version"); | ||
set_version_1.setVersion('@fluentui/react-window-provider', '2.0.1'); | ||
set_version_1.setVersion('@fluentui/react-window-provider', '2.0.2'); | ||
//# sourceMappingURL=version.js.map |
// Do not modify this file; it is generated as part of publish. | ||
// The checked in version is a placeholder only and will not be updated. | ||
import { setVersion } from '@fluentui/set-version'; | ||
setVersion('@fluentui/react-window-provider', '2.0.1'); | ||
setVersion('@fluentui/react-window-provider', '2.0.2'); | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@fluentui/react-window-provider", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Utilities for providing and consuming the window/document objects even across portal/iframe/child-window boundaries.", | ||
@@ -18,3 +18,2 @@ "main": "lib-commonjs/index.js", | ||
"build": "just-scripts build", | ||
"bundle": "just-scripts bundle", | ||
"clean": "just-scripts clean", | ||
@@ -24,3 +23,2 @@ "code-style": "just-scripts code-style", | ||
"lint": "just-scripts lint", | ||
"start": "just-scripts dev:storybook", | ||
"start-test": "just-scripts jest-watch", | ||
@@ -31,6 +29,5 @@ "test": "just-scripts test", | ||
"devDependencies": { | ||
"@fluentui/eslint-plugin": "^1.0.1", | ||
"@fluentui/test-utilities": "^8.0.1", | ||
"@fluentui/eslint-plugin": "^1.1.0", | ||
"@fluentui/test-utilities": "^8.0.2", | ||
"@types/react": "16.9.42", | ||
"@types/webpack-env": "1.16.0", | ||
"@fluentui/scripts": "^1.0.0", | ||
@@ -41,3 +38,3 @@ "react": "16.8.6", | ||
"dependencies": { | ||
"@fluentui/set-version": "^8.0.1", | ||
"@fluentui/set-version": "^8.0.2", | ||
"tslib": "^1.10.0" | ||
@@ -44,0 +41,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
37056
6
541
Updated@fluentui/set-version@^8.0.2