Skip to content

Commit c622c8f

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

File tree

13 files changed

+65
-7
lines changed

13 files changed

+65
-7
lines changed

.changeset/pre.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"busy-donkeys-report",
2727
"cold-phones-drive",
2828
"dirty-drinks-bathe",
29+
"eleven-donkeys-report",
2930
"empty-streets-call",
3031
"every-towns-find",
3132
"four-eggs-know",
@@ -36,13 +37,15 @@
3637
"itchy-doors-drive",
3738
"lemon-dots-build",
3839
"moody-parts-hunt",
40+
"old-lies-lick",
3941
"orange-apples-cover",
4042
"quiet-kids-melt",
4143
"rare-feet-hug",
4244
"six-lizards-peel",
4345
"slick-days-agree",
4446
"solid-snakes-poke",
4547
"stale-shoes-press",
46-
"tall-sloths-fix"
48+
"tall-sloths-fix",
49+
"tasty-bears-hang"
4750
]
4851
}

apps/react-lightning-example/CHANGELOG.md

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

3+
## 0.4.0-alpha.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [8d4ef27]
8+
- @plextv/react-lightning-plugin-flexbox@0.4.0-alpha.3
9+
310
## 0.4.0-alpha.9
411

512
### 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.9",
4+
"version": "0.4.0-alpha.10",
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.13
4+
5+
### Patch Changes
6+
7+
- 8d4ef27: feat(FlashList): Update FlashList to v2.2.0
8+
- Updated dependencies [8d4ef27]
9+
- Updated dependencies [8d4ef27]
10+
- Updated dependencies [8d4ef27]
11+
- @plextv/react-lightning-plugin-flexbox@0.4.0-alpha.3
12+
- @plextv/react-native-lightning@0.4.0-alpha.10
13+
- @plextv/react-native-lightning-components@0.4.0-alpha.2
14+
315
## 0.4.0-alpha.12
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.12",
4+
"version": "0.4.0-alpha.13",
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.13
4+
5+
### Patch Changes
6+
7+
- 8d4ef27: feat(FlashList): Update FlashList to v2.2.0
8+
- Updated dependencies [8d4ef27]
9+
- Updated dependencies [8d4ef27]
10+
- Updated dependencies [8d4ef27]
11+
- @plextv/react-lightning-plugin-flexbox@0.4.0-alpha.3
12+
- @plextv/react-native-lightning@0.4.0-alpha.10
13+
- @plextv/react-native-lightning-components@0.4.0-alpha.2
14+
315
## 0.4.0-alpha.12
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.12",
4+
"version": "0.4.0-alpha.13",
55
"author": "Plex Inc.",
66
"license": "MIT",
77
"repository": {

packages/plugin-flexbox/CHANGELOG.md

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

3+
## 0.4.0-alpha.3
4+
5+
### Patch Changes
6+
7+
- 8d4ef27: fix: Minor optimization
8+
39
## 0.4.0-alpha.2
410

511
### Patch Changes

packages/plugin-flexbox/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-flexbox",
33
"description": "Adds FlexBox layout support to @plextv/react-lightning using yoga",
4-
"version": "0.4.0-alpha.2",
4+
"version": "0.4.0-alpha.3",
55
"author": "Plex Inc.",
66
"license": "MIT",
77
"repository": {

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

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

3+
## 0.4.0-alpha.2
4+
5+
### Patch Changes
6+
7+
- 8d4ef27: feat(FlashList): Update FlashList to v2.2.0
8+
- Updated dependencies [8d4ef27]
9+
- Updated dependencies [8d4ef27]
10+
- @plextv/react-lightning-plugin-flexbox@0.4.0-alpha.3
11+
- @plextv/react-native-lightning@0.4.0-alpha.10
12+
313
## 0.4.0-alpha.1
414

515
### Patch Changes

0 commit comments

Comments
 (0)