Skip to content

Commit 0957ada

Browse files
chore: Update versions
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent eb0c947 commit 0957ada

File tree

13 files changed

+65
-14
lines changed

13 files changed

+65
-14
lines changed

.changeset/seven-deer-carry.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

apps/react-lightning-example/CHANGELOG.md

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

3+
## 0.3.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [eb0c947]
8+
- @plextv/react-lightning@0.3.4
9+
- @plextv/react-lightning-plugin-flexbox@0.3.5
10+
- @plextv/react-lightning-plugin-css-transform@0.3.2
11+
- @plextv/react-lightning-components@0.3.1
12+
313
## 0.3.6
414

515
### 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.3.6",
4+
"version": "0.3.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.3.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [eb0c947]
8+
- @plextv/react-native-lightning@0.3.6
9+
- @plextv/react-lightning@0.3.4
10+
- @plextv/react-lightning-plugin-flexbox@0.3.5
11+
- @plextv/react-lightning-plugin-reanimated@0.3.2
12+
- @plextv/react-lightning-components@0.3.1
13+
- @plextv/react-native-lightning-components@0.3.2
14+
315
## 0.3.6
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.3.6",
4+
"version": "0.3.7",
55
"author": "Plex Inc.",
66
"license": "MIT",
77
"repository": {

apps/storybook/CHANGELOG.md

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

3+
## 0.3.7
4+
5+
### Patch Changes
6+
7+
- eb0c947: Added Focus Redirection support
8+
- Updated dependencies [eb0c947]
9+
- @plextv/react-native-lightning@0.3.6
10+
- @plextv/react-lightning@0.3.4
11+
- @plextv/react-lightning-plugin-flexbox@0.3.5
12+
- @plextv/react-lightning-plugin-flexbox-lite@0.3.1
13+
- @plextv/react-lightning-components@0.3.1
14+
- @plextv/react-native-lightning-components@0.3.2
15+
316
## 0.3.6
417

518
### 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.3.6",
4+
"version": "0.3.7",
55
"author": "Plex Inc.",
66
"license": "MIT",
77
"repository": {

packages/plugin-flexbox/CHANGELOG.md

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

3+
## 0.3.5
4+
5+
### Patch Changes
6+
7+
- eb0c947: Added Focus Redirection support
8+
- Updated dependencies [eb0c947]
9+
- @plextv/react-lightning@0.3.4
10+
311
## 0.3.4
412

513
### 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.3.4",
4+
"version": "0.3.5",
55
"author": "Plex Inc.",
66
"license": "MIT",
77
"repository": {

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.3.4
4+
5+
### Patch Changes
6+
7+
- eb0c947: Added Focus Redirection support
8+
39
## 0.3.3
410

511
### Patch Changes

0 commit comments

Comments
 (0)