Skip to content

Commit 7c7f432

Browse files
chore: Update versions (alpha)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b23e312 commit 7c7f432

13 files changed

Lines changed: 69 additions & 6 deletions

File tree

.changeset/pre.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,23 @@
2020
},
2121
"changesets": [
2222
"beige-wings-smoke",
23+
"better-plums-divide",
2324
"brown-jeans-knock",
2425
"cold-phones-drive",
2526
"dirty-drinks-bathe",
2627
"every-towns-find",
2728
"four-eggs-know",
2829
"free-ducks-film",
30+
"hip-hotels-stop",
2931
"honest-facts-help",
3032
"icy-ways-exist",
3133
"itchy-doors-drive",
34+
"lemon-dots-build",
3235
"moody-parts-hunt",
3336
"orange-apples-cover",
3437
"quiet-kids-melt",
3538
"rare-feet-hug",
39+
"six-lizards-peel",
3640
"slick-days-agree",
3741
"solid-snakes-poke",
3842
"tall-sloths-fix"

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.0-alpha.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [f9a9cab]
8+
- Updated dependencies [f9a9cab]
9+
- @plextv/react-lightning@0.4.0-alpha.7
10+
311
## 0.4.0-alpha.6
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,7 +1,7 @@
11
{
22
"name": "@plextv/react-lightning-example",
33
"description": "Sample implementation of @plextv/react-lightning in a React app",
4-
"version": "0.4.0-alpha.6",
4+
"version": "0.4.0-alpha.7",
55
"author": "Plex Inc.",
66
"license": "MIT",
77
"repository": {

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

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

3+
## 0.4.0-alpha.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [f9a9cab]
8+
- Updated dependencies [0b91ada]
9+
- Updated dependencies [b23e312]
10+
- Updated dependencies [f9a9cab]
11+
- @plextv/react-lightning@0.4.0-alpha.7
12+
- @plextv/react-lightning-plugin-reanimated@0.4.0-alpha.6
13+
- @plextv/react-native-lightning@0.4.0-alpha.8
14+
315
## 0.4.0-alpha.9
416

517
### Patch Changes

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@plextv/react-native-lightning-example",
33
"description": "Sample implementation of @plextv/react-native-lightning in a React Native app",
4-
"version": "0.4.0-alpha.9",
4+
"version": "0.4.0-alpha.10",
55
"author": "Plex Inc.",
66
"license": "MIT",
77
"repository": {

apps/storybook/CHANGELOG.md

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

3+
## 0.4.0-alpha.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [f9a9cab]
8+
- Updated dependencies [0b91ada]
9+
- Updated dependencies [b23e312]
10+
- Updated dependencies [f9a9cab]
11+
- @plextv/react-lightning@0.4.0-alpha.7
12+
- @plextv/react-lightning-plugin-reanimated@0.4.0-alpha.6
13+
- @plextv/react-native-lightning@0.4.0-alpha.8
14+
315
## 0.4.0-alpha.9
416

517
### Patch Changes

apps/storybook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@plextv/react-lightning-storybook",
33
"description": "Documentation for react-lightning",
4-
"version": "0.4.0-alpha.9",
4+
"version": "0.4.0-alpha.10",
55
"author": "Plex Inc.",
66
"license": "MIT",
77
"repository": {

packages/plugin-reanimated/CHANGELOG.md

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

3+
## 0.4.0-alpha.6
4+
5+
### Patch Changes
6+
7+
- 0b91ada: feat: Added LinearTransition support
8+
- Updated dependencies [f9a9cab]
9+
- Updated dependencies [b23e312]
10+
- Updated dependencies [f9a9cab]
11+
- @plextv/react-lightning@0.4.0-alpha.7
12+
- @plextv/react-native-lightning@0.4.0-alpha.8
13+
314
## 0.4.0-alpha.5
415

516
### Patch Changes

packages/plugin-reanimated/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@plextv/react-lightning-plugin-reanimated",
33
"description": "Reanimated plugin for @plextv/react-native-lightning",
4-
"version": "0.4.0-alpha.5",
4+
"version": "0.4.0-alpha.6",
55
"author": "Plex Inc.",
66
"license": "MIT",
77
"repository": {

packages/react-lightning/CHANGELOG.md

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

3+
## 0.4.0-alpha.7
4+
5+
### Patch Changes
6+
7+
- f9a9cab: fix: support preventDefault() api for events
8+
- f9a9cab: fix: onChildFocused event now works on FocusGroups and useFocus
9+
310
## 0.4.0-alpha.6
411

512
### Patch Changes

0 commit comments

Comments
 (0)