Skip to content

Commit

Permalink
Update packages to version in NPM (#3273)
Browse files Browse the repository at this point in the history
* update versions to match NPM

* Change files

* update yarn.lock
  • Loading branch information
ksiler authored Dec 1, 2023
1 parent ee146d9 commit 96cc161
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apps/fluent-tester/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/tester",
"version": "0.159.0",
"version": "0.159.1",
"description": "A test app to test FluentUI React Native Components during development",
"license": "MIT",
"author": "Microsoft <fluentuinativeowners@microsoft.com>",
Expand Down
4 changes: 2 additions & 2 deletions apps/win32/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/tester-win32",
"version": "0.37.5",
"version": "0.37.6",
"main": "src/index.tsx",
"module": "src/index.tsx",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -30,7 +30,7 @@
"directory": "apps/win32"
},
"dependencies": {
"@fluentui-react-native/tester": "^0.159.0",
"@fluentui-react-native/tester": "^0.159.1",
"react": "18.2.0",
"react-native": "^0.72.0",
"react-native-svg": "^13.14.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "update versions to match NPM",
"packageName": "@fluentui-react-native/dependency-profiles",
"email": "krsiler@microsoft.com",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "update versions to match NPM",
"packageName": "@fluentui-react-native/tester",
"email": "krsiler@microsoft.com",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "update versions to match NPM",
"packageName": "@fluentui-react-native/tester-win32",
"email": "krsiler@microsoft.com",
"dependentChangeType": "patch"
}
2 changes: 1 addition & 1 deletion packages/dependency-profiles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/dependency-profiles",
"version": "0.5.6",
"version": "0.5.7",
"description": "@rnx-kit/align-deps profiles covering packages published from FluentUI-React-Native",
"license": "MIT",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3872,7 +3872,7 @@ __metadata:
dependencies:
"@fluentui-react-native/eslint-config-rules": ^0.1.1
"@fluentui-react-native/scripts": ^0.1.1
"@fluentui-react-native/tester": ^0.159.0
"@fluentui-react-native/tester": ^0.159.1
"@office-iss/react-native-win32": ^0.72.0
"@office-iss/rex-win32": 0.71.41-devmain.17024.10000
"@react-native/metro-config": ^0.72.0
Expand All @@ -3893,7 +3893,7 @@ __metadata:
languageName: unknown
linkType: soft

"@fluentui-react-native/tester@*, @fluentui-react-native/tester@^0.159.0, @fluentui-react-native/tester@workspace:apps/fluent-tester":
"@fluentui-react-native/tester@*, @fluentui-react-native/tester@^0.159.1, @fluentui-react-native/tester@workspace:apps/fluent-tester":
version: 0.0.0-use.local
resolution: "@fluentui-react-native/tester@workspace:apps/fluent-tester"
dependencies:
Expand Down

0 comments on commit 96cc161

Please sign in to comment.