Skip to content

Commit

Permalink
Merge pull request #2751 from crherman7/chore/changeset_version_20240910
Browse files Browse the repository at this point in the history
chore: changeset version
  • Loading branch information
NickBurkhartBB authored Sep 11, 2024
2 parents bc15aec + ae9c711 commit 146a122
Show file tree
Hide file tree
Showing 22 changed files with 88 additions and 43 deletions.
13 changes: 0 additions & 13 deletions .changeset/angry-gifts-rescue.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/gold-cycles-call.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/old-yaks-hug.md

This file was deleted.

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.1",
"@brandingbrand/code-cli-kit": "13.0.0",
"@brandingbrand/code-cli": "13.1.0",
"@brandingbrand/code-cli-kit": "13.1.0",
"@brandingbrand/code-jest-config": "*",
"@brandingbrand/code-plugin-app-icon": "2.0.0",
"@brandingbrand/code-plugin-asset": "2.0.0",
"@brandingbrand/code-plugin-app-icon": "2.0.1",
"@brandingbrand/code-plugin-asset": "2.0.1",
"@brandingbrand/code-plugin-example": "link:./coderc/plugins/plugin-example",
"@brandingbrand/code-plugin-native-navigation": "2.0.0",
"@brandingbrand/code-plugin-permissions": "2.0.1",
"@brandingbrand/code-plugin-splash-screen": "2.0.0",
"@brandingbrand/code-plugin-native-navigation": "2.1.0",
"@brandingbrand/code-plugin-permissions": "2.0.2",
"@brandingbrand/code-plugin-splash-screen": "2.1.0",
"@react-native/babel-preset": "0.73.21",
"@react-native/eslint-config": "0.73.2",
"@react-native/metro-config": "0.73.5",
Expand Down
11 changes: 11 additions & 0 deletions packages/cli-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @brandingbrand/code-cli-kit

## 13.1.0

### Minor Changes

- f194fca: align dependencies command
- d78a816: react native 0.73 support

### Patch Changes

- cece852: peer dependency alignment

## 13.0.0

### Major 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",
"version": "13.1.0",
"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.1.0

### Minor Changes

- f194fca: align dependencies command
- d78a816: react native 0.73 support

### Patch Changes

- cece852: peer dependency alignment

## 13.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.1",
"version": "13.1.0",
"description": "cli for Flagship Code applications",
"license": "MIT",
"bin": {
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-app-icon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @brandingbrand/code-plugin-app-icon

## 2.0.1

### Patch Changes

- cece852: peer dependency alignment

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion 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",
"version": "2.0.1",
"description": "plugin for Flagship Code app icon",
"license": "MIT",
"main": "src/index.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-asset/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @brandingbrand/code-plugin-asset

## 2.0.1

### Patch Changes

- cece852: peer dependency alignment

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion 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",
"version": "2.0.1",
"description": "plugin for Flagship Code for assets",
"license": "MIT",
"main": "src/index.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-fastlane/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @brandingbrand/code-plugin-fastlane

## 3.0.1

### Patch Changes

- cece852: peer dependency alignment

## 3.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion 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",
"version": "3.0.1",
"description": "plugin for Flagship Code for fastlane and app center builds",
"license": "MIT",
"main": "src/index.ts",
Expand Down
10 changes: 10 additions & 0 deletions packages/plugin-native-navigation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @brandingbrand/code-plugin-native-navigation

## 2.1.0

### Minor Changes

- d78a816: react native 0.73 support

### Patch Changes

- cece852: peer dependency alignment

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion 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",
"version": "2.1.0",
"description": "plugin for Flagship Code for react-native-navigation",
"license": "MIT",
"main": "src/index.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-permissions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @brandingbrand/code-plugin-permissions

## 2.0.2

### Patch Changes

- cece852: peer dependency alignment

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.1",
"version": "2.0.2",
"description": "plugin for Flagship Code for react-native-permissions",
"license": "MIT",
"main": "src/index.ts",
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.1.0

### Minor Changes

- d78a816: react native 0.73 support

### Patch Changes

- cece852: peer dependency alignment

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion 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",
"version": "2.1.0",
"description": "plugin for Flagship Code for splash screens",
"license": "MIT",
"main": "src/index.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-target-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @brandingbrand/code-plugin-target-extension

## 2.0.1

### Patch Changes

- cece852: peer dependency alignment

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion 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",
"version": "2.0.1",
"description": "plugin for Flagship Code for iOS target extension",
"license": "MIT",
"main": "src/index.ts",
Expand Down

0 comments on commit 146a122

Please sign in to comment.