Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(version): v13 alpha releases #2668

Merged
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
5 changes: 5 additions & 0 deletions .changeset/empty-apes-attend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@brandingbrand/code-cli-kit": patch
---

Add "android:exported" as attr to AndroidManifest.xml provider type.
6 changes: 6 additions & 0 deletions .changeset/few-plants-rush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@brandingbrand/code-cli": patch
"@brandingbrand/code-cli-kit": patch
---

Add kotlinVersion to ext configuration in build.gradle.
5 changes: 5 additions & 0 deletions .changeset/fifty-drinks-hammer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@brandingbrand/code-plugin-splash-screen": patch
---

Safely add Resources group to xcode project main group.
6 changes: 6 additions & 0 deletions .changeset/good-geese-cough.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@brandingbrand/code-cli": patch
"@brandingbrand/code-cli-kit": patch
---

Add device orientation configuration for both ios and adr.
5 changes: 5 additions & 0 deletions .changeset/nasty-ducks-applaud.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@brandingbrand/code-jest-config": patch
---

Move _.ts test environment and setup after files to _.js configuration
8 changes: 7 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
"@repo/typescript-config": "0.0.0"
},
"changesets": [
"empty-parrots-joke"
"empty-apes-attend",
"empty-parrots-joke",
"few-plants-rush",
"fifty-drinks-hammer",
"good-geese-cough",
"nasty-ducks-applaud",
"yellow-toes-mix"
]
}
5 changes: 5 additions & 0 deletions .changeset/yellow-toes-mix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@brandingbrand/code-plugin-target-extension": patch
---

Add target extension to xcode project main group.
16 changes: 8 additions & 8 deletions apps/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@brandingbrand/code-cli": "13.0.0-alpha.0",
"@brandingbrand/code-cli-kit": "13.0.0-alpha.0",
"@brandingbrand/code-jest-config": "1.0.0-alpha.0",
"@brandingbrand/code-plugin-app-icon": "2.0.0-alpha.0",
"@brandingbrand/code-plugin-asset": "2.0.0-alpha.0",
"@brandingbrand/code-cli": "13.0.0-alpha.1",
"@brandingbrand/code-cli-kit": "13.0.0-alpha.1",
"@brandingbrand/code-jest-config": "1.0.0-alpha.1",
"@brandingbrand/code-plugin-app-icon": "2.0.0-alpha.1",
"@brandingbrand/code-plugin-asset": "2.0.0-alpha.1",
"@brandingbrand/code-plugin-example": "link:./coderc/plugins/plugin-example",
"@brandingbrand/code-plugin-native-navigation": "2.0.0-alpha.0",
"@brandingbrand/code-plugin-permissions": "2.0.0-alpha.0",
"@brandingbrand/code-plugin-splash-screen": "2.0.0-alpha.0",
"@brandingbrand/code-plugin-native-navigation": "2.0.0-alpha.1",
"@brandingbrand/code-plugin-permissions": "2.0.0-alpha.1",
"@brandingbrand/code-plugin-splash-screen": "2.0.0-alpha.1",
"@react-native/eslint-config": "^0.72.2",
"@react-native/metro-config": "^0.72.11",
"@tsconfig/react-native": "^3.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @brandingbrand/code-cli-kit

## 13.0.0-alpha.1

### Patch Changes

- Add "android:exported" as attr to AndroidManifest.xml provider type.
- Add kotlinVersion to ext configuration in build.gradle.
- Add device orientation configuration for both ios and adr.

## 13.0.0-alpha.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@brandingbrand/code-cli-kit",
"version": "13.0.0-alpha.0",
"version": "13.0.0-alpha.1",
"description": "tools for Flagship Code react-native application",
"license": "MIT",
"main": "dist/index.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
"xcode": "^3.0.1"
},
"devDependencies": {
"@brandingbrand/code-jest-config": "1.0.0-alpha.0",
"@brandingbrand/code-jest-config": "1.0.0-alpha.1",
"@repo/eslint-config": "*",
"@repo/typescript-config": "*",
"@types/eslint": "^8.56.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @brandingbrand/code-cli

## 13.0.0-alpha.1

### Patch Changes

- Add kotlinVersion to ext configuration in build.gradle.
- Add device orientation configuration for both ios and adr.
- Updated dependencies
- Updated dependencies
- Updated dependencies
- @brandingbrand/[email protected]

## 13.0.0-alpha.0

### Major 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": "@brandingbrand/code-cli",
"version": "13.0.0-alpha.0",
"version": "13.0.0-alpha.1",
"description": "cli for Flagship Code applications",
"license": "MIT",
"bin": {
Expand All @@ -21,7 +21,7 @@
},
"types": "dist/index.d.ts",
"dependencies": {
"@brandingbrand/code-cli-kit": "13.0.0-alpha.0",
"@brandingbrand/code-cli-kit": "13.0.0-alpha.1",
"bundle-require": "^4.0.2",
"ci-info": "^4.0.0",
"commander": "11.1.0",
Expand All @@ -46,7 +46,7 @@
"react-native": "~0.72.0"
},
"devDependencies": {
"@brandingbrand/code-jest-config": "1.0.0-alpha.0",
"@brandingbrand/code-jest-config": "1.0.0-alpha.1",
"@repo/eslint-config": "*",
"@repo/typescript-config": "*",
"@types/eslint": "^8.56.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/jest-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @brandingbrand/code-jest-config

## 1.0.0-alpha.1

### Patch Changes

- Move _.ts test environment and setup after files to _.js configuration

## 1.0.0-alpha.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@brandingbrand/code-jest-config",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"license": "MIT",
"files": [
"build",
Expand Down
9 changes: 9 additions & 0 deletions packages/plugin-app-icon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @brandingbrand/code-plugin-app-icon

## 2.0.0-alpha.1

### Patch Changes

- Updated dependencies
- Updated dependencies
- Updated dependencies
- @brandingbrand/[email protected]

## 2.0.0-alpha.0

### Major Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/plugin-app-icon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@brandingbrand/code-plugin-app-icon",
"version": "2.0.0-alpha.0",
"version": "2.0.0-alpha.1",
"description": "plugin for Flagship Code app icon",
"license": "MIT",
"main": "src/index.ts",
Expand All @@ -19,11 +19,11 @@
"sharp": "0.31.2"
},
"peerDependencies": {
"@brandingbrand/code-cli-kit": "13.0.0-alpha.0"
"@brandingbrand/code-cli-kit": "13.0.0-alpha.1"
},
"devDependencies": {
"@brandingbrand/code-cli-kit": "13.0.0-alpha.0",
"@brandingbrand/code-jest-config": "1.0.0-alpha.0",
"@brandingbrand/code-cli-kit": "13.0.0-alpha.1",
"@brandingbrand/code-jest-config": "1.0.0-alpha.1",
"@repo/eslint-config": "*",
"@repo/typescript-config": "*",
"@types/eslint": "^8.56.1",
Expand Down
9 changes: 9 additions & 0 deletions packages/plugin-asset/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @brandingbrand/code-plugin-asset

## 2.0.0-alpha.1

### Patch Changes

- Updated dependencies
- Updated dependencies
- Updated dependencies
- @brandingbrand/[email protected]

## 2.0.0-alpha.0

### Major Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/plugin-asset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@brandingbrand/code-plugin-asset",
"version": "2.0.0-alpha.0",
"version": "2.0.0-alpha.1",
"description": "plugin for Flagship Code for assets",
"license": "MIT",
"main": "src/index.ts",
Expand All @@ -19,11 +19,11 @@
"react-native-asset": "2.1.1"
},
"peerDependencies": {
"@brandingbrand/code-cli-kit": "13.0.0-alpha.0"
"@brandingbrand/code-cli-kit": "13.0.0-alpha.1"
},
"devDependencies": {
"@brandingbrand/code-cli-kit": "13.0.0-alpha.0",
"@brandingbrand/code-jest-config": "1.0.0-alpha.0",
"@brandingbrand/code-cli-kit": "13.0.0-alpha.1",
"@brandingbrand/code-jest-config": "1.0.0-alpha.1",
"@repo/eslint-config": "*",
"@repo/typescript-config": "*",
"@types/eslint": "^8.56.1",
Expand Down
9 changes: 9 additions & 0 deletions packages/plugin-fastlane/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @brandingbrand/code-plugin-fastlane

## 3.0.0-alpha.1

### Patch Changes

- Updated dependencies
- Updated dependencies
- Updated dependencies
- @brandingbrand/[email protected]

## 3.0.0-alpha.0

### Major Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/plugin-fastlane/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@brandingbrand/code-plugin-fastlane",
"version": "3.0.0-alpha.0",
"version": "3.0.0-alpha.1",
"description": "plugin for Flagship Code for fastlane and app center builds",
"license": "MIT",
"main": "src/index.ts",
Expand All @@ -20,11 +20,11 @@
"fs-extra": "^11.2.0"
},
"peerDependencies": {
"@brandingbrand/code-cli-kit": "13.0.0-alpha.0"
"@brandingbrand/code-cli-kit": "13.0.0-alpha.1"
},
"devDependencies": {
"@brandingbrand/code-cli-kit": "13.0.0-alpha.0",
"@brandingbrand/code-jest-config": "1.0.0-alpha.0",
"@brandingbrand/code-cli-kit": "13.0.0-alpha.1",
"@brandingbrand/code-jest-config": "1.0.0-alpha.1",
"@repo/eslint-config": "*",
"@repo/typescript-config": "*",
"@types/ejs": "^3.1.5",
Expand Down
9 changes: 9 additions & 0 deletions packages/plugin-native-navigation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @brandingbrand/code-plugin-native-navigation

## 2.0.0-alpha.1

### Patch Changes

- Updated dependencies
- Updated dependencies
- Updated dependencies
- @brandingbrand/[email protected]

## 2.0.0-alpha.0

### Major Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/plugin-native-navigation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@brandingbrand/code-plugin-native-navigation",
"version": "2.0.0-alpha.0",
"version": "2.0.0-alpha.1",
"description": "plugin for Flagship Code for react-native-navigation",
"license": "MIT",
"main": "src/index.ts",
Expand All @@ -16,12 +16,12 @@
},
"types": "src/index.ts",
"peerDependencies": {
"@brandingbrand/code-cli-kit": "13.0.0-alpha.0",
"@brandingbrand/code-cli-kit": "13.0.0-alpha.1",
"react-native-navigation": "*"
},
"devDependencies": {
"@brandingbrand/code-cli-kit": "13.0.0-alpha.0",
"@brandingbrand/code-jest-config": "1.0.0-alpha.0",
"@brandingbrand/code-cli-kit": "13.0.0-alpha.1",
"@brandingbrand/code-jest-config": "1.0.0-alpha.1",
"@repo/eslint-config": "*",
"@repo/typescript-config": "*",
"@types/eslint": "^8.56.1",
Expand Down
9 changes: 9 additions & 0 deletions packages/plugin-permissions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @brandingbrand/code-plugin-permissions

## 2.0.0-alpha.1

### Patch Changes

- Updated dependencies
- Updated dependencies
- Updated dependencies
- @brandingbrand/[email protected]

## 2.0.0-alpha.0

### Major Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/plugin-permissions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@brandingbrand/code-plugin-permissions",
"version": "2.0.0-alpha.0",
"version": "2.0.0-alpha.1",
"description": "plugin for Flagship Code for react-native-permissions",
"license": "MIT",
"main": "src/index.ts",
Expand All @@ -16,12 +16,12 @@
},
"types": "src/index.ts",
"peerDependencies": {
"@brandingbrand/code-cli-kit": "13.0.0-alpha.0",
"@brandingbrand/code-cli-kit": "13.0.0-alpha.1",
"react-native-permissions": "^4.0.0"
},
"devDependencies": {
"@brandingbrand/code-cli-kit": "13.0.0-alpha.0",
"@brandingbrand/code-jest-config": "1.0.0-alpha.0",
"@brandingbrand/code-cli-kit": "13.0.0-alpha.1",
"@brandingbrand/code-jest-config": "1.0.0-alpha.1",
"@repo/eslint-config": "*",
"@repo/typescript-config": "*",
"@types/eslint": "^8.56.1",
Expand Down
10 changes: 10 additions & 0 deletions packages/plugin-splash-screen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @brandingbrand/code-plugin-splash-screen

## 2.0.0-alpha.1

### Patch Changes

- Safely add Resources group to xcode project main group.
- Updated dependencies
- Updated dependencies
- Updated dependencies
- @brandingbrand/[email protected]

## 2.0.0-alpha.0

### Major Changes
Expand Down
Loading