Skip to content

Commit

Permalink
Merge pull request #2721 from crherman7/chore/v13_changeset_exit
Browse files Browse the repository at this point in the history
chore: ENG-5363 v13 changeset exit alpha pre-release
  • Loading branch information
NickBurkhartBB authored Jun 25, 2024
2 parents dc1fd4f + b7877e1 commit 7c88cd6
Show file tree
Hide file tree
Showing 42 changed files with 237 additions and 201 deletions.
5 changes: 0 additions & 5 deletions .changeset/empty-apes-attend.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/empty-parrots-joke.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/famous-stingrays-call.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-flowers-travel.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/few-plants-rush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-drinks-hammer.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fresh-days-chew.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/good-geese-cough.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-berries-compare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-lamps-smell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-fireants-battle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-ducks-applaud.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/nine-numbers-design.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-games-talk.md

This file was deleted.

42 changes: 0 additions & 42 deletions .changeset/pre.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-tools-relate.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/shy-roses-warn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-turtles-deny.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-sloths-applaud.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-kiwis-perform.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-toes-mix.md

This file was deleted.

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.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.5",
"@brandingbrand/code-plugin-asset": "2.0.0-alpha.5",
"@brandingbrand/code-cli": "13.0.0",
"@brandingbrand/code-cli-kit": "13.0.0",
"@brandingbrand/code-jest-config": "1.0.0",
"@brandingbrand/code-plugin-app-icon": "2.0.0",
"@brandingbrand/code-plugin-asset": "2.0.0",
"@brandingbrand/code-plugin-example": "link:./coderc/plugins/plugin-example",
"@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",
"@brandingbrand/code-plugin-native-navigation": "2.0.0",
"@brandingbrand/code-plugin-permissions": "2.0.0",
"@brandingbrand/code-plugin-splash-screen": "2.0.0",
"@react-native/eslint-config": "^0.72.2",
"@react-native/metro-config": "^0.72.11",
"@tsconfig/react-native": "^3.0.0",
Expand Down
19 changes: 19 additions & 0 deletions packages/cli-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @brandingbrand/code-cli-kit

## 13.0.0

### Major Changes

- 1ddf4fc: Flagship Code™ v13 rewrite

### Minor Changes

- 152c6de: dynamically generate network_security_config.xml
- 51344be: add android manifest queries type

### Patch Changes

- 2160de2: Add "android:exported" as attr to AndroidManifest.xml provider type.
- 2160de2: Add kotlinVersion to ext configuration in build.gradle.
- 2160de2: Add device orientation configuration for both ios and adr.
- e085e57: add PrivacyInfo.xcprivacy as resource file
- cd5a724: handling project path

## 13.0.0-alpha.5

### Minor 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.5",
"version": "13.0.0",
"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.2-nightly.20240423000755527.sha.5158ec51"
},
"devDependencies": {
"@brandingbrand/code-jest-config": "1.0.0-alpha.1",
"@brandingbrand/code-jest-config": "1.0.0",
"@repo/eslint-config": "*",
"@repo/typescript-config": "*",
"@types/eslint": "^8.56.1",
Expand Down
32 changes: 32 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# @brandingbrand/code-cli

## 13.0.0

### Major Changes

- 1ddf4fc: Flagship Code™ v13 rewrite

### Minor Changes

- 152c6de: dynamically generate network_security_config.xml
- 379f1bb: add default network security configuration to android configuration
- 4ae1bc2: Android 14 support

### Patch Changes

- cd5a724: improve cli messaging
- 2160de2: Add kotlinVersion to ext configuration in build.gradle.
- 2160de2: Add device orientation configuration for both ios and adr.
- e24e2d4: update envs to default export for fsapp v10
- e085e57: add PrivacyInfo.xcprivacy as resource file
- 94f79ec: remove only localhost exception domain in release mode
- 99a9f5e: add @brandingbrand/fsapp <v11 support
- 5419baf: add PrivacyInfo.xcprivacy privacy manifest to xcode project
- Updated dependencies [2160de2]
- Updated dependencies [1ddf4fc]
- Updated dependencies [2160de2]
- Updated dependencies [152c6de]
- Updated dependencies [2160de2]
- Updated dependencies [51344be]
- Updated dependencies [e085e57]
- Updated dependencies [cd5a724]
- @brandingbrand/code-cli-kit@13.0.0

## 13.0.0-alpha.5

### Minor 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.5",
"version": "13.0.0",
"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.5",
"@brandingbrand/code-cli-kit": "13.0.0",
"bundle-require": "^4.0.2",
"chalk": "^4.1.2",
"ci-info": "^4.0.0",
Expand All @@ -48,7 +48,7 @@
"react-native": "~0.72.0"
},
"devDependencies": {
"@brandingbrand/code-jest-config": "1.0.0-alpha.1",
"@brandingbrand/code-jest-config": "1.0.0",
"@repo/eslint-config": "*",
"@repo/typescript-config": "*",
"@types/eslint": "^8.56.1",
Expand Down
10 changes: 10 additions & 0 deletions packages/jest-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @brandingbrand/code-jest-config

## 1.0.0

### Major Changes

- 1ddf4fc: Flagship Code™ v13 rewrite

### Patch Changes

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

## 1.0.0-alpha.1

### Patch 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.1",
"version": "1.0.0",
"license": "MIT",
"files": [
"build",
Expand Down
20 changes: 20 additions & 0 deletions packages/plugin-app-icon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @brandingbrand/code-plugin-app-icon

## 2.0.0

### Major Changes

- 1ddf4fc: Flagship Code™ v13 rewrite

### Patch Changes

- cd5a724: handling project path
- 494d95e: fix sharp vulnerability in libwebp dependency CVE-2023-4863
- Updated dependencies [2160de2]
- Updated dependencies [1ddf4fc]
- Updated dependencies [2160de2]
- Updated dependencies [152c6de]
- Updated dependencies [2160de2]
- Updated dependencies [51344be]
- Updated dependencies [e085e57]
- Updated dependencies [cd5a724]
- @brandingbrand/code-cli-kit@13.0.0

## 2.0.0-alpha.5

### Patch 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.5",
"version": "2.0.0",
"description": "plugin for Flagship Code app icon",
"license": "MIT",
"main": "src/index.ts",
Expand All @@ -19,11 +19,11 @@
"sharp": "^0.32.5"
},
"peerDependencies": {
"@brandingbrand/code-cli-kit": "13.0.0-alpha.5"
"@brandingbrand/code-cli-kit": "13.0.0"
},
"devDependencies": {
"@brandingbrand/code-cli-kit": "13.0.0-alpha.5",
"@brandingbrand/code-jest-config": "1.0.0-alpha.1",
"@brandingbrand/code-cli-kit": "13.0.0",
"@brandingbrand/code-jest-config": "1.0.0",
"@repo/eslint-config": "*",
"@repo/typescript-config": "*",
"@types/eslint": "^8.56.1",
Expand Down
Loading

0 comments on commit 7c88cd6

Please sign in to comment.