Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions .changeset/few-taxes-share.md

This file was deleted.

13 changes: 13 additions & 0 deletions apps/react-lightning-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @plextv/react-lightning-example

## 0.3.0

### Minor Changes

- 3c22b29: Change package scope from plexinc to plextv

### Patch Changes

- Updated dependencies [3c22b29]
- @plextv/react-lightning-components@0.3.0
- @plextv/react-lightning@0.3.0
- @plextv/react-lightning-plugin-flexbox@0.3.0

## 0.2.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/react-lightning-example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@plextv/react-lightning-example",
"description": "Sample implementation of @plextv/react-lightning in a React app",
"version": "0.2.9",
"version": "0.3.0",
"author": "Plex Inc.",
"license": "MIT",
"repository": {
Expand Down
16 changes: 16 additions & 0 deletions apps/react-native-lightning-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @plextv/react-native-lightning-example

## 0.3.0

### Minor Changes

- 3c22b29: Change package scope from plexinc to plextv

### Patch Changes

- Updated dependencies [3c22b29]
- @plextv/react-native-lightning-components@0.3.0
- @plextv/react-lightning-components@0.3.0
- @plextv/react-native-lightning@0.3.0
- @plextv/react-lightning-plugin-reanimated@0.3.0
- @plextv/react-lightning@0.3.0
- @plextv/react-lightning-plugin-flexbox@0.3.0

## 0.2.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/react-native-lightning-example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@plextv/react-native-lightning-example",
"description": "Sample implementation of @plextv/react-native-lightning in a React Native app",
"version": "0.2.13",
"version": "0.3.0",
"author": "Plex Inc.",
"license": "MIT",
"repository": {
Expand Down
16 changes: 16 additions & 0 deletions apps/storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @plextv/react-lightning-storybook

## 0.3.0

### Minor Changes

- 3c22b29: Change package scope from plexinc to plextv

### Patch Changes

- Updated dependencies [3c22b29]
- @plextv/react-native-lightning-components@0.3.0
- @plextv/react-lightning-components@0.3.0
- @plextv/react-native-lightning@0.3.0
- @plextv/react-lightning-plugin-flexbox-lite@0.3.0
- @plextv/react-lightning@0.3.0
- @plextv/react-lightning-plugin-flexbox@0.3.0

## 0.2.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@plextv/react-lightning-storybook",
"description": "Documentation for react-lightning",
"version": "0.2.12",
"version": "0.3.0",
"author": "Plex Inc.",
"license": "MIT",
"repository": {
Expand Down
12 changes: 12 additions & 0 deletions packages/plugin-css-transform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @plextv/react-lightning-plugin-css-transform

## 0.3.0

### Minor Changes

- 3c22b29: Change package scope from plexinc to plextv

### Patch Changes

- Updated dependencies [3c22b29]
- @plextv/react-lightning@0.3.0
- @plextv/react-lightning-plugin-flexbox@0.3.0

## 0.2.8

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-css-transform/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@plextv/react-lightning-plugin-css-transform",
"description": "Transforms CSS properties to lightning properties. Requires @plextv/react-lightning-plugin-flexbox",
"version": "0.2.8",
"version": "0.3.0",
"author": "Plex Inc.",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -54,8 +54,8 @@
},
"peerDependencies": {
"@lightningjs/renderer": "^2.5.1",
"@plextv/react-lightning": "workspace:*",
"@plextv/react-lightning-plugin-flexbox": "workspace:*",
"@plextv/react-lightning": "workspace:^",
"@plextv/react-lightning-plugin-flexbox": "workspace:^",
"react-native": "^0.76.1"
},
"volta": {
Expand Down
11 changes: 11 additions & 0 deletions packages/plugin-flexbox-lite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @plextv/react-lightning-plugin-flexbox-lite

## 0.3.0

### Minor Changes

- 3c22b29: Change package scope from plexinc to plextv

### Patch Changes

- Updated dependencies [3c22b29]
- @plextv/react-lightning@0.3.0

## 0.2.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-flexbox-lite/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@plextv/react-lightning-plugin-flexbox-lite",
"description": "A less featured but more efficient flex layout support to @plextv/react-lightning",
"version": "0.2.8",
"version": "0.3.0",
"author": "Plex Inc.",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -48,7 +48,7 @@
"copyfiles": "2.4.1"
},
"peerDependencies": {
"@plextv/react-lightning": "workspace:*"
"@plextv/react-lightning": "workspace:^"
},
"volta": {
"extends": "../../package.json"
Expand Down
11 changes: 11 additions & 0 deletions packages/plugin-flexbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @plextv/react-lightning-plugin-flexbox

## 0.3.0

### Minor Changes

- 3c22b29: Change package scope from plexinc to plextv

### Patch Changes

- Updated dependencies [3c22b29]
- @plextv/react-lightning@0.3.0

## 0.2.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-flexbox/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@plextv/react-lightning-plugin-flexbox",
"description": "Adds FlexBox layout support to @plextv/react-lightning using yoga",
"version": "0.2.8",
"version": "0.3.0",
"author": "Plex Inc.",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -52,7 +52,7 @@
"react": "18.3.1"
},
"peerDependencies": {
"@plextv/react-lightning": "workspace:*",
"@plextv/react-lightning": "workspace:^",
"react": "^18.3.1"
},
"volta": {
Expand Down
13 changes: 13 additions & 0 deletions packages/plugin-reanimated/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @plextv/react-lightning-plugin-reanimated

## 0.3.0

### Minor Changes

- 3c22b29: Change package scope from plexinc to plextv

### Patch Changes

- Updated dependencies [3c22b29]
- @plextv/react-lightning-plugin-css-transform@0.3.0
- @plextv/react-lightning@0.3.0
- @plextv/react-lightning-plugin-flexbox@0.3.0

## 0.2.9

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/plugin-reanimated/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@plextv/react-lightning-plugin-reanimated",
"description": "Reanimated plugin for @plextv/react-native-lightning",
"version": "0.2.9",
"version": "0.3.0",
"author": "Plex Inc.",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -53,9 +53,9 @@
},
"peerDependencies": {
"@lightningjs/renderer": "^2.5.1",
"@plextv/react-lightning": "workspace:*",
"@plextv/react-lightning-plugin-css-transform": "workspace:*",
"@plextv/react-lightning-plugin-flexbox": "workspace:*",
"@plextv/react-lightning": "workspace:^",
"@plextv/react-lightning-plugin-css-transform": "workspace:^",
"@plextv/react-lightning-plugin-flexbox": "workspace:^",
"react": "^18.3.1",
"react-native": "^0.76.1",
"react-native-reanimated": "^3.16.1"
Expand Down
12 changes: 12 additions & 0 deletions packages/react-lightning-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @plextv/react-lightning-components

## 0.3.0

### Minor Changes

- 3c22b29: Change package scope from plexinc to plextv

### Patch Changes

- Updated dependencies [3c22b29]
- @plextv/react-lightning@0.3.0
- @plextv/react-lightning-plugin-flexbox@0.3.0

## 0.2.9

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/react-lightning-components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@plextv/react-lightning-components",
"description": "React components for react-lightning",
"version": "0.2.9",
"version": "0.3.0",
"author": "Plex Inc.",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -75,8 +75,8 @@
"react": "18.3.1"
},
"peerDependencies": {
"@plextv/react-lightning": "workspace:*",
"@plextv/react-lightning-plugin-flexbox": "workspace:*",
"@plextv/react-lightning": "workspace:^",
"@plextv/react-lightning-plugin-flexbox": "workspace:^",
"react": "^18.3.1"
},
"volta": {
Expand Down
6 changes: 6 additions & 0 deletions packages/react-lightning/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @plextv/react-lightning

## 0.3.0

### Minor Changes

- 3c22b29: Change package scope from plexinc to plextv

## 0.2.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-lightning/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@plextv/react-lightning",
"description": "React renderer for rendering React apps with Lightning.js",
"version": "0.2.8",
"version": "0.3.0",
"author": "Plex Inc.",
"license": "MIT",
"repository": {
Expand Down
15 changes: 15 additions & 0 deletions packages/react-native-lightning-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @plextv/react-native-lightning-components

## 0.3.0

### Minor Changes

- 3c22b29: Change package scope from plexinc to plextv

### Patch Changes

- Updated dependencies [3c22b29]
- @plextv/react-lightning-components@0.3.0
- @plextv/react-native-lightning@0.3.0
- @plextv/react-lightning-plugin-css-transform@0.3.0
- @plextv/react-lightning@0.3.0
- @plextv/react-lightning-plugin-flexbox@0.3.0

## 0.1.12

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/react-native-lightning-components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@plextv/react-native-lightning-components",
"description": "React components for react-native-lightning",
"version": "0.1.12",
"version": "0.3.0",
"author": "Plex Inc.",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -77,11 +77,11 @@
"react-native": "0.77.1"
},
"peerDependencies": {
"@plextv/react-lightning": "workspace:*",
"@plextv/react-lightning": "workspace:^",
"@plextv/react-lightning-components": "workspace:^",
"@plextv/react-lightning-plugin-css-transform": "workspace:*",
"@plextv/react-lightning-plugin-flexbox": "workspace:*",
"@plextv/react-native-lightning": "workspace:*",
"@plextv/react-lightning-plugin-css-transform": "workspace:^",
"@plextv/react-lightning-plugin-flexbox": "workspace:^",
"@plextv/react-native-lightning": "workspace:^",
"@shopify/flash-list": "1.7.3",
"react": "^18.3.1",
"react-native": "0.77.1"
Expand Down
13 changes: 13 additions & 0 deletions packages/react-native-lightning/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @plextv/react-native-lightning

## 0.3.0

### Minor Changes

- 3c22b29: Change package scope from plexinc to plextv

### Patch Changes

- Updated dependencies [3c22b29]
- @plextv/react-lightning-plugin-css-transform@0.3.0
- @plextv/react-lightning@0.3.0
- @plextv/react-lightning-plugin-flexbox@0.3.0

## 0.2.10

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-native-lightning/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@plextv/react-native-lightning",
"description": "@plextv/react-lightning implementation for react-native",
"version": "0.2.10",
"version": "0.3.0",
"author": "Plex Inc.",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -58,7 +58,7 @@
},
"peerDependencies": {
"@lightningjs/renderer": "^2.5.1",
"@plextv/react-lightning": "workspace:*",
"@plextv/react-lightning": "workspace:^",
"@react-native-community/cli": "^15.1.2",
"react": "^18.3.1",
"react-native": "^0.76.1",
Expand Down
Loading