Skip to content

Commit

Permalink
Publish @expo/config-plugins, @expo/prebuild-config
Browse files Browse the repository at this point in the history
@expo/config@9.0.0-beta.0
@expo/config-plugins@8.0.0-beta.0
@expo/prebuild-config@7.0.0-beta.0
  • Loading branch information
brentvatne committed Apr 17, 2024
1 parent aec0b49 commit 0546595
Show file tree
Hide file tree
Showing 20 changed files with 46 additions and 28 deletions.
2 changes: 1 addition & 1 deletion apps/eas-expo-go/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"@expo/config": "~8.5.0"
"@expo/config": "~9.0.0-beta.0"
},
"scripts": {
"eas-build-pre-install": "./scripts/eas-build-pre-install.sh",
Expand Down
6 changes: 3 additions & 3 deletions packages/@expo/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"dependencies": {
"@babel/runtime": "^7.20.0",
"@expo/code-signing-certificates": "0.0.5",
"@expo/config": "~8.5.0",
"@expo/config-plugins": "~7.8.0",
"@expo/config": "~9.0.0-beta.0",
"@expo/config-plugins": "~8.0.0-beta.0",
"@expo/devcert": "^1.0.0",
"@expo/env": "~0.2.0",
"@expo/image-utils": "^0.4.0",
Expand All @@ -49,7 +49,7 @@
"@expo/osascript": "^2.0.31",
"@expo/package-manager": "^1.4.0",
"@expo/plist": "^0.1.0",
"@expo/prebuild-config": "6.7.1",
"@expo/prebuild-config": "7.0.0-beta.0",
"@expo/rudder-sdk-node": "1.1.1",
"@expo/spawn-async": "^1.7.2",
"@expo/xcpretty": "^4.3.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/@expo/config-plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@

### 🎉 New features

### 🐛 Bug fixes

### 💡 Others

## 8.0.0-beta.0 — 2024-04-17

### 🎉 New features

- Add privacy info config plugin. ([#28005](https://github.com/expo/expo/pull/28005) by [@aleqsio](https://github.com/aleqsio))

### 🐛 Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/@expo/config-plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@expo/config-plugins",
"version": "7.8.1",
"version": "8.0.0-beta.0",
"description": "A library for Expo config plugins",
"main": "build/index.js",
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions packages/@expo/config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

### 💡 Others

## 9.0.0-beta.0 — 2024-04-17

### 📚 3rd party library updates

- update semver from 7.5.3 to 7.5.4. ([#26876](https://github.com/expo/expo/pull/26876) by [@GaelCO](https://github.com/GaelCO))
Expand Down
4 changes: 2 additions & 2 deletions packages/@expo/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@expo/config",
"version": "8.5.1",
"version": "9.0.0-beta.0",
"description": "A library for interacting with the app.json",
"main": "build/index.js",
"scripts": {
Expand Down Expand Up @@ -34,7 +34,7 @@
],
"dependencies": {
"@babel/code-frame": "~7.10.4",
"@expo/config-plugins": "~7.8.0",
"@expo/config-plugins": "~8.0.0-beta.0",
"@expo/config-types": "^51.0.0-unreleased",
"@expo/json-file": "^8.3.0",
"getenv": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@expo/metro-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@babel/generator": "^7.20.5",
"@babel/parser": "^7.20.0",
"@babel/types": "^7.20.0",
"@expo/config": "~8.5.0",
"@expo/config": "~9.0.0-beta.0",
"@expo/env": "~0.2.0",
"@expo/json-file": "~8.3.0",
"@expo/spawn-async": "^1.7.2",
Expand Down
12 changes: 10 additions & 2 deletions packages/@expo/prebuild-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,23 @@

### 🛠 Breaking changes

### 🎉 New features

### 🐛 Bug fixes

### 💡 Others

## 7.0.0-beta.0 — 2024-04-17

### 🛠 Breaking changes

- [iOS] remove default APNS entitlement. ([#27924](https://github.com/expo/expo/pull/27924) by [@douglowder](https://github.com/douglowder))

### 🎉 New features

- Include new privacy info plugin in default plugins. ([#28005](https://github.com/expo/expo/pull/28005) by [@aleqsio](https://github.com/aleqsio))
- Add default icon on iOS to prevent submission failure when no `icon` is defined. ([#27774](https://github.com/expo/expo/pull/27774) by [@EvanBacon](https://github.com/EvanBacon))

### 🐛 Bug fixes

### 💡 Others

- Improve config plugin testing. ([#28107](https://github.com/expo/expo/pull/28107) by [@EvanBacon](https://github.com/EvanBacon))
Expand Down
6 changes: 3 additions & 3 deletions packages/@expo/prebuild-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@expo/prebuild-config",
"version": "6.7.1",
"version": "7.0.0-beta.0",
"description": "Get the prebuild config",
"main": "build/index.js",
"scripts": {
Expand Down Expand Up @@ -37,8 +37,8 @@
"expo-module-scripts": "^3.3.0"
},
"dependencies": {
"@expo/config": "~8.5.0",
"@expo/config-plugins": "~7.8.0",
"@expo/config": "~9.0.0-beta.0",
"@expo/config-plugins": "~8.0.0-beta.0",
"@expo/config-types": "^51.0.0-unreleased",
"@expo/image-utils": "^0.4.0",
"@expo/json-file": "^8.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-expo-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"homepage": "https://github.com/expo/expo/tree/main/packages/expo",
"dependencies": {
"@expo/config": "~8.5.0",
"@expo/config": "~9.0.0-beta.0",
"@expo/json-file": "^8.3.0",
"@expo/rudder-sdk-node": "^1.1.1",
"@expo/spawn-async": "^1.7.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/expo-constants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"preset": "expo-module-scripts"
},
"dependencies": {
"@expo/config": "~8.5.0"
"@expo/config": "~9.0.0-beta.0"
},
"devDependencies": {
"expo-module-scripts": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/expo-doctor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"prepublishOnly": "expo-module prepublishOnly"
},
"devDependencies": {
"@expo/config": "~8.5.0",
"@expo/config": "~9.0.0-beta.0",
"@expo/json-file": "~8.3.0",
"@expo/schemer": "1.5.0",
"@expo/spawn-async": "^1.7.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/expo-manifests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"preset": "expo-module-scripts"
},
"dependencies": {
"@expo/config": "~8.5.0",
"@expo/config": "~9.0.0-beta.0",
"expo-json-utils": "~0.12.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/expo-splash-screen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"license": "MIT",
"homepage": "https://docs.expo.dev/versions/latest/sdk/splash-screen/",
"dependencies": {
"@expo/prebuild-config": "6.7.1"
"@expo/prebuild-config": "7.0.0-beta.0"
},
"devDependencies": {
"expo-module-scripts": "^3.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/expo-updates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
},
"dependencies": {
"@expo/code-signing-certificates": "0.0.5",
"@expo/config": "~8.5.0",
"@expo/config-plugins": "~7.8.0",
"@expo/config": "~9.0.0-beta.0",
"@expo/config-plugins": "~8.0.0-beta.0",
"@expo/fingerprint": "^0.6.0",
"@expo/spawn-async": "^1.7.2",
"arg": "4.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
"dependencies": {
"@babel/runtime": "^7.20.0",
"@expo/cli": "0.16.3",
"@expo/config": "8.5.1",
"@expo/config-plugins": "7.8.1",
"@expo/config": "9.0.0-beta.0",
"@expo/config-plugins": "8.0.0-beta.0",
"@expo/metro-config": "0.17.0",
"@expo/vector-icons": "^14.0.0",
"babel-preset-expo": "~10.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/install-expo-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"directory": "packages/install-expo-modules"
},
"devDependencies": {
"@expo/config": "^8.4.0",
"@expo/config-plugins": "^7.7.0",
"@expo/config": "^9.0.0-beta.0",
"@expo/config-plugins": "^8.0.0-beta.0",
"@expo/package-manager": "^1.4.0",
"@types/prompts": "^2.0.6",
"@types/semver": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"preset": "jest-expo/universal"
},
"dependencies": {
"@expo/config": "~8.5.0",
"@expo/config": "~9.0.0-beta.0",
"@expo/json-file": "^8.3.0",
"@jest/create-cache-key-function": "^29.2.1",
"babel-jest": "^29.2.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/patch-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"memfs": "^3.2.0"
},
"dependencies": {
"@expo/config": "~8.5.0",
"@expo/config-plugins": "~7.8.0",
"@expo/config": "~9.0.0-beta.0",
"@expo/config-plugins": "~8.0.0-beta.0",
"@expo/spawn-async": "^1.7.2",
"arg": "5.0.2",
"chalk": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/uri-scheme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"prepublishOnly": "expo-module prepublishOnly"
},
"devDependencies": {
"@expo/config-plugins": "^7.7.0",
"@expo/config-plugins": "^8.0.0-beta.0",
"@expo/plist": "^0.1.0",
"@expo/spawn-async": "^1.7.2",
"@types/prompts": "^2.0.6",
Expand Down

0 comments on commit 0546595

Please sign in to comment.