Skip to content

Bump progress-view to 1.5.0 #522

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Nov 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions __tests__/__snapshots__/App-test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -32394,6 +32394,7 @@ exports[`ProgressView Example Page 1`] = `
}
>
<RNCProgressViewWindows
accessibilityLabel="Simple ProgressView"
progress={0.5}
style={
[
Expand Down Expand Up @@ -32585,6 +32586,7 @@ exports[`ProgressView Example Page 1`] = `
}
>
<RNCProgressViewWindows
accessibilityLabel="Indeterminate ProgressView"
isIndeterminate="true"
style={
[
Expand Down Expand Up @@ -32776,6 +32778,7 @@ exports[`ProgressView Example Page 1`] = `
}
>
<RNCProgressViewWindows
accessibilityLabel="Colored ProgressView"
progress={0.7}
progressTintColor="rgb(0, 122, 255)"
style={
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@react-native-community/checkbox": "^0.5.16",
"@react-native-community/datetimepicker": "^7.6.0",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-community/progress-view": "^1.4.1",
"@react-native-community/progress-view": "^1.5.0",
"@react-native-community/slider": "^4.4.2",
"@react-native-picker/picker": "^2.4.10",
"@react-native/metro-config": "0.74.81",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
diff --git a/node_modules/@react-native-community/progress-view/windows/progress-view/progress-view.vcxproj b/node_modules/@react-native-community/progress-view/windows/progress-view/progress-view.vcxproj
index 2af846f..8a07868 100644
index ae96863..8a07868 100644
--- a/node_modules/@react-native-community/progress-view/windows/progress-view/progress-view.vcxproj
+++ b/node_modules/@react-native-community/progress-view/windows/progress-view/progress-view.vcxproj
@@ -14,8 +14,14 @@
<AppContainerApplication>true</AppContainerApplication>
<ApplicationType>Windows Store</ApplicationType>
<ApplicationTypeRevision>10.0</ApplicationTypeRevision>
- <WindowsTargetPlatformVersion Condition=" '$(WindowsTargetPlatformVersion)' == '' ">10.0.18362.0</WindowsTargetPlatformVersion>
- <WindowsTargetPlatformMinVersion>10.0.16299.0</WindowsTargetPlatformMinVersion>
- <WindowsTargetPlatformMinVersion>10.0.17763.0</WindowsTargetPlatformMinVersion>
+ </PropertyGroup>
+ <PropertyGroup Label="ReactNativeWindowsProps">
+ <ReactNativeWindowsDir Condition="'$(ReactNativeWindowsDir)' == ''">$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), 'node_modules\react-native-windows\package.json'))\node_modules\react-native-windows\</ReactNativeWindowsDir>
Expand All @@ -18,4 +18,4 @@ index 2af846f..8a07868 100644
+ <WindowsTargetPlatformMinVersion Condition=" '$(WindowsTargetPlatformMinVersion)' == '' ">10.0.17763.0</WindowsTargetPlatformMinVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<ItemGroup Label="ProjectConfigurations">
<ItemGroup Label="ProjectConfigurations">
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4188,13 +4188,13 @@ __metadata:
languageName: node
linkType: hard

"@react-native-community/progress-view@npm:^1.4.1":
version: 1.4.1
resolution: "@react-native-community/progress-view@npm:1.4.1"
"@react-native-community/progress-view@npm:^1.5.0":
version: 1.5.0
resolution: "@react-native-community/progress-view@npm:1.5.0"
peerDependencies:
react: ">16.8.3"
react-native: ">=0.59.5"
checksum: 10c0/29f1d04fef2d4fb227664d987d12a2eec614e60f312320875371561af8d85ad4d828174462dadf7e4a7007adfd322e3e2c1a85aa0afbec963b3925f7b97987f7
checksum: 10c0/7ae8a0ffa97f16bf4e5a430d75e031cb5dc0d325a0ef065f74b2a46820b087217ca4154d22b11baa804476a3e2e98b192339e7ec4d9c53ba3054ca81d5d1749b
languageName: node
linkType: hard

Expand Down Expand Up @@ -13026,7 +13026,7 @@ react-native-tts@ak1394/react-native-tts:
"@react-native-community/datetimepicker": "npm:^7.6.0"
"@react-native-community/eslint-config": "npm:^3.2.0"
"@react-native-community/masked-view": "npm:^0.1.11"
"@react-native-community/progress-view": "npm:^1.4.1"
"@react-native-community/progress-view": "npm:^1.5.0"
"@react-native-community/slider": "npm:^4.4.2"
"@react-native-picker/picker": "npm:^2.4.10"
"@react-native/babel-preset": "npm:0.75.0-rc.3"
Expand Down