Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Bump react-native-linear-gradient version to 2.5.6-wp-4 #9

Merged
merged 4 commits into from
May 22, 2023
Merged
Show file tree
Hide file tree
Changes from 2 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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-hsv-color-picker",
"version": "1.0.1-wp-3",
"version": "1.0.1-wp-4",
"description": "a react native HSV(hue, saturation, value) color picker",
"author": "Yuan Fu",
"bugs": {
Expand All @@ -24,7 +24,7 @@
"src/*"
],
"dependencies": {
"react-native-linear-gradient": "https://raw.githubusercontent.com/wordpress-mobile/react-native-linear-gradient/v2.5.6-wp-3/react-native-linear-gradient-2.5.6-wp-3.tgz",
"react-native-linear-gradient": "https://raw.githubusercontent.com/wordpress-mobile/react-native-linear-gradient/update/android-13/react-native-linear-gradient-2.5.6-wp-4.tgz",
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This reference will change once wordpress-mobile/react-native-linear-gradient#8 is merged and a tag is generated.

Copy link
Author

@fluiddot fluiddot May 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done in b3235c1.

"tinycolor2": "^1.4.1"
},
"devDependencies": {
Expand Down
Binary file removed react-native-hsv-color-picker-1.0.1-wp-3.tgz
Binary file not shown.
Binary file added react-native-hsv-color-picker-1.0.1-wp-4.tgz
Binary file not shown.
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6055,9 +6055,9 @@ react-is@^16.12.0, react-is@^16.8.1, react-is@^16.8.4, react-is@^16.8.6, react-i
resolved "https://registry.npmjs.org/react-is/-/react-is-16.12.0.tgz"
integrity sha512-rPCkf/mWBtKc97aLL9/txD8DZdemK0vkA3JMLShjlJB3Pj3s+lpf1KaBzMfQrAmhMQB0n1cU/SUGgKKBCe837Q==

"react-native-linear-gradient@https://raw.githubusercontent.com/wordpress-mobile/react-native-linear-gradient/v2.5.6-wp-3/react-native-linear-gradient-2.5.6-wp-3.tgz":
version "2.5.6-wp-3"
resolved "https://raw.githubusercontent.com/wordpress-mobile/react-native-linear-gradient/v2.5.6-wp-3/react-native-linear-gradient-2.5.6-wp-3.tgz#1444f917aa78dc41646ada046ad7986f2a1984a9"
"react-native-linear-gradient@https://raw.githubusercontent.com/wordpress-mobile/react-native-linear-gradient/update/android-13/react-native-linear-gradient-2.5.6-wp-4.tgz":
version "2.5.6-wp-4"
resolved "https://raw.githubusercontent.com/wordpress-mobile/react-native-linear-gradient/update/android-13/react-native-linear-gradient-2.5.6-wp-4.tgz#deedc045319aabc690ebe04e38feec347b223f4f"

[email protected]:
version "3.0.2"
Expand Down