@fluentui/babel-preset-global-context
Advanced tools
Comparing version 9.0.0-beta.7 to 9.0.0-beta.8
@@ -5,3 +5,24 @@ { | ||
{ | ||
"date": "Wed, 02 Nov 2022 11:55:08 GMT", | ||
"date": "Fri, 11 Nov 2022 14:53:36 GMT", | ||
"tag": "@fluentui/babel-preset-global-context_v9.0.0-beta.8", | ||
"version": "9.0.0-beta.8", | ||
"comments": { | ||
"prerelease": [ | ||
{ | ||
"author": "martinhochel@microsoft.com", | ||
"package": "@fluentui/babel-preset-global-context", | ||
"commit": "b3907043bd8d7b650c55e8e7c3119b14f2606c38", | ||
"comment": "fix: create valid export maps" | ||
}, | ||
{ | ||
"author": "beachball", | ||
"package": "@fluentui/babel-preset-global-context", | ||
"comment": "Bump @fluentui/global-context to v9.0.0-beta.8", | ||
"commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Wed, 02 Nov 2022 11:58:07 GMT", | ||
"tag": "@fluentui/babel-preset-global-context_v9.0.0-beta.7", | ||
@@ -8,0 +29,0 @@ "version": "9.0.0-beta.7", |
# Change Log - @fluentui/babel-preset-global-context | ||
This log was last generated on Wed, 02 Nov 2022 11:55:08 GMT and should not be manually modified. | ||
This log was last generated on Fri, 11 Nov 2022 14:53:36 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## [9.0.0-beta.8](https://github.com/microsoft/fluentui/tree/@fluentui/babel-preset-global-context_v9.0.0-beta.8) | ||
Fri, 11 Nov 2022 14:53:36 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/babel-preset-global-context_v9.0.0-beta.7..@fluentui/babel-preset-global-context_v9.0.0-beta.8) | ||
### Changes | ||
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com) | ||
- Bump @fluentui/global-context to v9.0.0-beta.8 ([PR #25615](https://github.com/microsoft/fluentui/pull/25615) by beachball) | ||
## [9.0.0-beta.7](https://github.com/microsoft/fluentui/tree/@fluentui/babel-preset-global-context_v9.0.0-beta.7) | ||
Wed, 02 Nov 2022 11:55:08 GMT | ||
Wed, 02 Nov 2022 11:58:07 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/babel-preset-global-context_v9.0.0-beta.6..@fluentui/babel-preset-global-context_v9.0.0-beta.7) | ||
@@ -11,0 +21,0 @@ |
{ | ||
"name": "@fluentui/babel-preset-global-context", | ||
"version": "9.0.0-beta.7", | ||
"version": "9.0.0-beta.8", | ||
"description": "Babel preset that transforms createContext calls to use global context shims", | ||
"main": "lib-commonjs/index.js", | ||
"typings": "dist/index.d.ts", | ||
"typings": "./dist/index.d.ts", | ||
"repository": { | ||
@@ -41,3 +41,3 @@ "type": "git", | ||
"peerDependencies": { | ||
"@fluentui/global-context": "9.0.0-beta.7" | ||
"@fluentui/global-context": "9.0.0-beta.8" | ||
}, | ||
@@ -50,3 +50,10 @@ "beachball": { | ||
] | ||
}, | ||
"exports": { | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"require": "./lib-commonjs/index.js" | ||
}, | ||
"./package.json": "./package.json" | ||
} | ||
} |
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
47832
480
21
44
275