Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@fluentui/react-select

Package Overview
Dependencies
Maintainers
13
Versions
697
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluentui/react-select - npm Package Compare versions

Comparing version 9.0.0-beta.8 to 9.0.0-beta.9

45

CHANGELOG.json

@@ -5,3 +5,44 @@ {

{
"date": "Wed, 03 Aug 2022 16:00:25 GMT",
"date": "Thu, 15 Sep 2022 09:44:41 GMT",
"tag": "@fluentui/react-select_v9.0.0-beta.9",
"version": "9.0.0-beta.9",
"comments": {
"none": [
{
"author": "martinhochel@microsoft.com",
"package": "@fluentui/react-select",
"commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5",
"comment": "chore: update package scaffold"
}
],
"prerelease": [
{
"author": "olfedias@microsoft.com",
"package": "@fluentui/react-select",
"commit": "e610024474cfe5d45f61501a8b6a21daf4c794a2",
"comment": "chore: Update Griffel to latest version"
},
{
"author": "beachball",
"package": "@fluentui/react-select",
"comment": "Bump @fluentui/react-theme to v9.1.0",
"commit": "a33448fe4a0f4117686c378f80b893d1406d95a8"
},
{
"author": "beachball",
"package": "@fluentui/react-select",
"comment": "Bump @fluentui/react-utilities to v9.1.0",
"commit": "a33448fe4a0f4117686c378f80b893d1406d95a8"
},
{
"author": "beachball",
"package": "@fluentui/react-select",
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.13",
"commit": "a33448fe4a0f4117686c378f80b893d1406d95a8"
}
]
}
},
{
"date": "Wed, 03 Aug 2022 16:03:58 GMT",
"tag": "@fluentui/react-select_v9.0.0-beta.8",

@@ -27,3 +68,3 @@ "version": "9.0.0-beta.8",

"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.12",
"commit": "54bc6105c5c9c9023da35d4670239e44117ed4a5"
"commit": "ee4a8be0d0831a6615f878f98db6a97cc61a802d"
}

@@ -30,0 +71,0 @@ ],

# Change Log - @fluentui/react-select
This log was last generated on Wed, 03 Aug 2022 16:00:25 GMT and should not be manually modified.
This log was last generated on Thu, 15 Sep 2022 09:44:41 GMT and should not be manually modified.
<!-- Start content -->
## [9.0.0-beta.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-select_v9.0.0-beta.9)
Thu, 15 Sep 2022 09:44:41 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-select_v9.0.0-beta.8..@fluentui/react-select_v9.0.0-beta.9)
### Changes
- chore: Update Griffel to latest version ([PR #24221](https://github.com/microsoft/fluentui/pull/24221) by olfedias@microsoft.com)
- Bump @fluentui/react-theme to v9.1.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball)
- Bump @fluentui/react-utilities to v9.1.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball)
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.13 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball)
## [9.0.0-beta.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-select_v9.0.0-beta.8)
Wed, 03 Aug 2022 16:00:25 GMT
Wed, 03 Aug 2022 16:03:58 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-select_v9.0.0-beta.7..@fluentui/react-select_v9.0.0-beta.8)

@@ -16,3 +28,3 @@

- chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.12 ([PR #24201](https://github.com/microsoft/fluentui/pull/24201) by beachball)
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.12 ([PR #24131](https://github.com/microsoft/fluentui/pull/24131) by beachball)

@@ -19,0 +31,0 @@ ## [9.0.0-beta.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-select_v9.0.0-beta.7)

14

package.json
{
"name": "@fluentui/react-select",
"version": "9.0.0-beta.8",
"version": "9.0.0-beta.9",
"description": "Fluent UI React Select component",

@@ -24,4 +24,4 @@ "main": "lib-commonjs/index.js",

"docs": "api-extractor run --config=config/api-extractor.local.json --local",
"build:local": "tsc -p ./tsconfig.lib.json --module esnext --emitDeclarationOnly && node ../../../scripts/typescript/normalize-import --output ./dist/packages/react-components/react-select/src && yarn docs",
"storybook": "node ../../../scripts/storybook/runner",
"build:local": "tsc -p ./tsconfig.lib.json --module esnext --emitDeclarationOnly && node ../../../scripts/typescript/normalize-import --output ./dist/types/packages/react-components/react-select/src && yarn docs",
"storybook": "start-storybook",
"type-check": "tsc -b tsconfig.json"

@@ -32,9 +32,9 @@ },

"@fluentui/react-conformance": "*",
"@fluentui/react-conformance-griffel": "9.0.0-beta.12"
"@fluentui/react-conformance-griffel": "9.0.0-beta.13"
},
"dependencies": {
"@fluentui/react-icons": "^2.0.175",
"@fluentui/react-theme": "^9.0.0",
"@fluentui/react-utilities": "^9.0.2",
"@griffel/react": "^1.2.3",
"@fluentui/react-theme": "^9.1.0",
"@fluentui/react-utilities": "^9.1.0",
"@griffel/react": "^1.3.0",
"tslib": "^2.1.0"

@@ -41,0 +41,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc