Skip to content

Commit

Permalink
fix: update version mismatches triggered by v9 release (#24812)
Browse files Browse the repository at this point in the history
* fix: update version mismatches triggered by v9 release

* generate change file

* chore: update yarn.lock

* fix(react-18-tests-v9): use caret versions for internal packages
  • Loading branch information
Hotell authored Sep 15, 2022
1 parent 6699e11 commit b111ddd
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
6 changes: 3 additions & 3 deletions apps/react-18-tests-v9/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"swc-loader": "^0.2.3"
},
"dependencies": {
"@fluentui/react-button": "9.1.0",
"@fluentui/react-provider": "9.1.0",
"@fluentui/react-theme": "9.0.0",
"@fluentui/react-button": "^9.1.1",
"@fluentui/react-provider": "^9.1.1",
"@fluentui/react-theme": "^9.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"tslib": "^2.1.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "fix: update version mismatches triggered by v9 release",
"packageName": "@fluentui/react",
"email": "[email protected]",
"dependentChangeType": "patch"
}
2 changes: 1 addition & 1 deletion packages/fluentui/react-northstar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@fluentui/react-component-ref": "^0.64.0",
"@fluentui/react-icons-northstar": "^0.64.0",
"@fluentui/react-northstar-styles-renderer": "^0.64.0",
"@fluentui/react-portal-compat-context": "^9.0.1",
"@fluentui/react-portal-compat-context": "^9.0.2",
"@fluentui/react-proptypes": "^0.64.0",
"@fluentui/state": "^0.64.0",
"@fluentui/styles": "^0.64.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@fluentui/merge-styles": "^8.5.3",
"@fluentui/react-focus": "^8.8.5",
"@fluentui/react-hooks": "^8.6.11",
"@fluentui/react-portal-compat-context": "^9.0.1",
"@fluentui/react-portal-compat-context": "^9.0.2",
"@fluentui/react-window-provider": "^2.2.2",
"@fluentui/set-version": "^8.2.2",
"@fluentui/style-utilities": "^8.7.12",
Expand Down

0 comments on commit b111ddd

Please sign in to comment.