Skip to content

Commit

Permalink
Merge pull request #2631 from brandingbrand/release/code-plugin-leanp…
Browse files Browse the repository at this point in the history
…lum/1.0.1

chore: merge release/code-plugin-leanplum/1.0.1 to main
  • Loading branch information
jasonmosley authored Jul 28, 2023
2 parents 5914969 + ef11f66 commit 50647c4
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "feat/flagship-12",
"baseBranch": "develop",
"updateInternalDependencies": "patch",
"ignore": ["@brandingbrand/code-app", "@brandingbrand/code-docs"],
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import CodeCopy from "../../../../../components/code-copy.astro";
### Getting Started

<div class="flex w-full my-6">
<CodeCopy args="yarn add -D @brandingbrand/code-plugin-leanplum && yarn add @leanplum/react-native-sdk@1.2.1" />
<CodeCopy args="yarn add -D @brandingbrand/code-plugin-leanplum && yarn add @leanplum/react-native-sdk@~2.0.0 clevertap-react-native@^0.9.4" />
</div>

Add the above noted package and the plugin is avaialble in the Flagship Code plugin ecosystem.
Expand Down Expand Up @@ -58,3 +58,9 @@ The interface in your `.coderc/env/env.<env>.ts` has the following props:
| code.ios.swizzle | enable or disable swizzling |
| code.android.leanplumFCMVersion | Leanplum fcm library version |
</div>

## Changelog

### 1.0.1

[pull#2627](https://github.com/brandingbrand/flagship/pull/2627) fix for Leanplum-iOS-SDK UNUserNotificationCenter + launchOptions
6 changes: 6 additions & 0 deletions packages/plugin-leanplum/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @brandingbrand/code-plugin-leanplum

## 1.0.1

### Patch Changes

- [pull#2627](https://github.com/brandingbrand/flagship/pull/2627) fix for Leanplum-iOS-SDK UNUserNotificationCenter + launchOptions

## 1.0.0

- no changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-leanplum/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@brandingbrand/code-plugin-leanplum",
"version": "1.0.0",
"version": "1.0.1",
"description": "plugin for Flagship Code for leanplum",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 50647c4

Please sign in to comment.