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
8 changes: 0 additions & 8 deletions .changeset/cuddly-olives-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/itchy-moons-run.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-fireants-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-days-flash.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @rnef/cli

## 0.6.2

### Patch Changes

- Updated dependencies [3ec7e00]
- Updated dependencies [3b12651]
- @rnef/tools@0.6.2
- @rnef/config@0.6.2

## 0.6.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnef/cli",
"version": "0.6.1",
"version": "0.6.2",
"type": "module",
"exports": {
"./package.json": "./package.json"
Expand All @@ -17,8 +17,8 @@
},
"dependencies": {
"@react-native-community/cli-config": "^16.0.2",
"@rnef/config": "^0.6.1",
"@rnef/tools": "^0.6.1",
"@rnef/config": "^0.6.2",
"@rnef/tools": "^0.6.2",
"commander": "^12.1.0",
"tslib": "^2.3.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @rnef/config

## 0.6.2

### Patch Changes

- 3b12651: fix: resolve project root to absolute path
- Updated dependencies [3ec7e00]
- @rnef/tools@0.6.2

## 0.6.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnef/config",
"version": "0.6.1",
"version": "0.6.2",
"type": "module",
"exports": {
"types": "./dist/src/index.d.ts",
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {
"@babel/code-frame": "^7.26.2",
"@rnef/tools": "^0.6.1",
"@rnef/tools": "^0.6.2",
"joi": "^17.13.3",
"tslib": "^2.3.0"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/create-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @rnef/create-app

## 0.6.2

### Patch Changes

- Updated dependencies [3ec7e00]
- @rnef/tools@0.6.2

## 0.6.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/create-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnef/create-app",
"version": "0.6.1",
"version": "0.6.2",
"type": "module",
"exports": {
"types": "./dist/src/index.d.ts",
Expand All @@ -18,7 +18,7 @@
"create-app": "./dist/src/bin.js"
},
"dependencies": {
"@rnef/tools": "^0.6.1",
"@rnef/tools": "^0.6.2",
"gradient-string": "^3.0.0",
"minimist": "^1.2.8",
"package-json": "^10.0.1",
Expand All @@ -27,7 +27,7 @@
},
"devDependencies": {
"@types/gradient-string": "^1.1.6",
"@rnef/test-helpers": "^0.6.1",
"@rnef/test-helpers": "^0.6.2",
"@types/minimist": "^1.2.5"
},
"publishConfig": {
Expand Down
9 changes: 9 additions & 0 deletions packages/platform-android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @rnef/platform-android

## 0.6.2

### Patch Changes

- 3ec7e00: refactor: unify spawn verbose output
- 9c37e12: feat(sign:android): support passing key alias
- Updated dependencies [3ec7e00]
- @rnef/tools@0.6.2

## 0.6.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/platform-android/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnef/platform-android",
"version": "0.6.1",
"version": "0.6.2",
"type": "module",
"exports": {
"types": "./dist/src/index.d.ts",
Expand All @@ -17,13 +17,13 @@
},
"dependencies": {
"@react-native-community/cli-config-android": "^16.0.2",
"@rnef/tools": "^0.6.1",
"@rnef/tools": "^0.6.2",
"adm-zip": "^0.5.16",
"tslib": "^2.3.0"
},
"devDependencies": {
"@react-native-community/cli-types": "^16.0.2",
"@rnef/config": "^0.6.1",
"@rnef/config": "^0.6.2",
"@types/adm-zip": "^0.5.7"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-android/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"android": "rnef run:android"
},
"devDependencies": {
"@rnef/platform-android": "^0.6.1"
"@rnef/platform-android": "^0.6.2"
}
}
9 changes: 9 additions & 0 deletions packages/platform-apple-helpers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @rnef/platform-apple-helpers

## 0.6.2

### Patch Changes

- 3ec7e00: refactor: unify spawn verbose output
- de24926: feat: launch sim and build app in parallel
- Updated dependencies [3ec7e00]
- @rnef/tools@0.6.2

## 0.6.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/platform-apple-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnef/platform-apple-helpers",
"version": "0.6.1",
"version": "0.6.2",
"type": "module",
"exports": {
"types": "./dist/src/index.d.ts",
Expand All @@ -16,7 +16,7 @@
"dependencies": {
"@react-native-community/cli-config": "^16.0.2",
"@react-native-community/cli-config-apple": "^16.0.2",
"@rnef/tools": "^0.6.1",
"@rnef/tools": "^0.6.2",
"@types/adm-zip": "^0.5.7",
"adm-zip": "^0.5.16",
"fast-glob": "^3.3.2",
Expand All @@ -26,7 +26,7 @@
},
"devDependencies": {
"@react-native-community/cli-types": "^16.0.2",
"@rnef/config": "^0.6.1"
"@rnef/config": "^0.6.2"
},
"publishConfig": {
"access": "public"
Expand Down
9 changes: 9 additions & 0 deletions packages/platform-ios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @rnef/platform-ios

## 0.6.2

### Patch Changes

- Updated dependencies [3ec7e00]
- Updated dependencies [de24926]
- @rnef/platform-apple-helpers@0.6.2
- @rnef/tools@0.6.2

## 0.6.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/platform-ios/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnef/platform-ios",
"version": "0.6.1",
"version": "0.6.2",
"type": "module",
"exports": {
"types": "./dist/src/index.d.ts",
Expand All @@ -18,12 +18,12 @@
"dependencies": {
"@react-native-community/cli-config-apple": "^16.0.2",
"@react-native-community/cli-types": "^16.0.2",
"@rnef/platform-apple-helpers": "^0.6.1",
"@rnef/tools": "^0.6.1",
"@rnef/platform-apple-helpers": "^0.6.2",
"@rnef/tools": "^0.6.2",
"tslib": "^2.3.0"
},
"devDependencies": {
"@rnef/config": "^0.6.1"
"@rnef/config": "^0.6.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-ios/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"ios": "rnef run:ios"
},
"devDependencies": {
"@rnef/platform-ios": "^0.6.1"
"@rnef/platform-ios": "^0.6.2"
}
}
9 changes: 9 additions & 0 deletions packages/plugin-brownfield-android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @rnef/plugin-brownfield-android

## 0.6.2

### Patch Changes

- Updated dependencies [3ec7e00]
- Updated dependencies [9c37e12]
- @rnef/platform-android@0.6.2
- @rnef/tools@0.6.2

## 0.6.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/plugin-brownfield-android/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnef/plugin-brownfield-android",
"version": "0.6.1",
"version": "0.6.2",
"type": "module",
"exports": {
"types": "./dist/src/index.d.ts",
Expand All @@ -16,13 +16,13 @@
"publish:verdaccio": "npm publish --registry http://localhost:4873 --userconfig ../../.npmrc"
},
"dependencies": {
"@rnef/tools": "^0.6.1",
"@rnef/platform-android": "^0.6.1",
"@rnef/tools": "^0.6.2",
"@rnef/platform-android": "^0.6.2",
"@react-native-community/cli-config-android": "^16.0.2",
"tslib": "^2.3.0"
},
"devDependencies": {
"@rnef/config": "^0.6.1",
"@rnef/config": "^0.6.2",
"@react-native-community/cli-types": "^16.0.2"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-brownfield-android/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"publish-local:aar": "pnpm package:aar && rnef publish-local:aar --module-name helloworldreact"
},
"devDependencies": {
"@rnef/plugin-brownfield-android": "^0.6.1"
"@rnef/plugin-brownfield-android": "^0.6.2"
}
}
10 changes: 10 additions & 0 deletions packages/plugin-brownfield-ios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @rnef/plugin-brownfield-ios

## 0.6.2

### Patch Changes

- 3ec7e00: refactor: unify spawn verbose output
- Updated dependencies [3ec7e00]
- Updated dependencies [de24926]
- @rnef/platform-apple-helpers@0.6.2
- @rnef/tools@0.6.2

## 0.6.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/plugin-brownfield-ios/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnef/plugin-brownfield-ios",
"version": "0.6.1",
"version": "0.6.2",
"type": "module",
"exports": {
"types": "./dist/src/index.d.ts",
Expand All @@ -18,12 +18,12 @@
"dependencies": {
"@react-native-community/cli-config-apple": "^16.0.2",
"@react-native-community/cli-types": "^16.0.2",
"@rnef/tools": "^0.6.1",
"@rnef/platform-apple-helpers": "^0.6.1",
"@rnef/tools": "^0.6.2",
"@rnef/platform-apple-helpers": "^0.6.2",
"tslib": "^2.3.0"
},
"devDependencies": {
"@rnef/config": "^0.6.1"
"@rnef/config": "^0.6.2"
},
"publishConfig": {
"access": "restricted"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-brownfield-ios/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"package:ios": "rnef package:ios --scheme HelloWorldReact --mode Release"
},
"devDependencies": {
"@rnef/plugin-brownfield-ios": "^0.6.1"
"@rnef/plugin-brownfield-ios": "^0.6.2"
}
}
7 changes: 7 additions & 0 deletions packages/plugin-metro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @rnef/plugin-metro

## 0.6.2

### Patch Changes

- Updated dependencies [3ec7e00]
- @rnef/tools@0.6.2

## 0.6.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-metro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnef/plugin-metro",
"version": "0.6.1",
"version": "0.6.2",
"type": "module",
"exports": {
"types": "./dist/src/index.d.ts",
Expand All @@ -15,13 +15,13 @@
"publish:verdaccio": "npm publish --registry http://localhost:4873 --userconfig ../../.npmrc"
},
"dependencies": {
"@rnef/tools": "^0.6.1",
"@rnef/tools": "^0.6.2",
"@react-native-community/cli-server-api": "^16.0.2",
"tslib": "^2.3.0"
},
"devDependencies": {
"@react-native/community-cli-plugin": "0.78.0",
"@rnef/config": "^0.6.1"
"@rnef/config": "^0.6.2"
},
"peerDependencies": {
"@react-native/community-cli-plugin": "*"
Expand Down
Loading
Loading