Skip to content

Commit

Permalink
Merge pull request #2719 from NickBurkhartBB/chore/alpha-version
Browse files Browse the repository at this point in the history
chore: v13 alpha version 5
  • Loading branch information
NickBurkhartBB authored Jun 20, 2024
2 parents 86289bf + 0974258 commit dc1fd4f
Show file tree
Hide file tree
Showing 20 changed files with 98 additions and 31 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"fast-flowers-travel",
"few-plants-rush",
"fifty-drinks-hammer",
"fresh-days-chew",
"good-geese-cough",
"gorgeous-berries-compare",
"healthy-lamps-smell",
Expand Down
14 changes: 7 additions & 7 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.4",
"@brandingbrand/code-cli-kit": "13.0.0-alpha.4",
"@brandingbrand/code-cli": "13.0.0-alpha.5",
"@brandingbrand/code-cli-kit": "13.0.0-alpha.5",
"@brandingbrand/code-jest-config": "1.0.0-alpha.1",
"@brandingbrand/code-plugin-app-icon": "2.0.0-alpha.4",
"@brandingbrand/code-plugin-asset": "2.0.0-alpha.4",
"@brandingbrand/code-plugin-app-icon": "2.0.0-alpha.5",
"@brandingbrand/code-plugin-asset": "2.0.0-alpha.5",
"@brandingbrand/code-plugin-example": "link:./coderc/plugins/plugin-example",
"@brandingbrand/code-plugin-native-navigation": "2.0.0-alpha.4",
"@brandingbrand/code-plugin-permissions": "2.0.0-alpha.4",
"@brandingbrand/code-plugin-splash-screen": "2.0.0-alpha.4",
"@brandingbrand/code-plugin-native-navigation": "2.0.0-alpha.5",
"@brandingbrand/code-plugin-permissions": "2.0.0-alpha.5",
"@brandingbrand/code-plugin-splash-screen": "2.0.0-alpha.5",
"@react-native/eslint-config": "^0.72.2",
"@react-native/metro-config": "^0.72.11",
"@tsconfig/react-native": "^3.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/cli-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @brandingbrand/code-cli-kit

## 13.0.0-alpha.5

### Minor Changes

- 152c6de: dynamically generate network_security_config.xml

## 13.0.0-alpha.4

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.4",
"version": "13.0.0-alpha.5",
"description": "tools for Flagship Code react-native application",
"license": "MIT",
"main": "dist/index.js",
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.5

### Minor Changes

- 152c6de: dynamically generate network_security_config.xml

### Patch Changes

- Updated dependencies [152c6de]
- @brandingbrand/code-cli-kit@13.0.0-alpha.5

## 13.0.0-alpha.4

### Minor Changes
Expand Down
4 changes: 2 additions & 2 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.4",
"version": "13.0.0-alpha.5",
"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.4",
"@brandingbrand/code-cli-kit": "13.0.0-alpha.5",
"bundle-require": "^4.0.2",
"chalk": "^4.1.2",
"ci-info": "^4.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-app-icon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @brandingbrand/code-plugin-app-icon

## 2.0.0-alpha.5

### Patch Changes

- Updated dependencies [152c6de]
- @brandingbrand/code-cli-kit@13.0.0-alpha.5

## 2.0.0-alpha.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.4",
"version": "2.0.0-alpha.5",
"description": "plugin for Flagship Code app icon",
"license": "MIT",
"main": "src/index.ts",
Expand All @@ -19,10 +19,10 @@
"sharp": "^0.32.5"
},
"peerDependencies": {
"@brandingbrand/code-cli-kit": "13.0.0-alpha.4"
"@brandingbrand/code-cli-kit": "13.0.0-alpha.5"
},
"devDependencies": {
"@brandingbrand/code-cli-kit": "13.0.0-alpha.4",
"@brandingbrand/code-cli-kit": "13.0.0-alpha.5",
"@brandingbrand/code-jest-config": "1.0.0-alpha.1",
"@repo/eslint-config": "*",
"@repo/typescript-config": "*",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-asset/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @brandingbrand/code-plugin-asset

## 2.0.0-alpha.5

### Patch Changes

- Updated dependencies [152c6de]
- @brandingbrand/code-cli-kit@13.0.0-alpha.5

## 2.0.0-alpha.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.4",
"version": "2.0.0-alpha.5",
"description": "plugin for Flagship Code for assets",
"license": "MIT",
"main": "src/index.ts",
Expand All @@ -20,10 +20,10 @@
"react-native-asset": "2.1.1"
},
"peerDependencies": {
"@brandingbrand/code-cli-kit": "13.0.0-alpha.4"
"@brandingbrand/code-cli-kit": "13.0.0-alpha.5"
},
"devDependencies": {
"@brandingbrand/code-cli-kit": "13.0.0-alpha.4",
"@brandingbrand/code-cli-kit": "13.0.0-alpha.5",
"@brandingbrand/code-jest-config": "1.0.0-alpha.1",
"@repo/eslint-config": "*",
"@repo/typescript-config": "*",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-fastlane/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @brandingbrand/code-plugin-fastlane

## 3.0.0-alpha.5

### Patch Changes

- Updated dependencies [152c6de]
- @brandingbrand/code-cli-kit@13.0.0-alpha.5

## 3.0.0-alpha.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.4",
"version": "3.0.0-alpha.5",
"description": "plugin for Flagship Code for fastlane and app center builds",
"license": "MIT",
"main": "src/index.ts",
Expand All @@ -22,10 +22,10 @@
"fs-extra": "^11.2.0"
},
"peerDependencies": {
"@brandingbrand/code-cli-kit": "13.0.0-alpha.4"
"@brandingbrand/code-cli-kit": "13.0.0-alpha.5"
},
"devDependencies": {
"@brandingbrand/code-cli-kit": "13.0.0-alpha.4",
"@brandingbrand/code-cli-kit": "13.0.0-alpha.5",
"@brandingbrand/code-jest-config": "1.0.0-alpha.1",
"@repo/eslint-config": "*",
"@repo/typescript-config": "*",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-native-navigation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @brandingbrand/code-plugin-native-navigation

## 2.0.0-alpha.5

### Patch Changes

- Updated dependencies [152c6de]
- @brandingbrand/code-cli-kit@13.0.0-alpha.5

## 2.0.0-alpha.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.4",
"version": "2.0.0-alpha.5",
"description": "plugin for Flagship Code for react-native-navigation",
"license": "MIT",
"main": "src/index.ts",
Expand All @@ -16,11 +16,11 @@
},
"types": "src/index.ts",
"peerDependencies": {
"@brandingbrand/code-cli-kit": "13.0.0-alpha.4",
"@brandingbrand/code-cli-kit": "13.0.0-alpha.5",
"react-native-navigation": "*"
},
"devDependencies": {
"@brandingbrand/code-cli-kit": "13.0.0-alpha.4",
"@brandingbrand/code-cli-kit": "13.0.0-alpha.5",
"@brandingbrand/code-jest-config": "1.0.0-alpha.1",
"@repo/eslint-config": "*",
"@repo/typescript-config": "*",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-permissions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @brandingbrand/code-plugin-permissions

## 2.0.0-alpha.5

### Patch Changes

- Updated dependencies [152c6de]
- @brandingbrand/code-cli-kit@13.0.0-alpha.5

## 2.0.0-alpha.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.4",
"version": "2.0.0-alpha.5",
"description": "plugin for Flagship Code for react-native-permissions",
"license": "MIT",
"main": "src/index.ts",
Expand All @@ -16,11 +16,11 @@
},
"types": "src/index.ts",
"peerDependencies": {
"@brandingbrand/code-cli-kit": "13.0.0-alpha.4",
"@brandingbrand/code-cli-kit": "13.0.0-alpha.5",
"react-native-permissions": "^4.0.0"
},
"devDependencies": {
"@brandingbrand/code-cli-kit": "13.0.0-alpha.4",
"@brandingbrand/code-cli-kit": "13.0.0-alpha.5",
"@brandingbrand/code-jest-config": "1.0.0-alpha.1",
"@repo/eslint-config": "*",
"@repo/typescript-config": "*",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-splash-screen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @brandingbrand/code-plugin-splash-screen

## 2.0.0-alpha.5

### Patch Changes

- Updated dependencies [152c6de]
- @brandingbrand/code-cli-kit@13.0.0-alpha.5

## 2.0.0-alpha.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-splash-screen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@brandingbrand/code-plugin-splash-screen",
"version": "2.0.0-alpha.4",
"version": "2.0.0-alpha.5",
"description": "plugin for Flagship Code for splash screens",
"license": "MIT",
"main": "src/index.ts",
Expand All @@ -21,10 +21,10 @@
"react-native-bootsplash": "5.4.0"
},
"peerDependencies": {
"@brandingbrand/code-cli-kit": "13.0.0-alpha.4"
"@brandingbrand/code-cli-kit": "13.0.0-alpha.5"
},
"devDependencies": {
"@brandingbrand/code-cli-kit": "13.0.0-alpha.4",
"@brandingbrand/code-cli-kit": "13.0.0-alpha.5",
"@brandingbrand/code-jest-config": "1.0.0-alpha.1",
"@repo/eslint-config": "*",
"@repo/typescript-config": "*",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-target-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @brandingbrand/code-plugin-target-extension

## 2.0.0-alpha.5

### Patch Changes

- Updated dependencies [152c6de]
- @brandingbrand/code-cli-kit@13.0.0-alpha.5

## 2.0.0-alpha.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-target-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@brandingbrand/code-plugin-target-extension",
"version": "2.0.0-alpha.4",
"version": "2.0.0-alpha.5",
"description": "plugin for Flagship Code for iOS target extension",
"license": "MIT",
"main": "src/index.ts",
Expand All @@ -20,10 +20,10 @@
"fs-extra": "^11.2.0"
},
"peerDependencies": {
"@brandingbrand/code-cli-kit": "13.0.0-alpha.4"
"@brandingbrand/code-cli-kit": "13.0.0-alpha.5"
},
"devDependencies": {
"@brandingbrand/code-cli-kit": "13.0.0-alpha.4",
"@brandingbrand/code-cli-kit": "13.0.0-alpha.5",
"@brandingbrand/code-jest-config": "1.0.0-alpha.1",
"@repo/eslint-config": "*",
"@repo/typescript-config": "*",
Expand Down

0 comments on commit dc1fd4f

Please sign in to comment.