-
Notifications
You must be signed in to change notification settings - Fork 57
1.23.0 Release -> Master #1924
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
1.23.0 Release -> Master #1924
Changes from 69 commits
106e02c
8bea249
03f051e
6e070ec
c818a52
8a63fca
4a28360
e4d6a3b
91d817e
7836373
3e4fdc1
2017526
b1be15b
58f4554
79c17ca
c4ed859
42e0096
3530be8
1d9305a
e40988d
3a22f08
09a7d22
c5d4c7d
9adb864
0886d9f
0dd4671
0f5ef66
f997bb5
8403011
986fe1c
f0af9f5
19e7bfc
857edb6
092b7e3
de155cb
3b93a33
03b2179
ad8248c
40171a1
00dbd95
0bfe857
3d3de7e
2ed79cd
fcf17cb
f704ea5
26e3e24
165569c
9cf88f6
d1a97b3
d96cde1
7aa4ed1
4b10e73
6ac94d6
7628984
bcb214f
6352c21
3fc74a8
e0bd788
4061f86
23bb007
16b0bd1
2fd9fb7
83480b8
f23c36e
2dba4eb
49014bb
bcdff65
84a1402
f6b6d20
34cdff2
72d5c0e
6ec05f0
8e59a5a
141a589
46239f3
d8811f9
88d7b03
3012637
48751d4
13907c8
2b8cfc5
7d52659
82b325e
3548d9d
d8fd101
fc0ff83
ec68bab
31e0ebb
def06bb
1d22fc2
7b01871
e3fe836
781782c
f6de8f8
ffda54d
f8a5c85
8ffd547
d636e1d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
| +1 −1 | .travis.yml | |
| +7 −21 | packages/block-editor/src/components/plain-text/index.native.js | |
| +4 −4 | packages/block-editor/src/store/defaults.js |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| { | ||
| "name": "react-native-linear-gradient", | ||
| "version": "2.5.6", | ||
| "summary": "A <LinearGradient /> component for react-native", | ||
| "description": "A <LinearGradient /> component for react-native", | ||
| "license": "MIT", | ||
| "authors": "Brent Vatne => brentvatne@gmail.com", | ||
| "homepage": "https://github.com/brentvatne/react-native-linear-gradient.git", | ||
| "source": { | ||
| "git": "https://github.com/brentvatne/react-native-linear-gradient.git", | ||
| "tag": "v2.5.6" | ||
| }, | ||
| "source_files": "BVLinearGradient/*.{h,m}", | ||
| "preserve_paths": "**/*.js", | ||
| "platforms": { | ||
| "ios": "8.0" | ||
| }, | ||
| "dependencies": { | ||
| "React": [ | ||
|
|
||
| ] | ||
| } | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👋 @mkevins ! Looks like this should be moved up to under
1.23.0. Does that seem right to you?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, that was released as part of 1.22.0, so it's correct there, but I just noticed it's listed twice under 1.22.0 🤔 I guess one of the duplicates under 1.22.0 can be removed.