Skip to content

Commit

Permalink
Merge pull request #2635 from brandingbrand/release/code-core/12.0.1
Browse files Browse the repository at this point in the history
chore: merge release/code-core/12.0.1 into develop
  • Loading branch information
NickBurkhartBB authored Jul 28, 2023
2 parents 52a3f27 + fdc5387 commit 6480551
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -217,5 +217,11 @@ The `logger` executor stops the spinner utility based upon the command-line opti

### Changelog

#### 12.0.1

fix(Android): release builds compilation error with ReactNativeFlipper in [pull#2630](https://github.com/brandingbrand/flagship/pull/2630)

#### 12.0.0

* update to support react-native version 71.x
* upgrade default target sdk to 33 for Android
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @brandingbrand/code-core

## 12.0.1

### Patch Changes

- fix(Android): release builds compilation error with ReactNativeFlipper in pull https://github.com/brandingbrand/flagship/pull/2630

## 12.0.0

- react-native version 0.71.X support
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@brandingbrand/code-core",
"version": "12.0.0",
"version": "12.0.1",
"description": "core tools for Flagship Code react-native application",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 6480551

Please sign in to comment.