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
11 changes: 0 additions & 11 deletions .changeset/healthy-glasses-arrive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-files-rush.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/long-mails-do.md

This file was deleted.

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

## 0.7.0

### Minor Changes

- ea7abde: feat: upgrade templates to 0.79

### Patch Changes

- a004ed5: fix: incorrectly resolving root
- Updated dependencies [a004ed5]
- @rnef/[email protected]
- @rnef/[email protected]

## 0.6.2

### 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.2",
"version": "0.7.0",
"type": "module",
"exports": {
"./package.json": "./package.json"
Expand All @@ -17,8 +17,8 @@
},
"dependencies": {
"@react-native-community/cli-config": "^18.0.0",
"@rnef/config": "^0.6.2",
"@rnef/tools": "^0.6.2",
"@rnef/config": "^0.7.0",
"@rnef/tools": "^0.7.0",
"commander": "^12.1.0",
"tslib": "^2.3.0"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @rnef/config

## 0.7.0

### Patch Changes

- a004ed5: fix: incorrectly resolving root
- @rnef/[email protected]

## 0.6.2

### 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.2",
"version": "0.7.0",
"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.2",
"@rnef/tools": "^0.7.0",
"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.7.0

### Patch Changes

- 5e2a0e7: chore: simplify welcome message and improve prompts
- @rnef/[email protected]

## 0.6.2

### 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.2",
"version": "0.7.0",
"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.2",
"@rnef/tools": "^0.7.0",
"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.2",
"@rnef/test-helpers": "^0.7.0",
"@types/minimist": "^1.2.5"
},
"publishConfig": {
Expand Down
10 changes: 10 additions & 0 deletions packages/platform-android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @rnef/platform-android

## 0.7.0

### Minor Changes

- ea7abde: feat: upgrade templates to 0.79

### Patch Changes

- @rnef/[email protected]

## 0.6.2

### 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.2",
"version": "0.7.0",
"type": "module",
"exports": {
"types": "./dist/src/index.d.ts",
Expand All @@ -17,13 +17,13 @@
},
"dependencies": {
"@react-native-community/cli-config-android": "^18.0.0",
"@rnef/tools": "^0.6.2",
"@rnef/tools": "^0.7.0",
"adm-zip": "^0.5.16",
"tslib": "^2.3.0"
},
"devDependencies": {
"@react-native-community/cli-types": "^18.0.0",
"@rnef/config": "^0.6.2",
"@rnef/config": "^0.7.0",
"@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.2"
"@rnef/platform-android": "^0.7.0"
}
}
10 changes: 10 additions & 0 deletions packages/platform-apple-helpers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @rnef/platform-apple-helpers

## 0.7.0

### Minor Changes

- ea7abde: feat: upgrade templates to 0.79

### Patch Changes

- @rnef/[email protected]

## 0.6.2

### 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.2",
"version": "0.7.0",
"type": "module",
"exports": {
"types": "./dist/src/index.d.ts",
Expand All @@ -16,7 +16,7 @@
"dependencies": {
"@react-native-community/cli-config": "^18.0.0",
"@react-native-community/cli-config-apple": "^18.0.0",
"@rnef/tools": "^0.6.2",
"@rnef/tools": "^0.7.0",
"@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": "^18.0.0",
"@rnef/config": "^0.6.2"
"@rnef/config": "^0.7.0"
},
"publishConfig": {
"access": "public"
Expand Down
12 changes: 12 additions & 0 deletions packages/platform-ios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @rnef/platform-ios

## 0.7.0

### Minor Changes

- ea7abde: feat: upgrade templates to 0.79

### Patch Changes

- Updated dependencies [ea7abde]
- @rnef/[email protected]
- @rnef/[email protected]

## 0.6.2

### 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.2",
"version": "0.7.0",
"type": "module",
"exports": {
"types": "./dist/src/index.d.ts",
Expand All @@ -18,12 +18,12 @@
"dependencies": {
"@react-native-community/cli-config-apple": "^18.0.0",
"@react-native-community/cli-types": "^18.0.0",
"@rnef/platform-apple-helpers": "^0.6.2",
"@rnef/tools": "^0.6.2",
"@rnef/platform-apple-helpers": "^0.7.0",
"@rnef/tools": "^0.7.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"@rnef/config": "^0.6.2"
"@rnef/config": "^0.7.0"
},
"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.2"
"@rnef/platform-ios": "^0.7.0"
}
}
12 changes: 12 additions & 0 deletions packages/plugin-brownfield-android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @rnef/plugin-brownfield-android

## 0.7.0

### Minor Changes

- ea7abde: feat: upgrade templates to 0.79

### Patch Changes

- Updated dependencies [ea7abde]
- @rnef/[email protected]
- @rnef/[email protected]

## 0.6.2

### 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.2",
"version": "0.7.0",
"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.2",
"@rnef/platform-android": "^0.6.2",
"@rnef/tools": "^0.7.0",
"@rnef/platform-android": "^0.7.0",
"@react-native-community/cli-config-android": "^18.0.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"@rnef/config": "^0.6.2",
"@rnef/config": "^0.7.0",
"@react-native-community/cli-types": "^18.0.0"
},
"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.2"
"@rnef/plugin-brownfield-android": "^0.7.0"
}
}
12 changes: 12 additions & 0 deletions packages/plugin-brownfield-ios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @rnef/plugin-brownfield-ios

## 0.7.0

### Minor Changes

- ea7abde: feat: upgrade templates to 0.79

### Patch Changes

- Updated dependencies [ea7abde]
- @rnef/[email protected]
- @rnef/[email protected]

## 0.6.2

### 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.2",
"version": "0.7.0",
"type": "module",
"exports": {
"types": "./dist/src/index.d.ts",
Expand All @@ -18,12 +18,12 @@
"dependencies": {
"@react-native-community/cli-config-apple": "^18.0.0",
"@react-native-community/cli-types": "^18.0.0",
"@rnef/tools": "^0.6.2",
"@rnef/platform-apple-helpers": "^0.6.2",
"@rnef/tools": "^0.7.0",
"@rnef/platform-apple-helpers": "^0.7.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"@rnef/config": "^0.6.2"
"@rnef/config": "^0.7.0"
},
"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.2"
"@rnef/plugin-brownfield-ios": "^0.7.0"
}
}
10 changes: 10 additions & 0 deletions packages/plugin-metro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @rnef/plugin-metro

## 0.7.0

### Minor Changes

- ea7abde: feat: upgrade templates to 0.79

### Patch Changes

- @rnef/[email protected]

## 0.6.2

### Patch Changes
Expand Down
Loading
Loading