Skip to content

Commit

Permalink
Fix/react conformance version (#22119)
Browse files Browse the repository at this point in the history
* works so far

* fix: react-conformance version

released and bumped, it broke master because there was duplicate
packages.

* Revert "works so far"

This reverts commit 5f09b90.

* changefile
  • Loading branch information
ling1726 authored Mar 16, 2022
1 parent 559eea5 commit df62b07
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "fix: react-conformance version",
"packageName": "@fluentui/react-conformance-griffel",
"email": "[email protected]",
"dependentChangeType": "none"
}
2 changes: 1 addition & 1 deletion packages/react-conformance-griffel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"typescript": "^4.3.0"
},
"dependencies": {
"@fluentui/react-conformance": "^0.11.0",
"@fluentui/react-conformance": "*",
"@griffel/react": "1.0.0",
"tslib": "^2.1.0"
},
Expand Down

0 comments on commit df62b07

Please sign in to comment.