Skip to content

Commit efb69e0

Browse files
github-actions[bot]RuudBurger
authored andcommitted
chore: Update versions (alpha)
1 parent 21d041e commit efb69e0

11 files changed

Lines changed: 44 additions & 5 deletions

File tree

‎.changeset/pre.json‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
"two-geese-stand",
7575
"useanimatedstyle-restart-changed-keys",
7676
"view-focus-capture-optional-rn-prop",
77+
"virtual-list-testid",
7778
"virtual-list-viewport-flex",
7879
"virtuallist-grid-separator-gap",
7980
"virtuallist-native-snap-props",

‎apps/react-lightning-example/CHANGELOG.md‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @plextv/react-lightning-example
22

3+
## 0.4.4-alpha.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [21d041e]
8+
- @plextv/react-lightning@0.4.3-alpha.3
9+
- @plextv/react-lightning-components@0.4.4-alpha.3
10+
311
## 0.4.4-alpha.2
412

513
### Patch Changes

‎apps/react-lightning-example/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plextv/react-lightning-example",
3-
"version": "0.4.4-alpha.2",
3+
"version": "0.4.4-alpha.3",
44
"private": true,
55
"description": "Sample implementation of @plextv/react-lightning in a React app",
66
"bugs": {

‎apps/react-native-lightning-example/CHANGELOG.md‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @plextv/react-native-lightning-example
22

3+
## 0.4.4-alpha.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [21d041e]
8+
- @plextv/react-lightning@0.4.3-alpha.3
9+
- @plextv/react-lightning-components@0.4.4-alpha.3
10+
311
## 0.4.4-alpha.2
412

513
### Patch Changes

‎apps/react-native-lightning-example/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plextv/react-native-lightning-example",
3-
"version": "0.4.4-alpha.2",
3+
"version": "0.4.4-alpha.3",
44
"private": true,
55
"description": "Sample implementation of @plextv/react-native-lightning in a React Native app",
66
"bugs": {

‎apps/storybook/CHANGELOG.md‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @plextv/react-lightning-storybook
22

3+
## 0.4.4-alpha.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [21d041e]
8+
- @plextv/react-lightning@0.4.3-alpha.3
9+
- @plextv/react-lightning-components@0.4.4-alpha.3
10+
311
## 0.4.4-alpha.2
412

513
### Patch Changes

‎apps/storybook/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plextv/react-lightning-storybook",
3-
"version": "0.4.4-alpha.2",
3+
"version": "0.4.4-alpha.3",
44
"private": true,
55
"description": "Documentation for react-lightning",
66
"bugs": {

‎packages/react-lightning-components/CHANGELOG.md‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @plextv/react-lightning-components
22

3+
## 0.4.4-alpha.3
4+
5+
### Patch Changes
6+
7+
- 21d041e: `VirtualList` forwards `testID` to its outer container. Its props were a closed interface with no `testID`, so the prop was dropped and never reached an element, which left any screen whose root is a `VirtualList` invisible to test tooling that matches on it. `testID` is also declared on `LightningViewElementProps` now, since the react-native compat layer already passed it through untyped and the element treats it as inert.
8+
- Updated dependencies [21d041e]
9+
- @plextv/react-lightning@0.4.3-alpha.3
10+
311
## 0.4.4-alpha.2
412

513
### Patch Changes

‎packages/react-lightning-components/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plextv/react-lightning-components",
3-
"version": "0.4.4-alpha.2",
3+
"version": "0.4.4-alpha.3",
44
"description": "React components for react-lightning",
55
"bugs": {
66
"url": "https://github.com/plexinc/react-lightning/issues/new"

‎packages/react-lightning/CHANGELOG.md‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @plextv/react-lightning
22

3+
## 0.4.3-alpha.3
4+
5+
### Patch Changes
6+
7+
- 21d041e: `VirtualList` forwards `testID` to its outer container. Its props were a closed interface with no `testID`, so the prop was dropped and never reached an element, which left any screen whose root is a `VirtualList` invisible to test tooling that matches on it. `testID` is also declared on `LightningViewElementProps` now, since the react-native compat layer already passed it through untyped and the element treats it as inert.
8+
39
## 0.4.3-alpha.2
410

511
### Patch Changes

0 commit comments

Comments
 (0)