Skip to content

Commit

Permalink
2.0.5 (#63)
Browse files Browse the repository at this point in the history
* update dependencies

* update circleci docker image

* 2.0.5

* update gradle and build tools

* update pod lockfile
  • Loading branch information
sebastiansimson authored Jun 27, 2022
1 parent a4b5314 commit 363abc7
Show file tree
Hide file tree
Showing 7 changed files with 4,176 additions and 4,138 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2.1
executors:
default:
docker:
- image: circleci/node:10
- image: circleci/node:14
working_directory: ~/project

commands:
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 2.0.5 (2022-06-23)
**Enhancements**

- Updated dependencies

## 2.0.4 (2022-05-11)
**Enhancements**

Expand Down
4 changes: 2 additions & 2 deletions example/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

buildscript {
ext {
buildToolsVersion = "30.0.2"
buildToolsVersion = "30.0.3"
minSdkVersion = 21
compileSdkVersion = 30
targetSdkVersion = 30
Expand All @@ -12,7 +12,7 @@ buildscript {
jcenter()
}
dependencies {
classpath("com.android.tools.build:gradle:7.0.2")
classpath('com.android.tools.build:gradle:7.2.0')

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
2 changes: 1 addition & 1 deletion example/android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ PODS:
- React-cxxreact (= 0.61.0)
- React-jsi (= 0.61.0)
- React-jsinspector (0.61.0)
- react-native-castle (2.0.3):
- react-native-castle (2.0.5):
- Castle (= 3.0.5)
- React-Core
- React-RCTActionSheet (0.61.0):
Expand Down Expand Up @@ -330,7 +330,7 @@ SPEC CHECKSUMS:
React-jsi: 4b5e521350c455b5eb4be50ea98c02de25b44fad
React-jsiexecutor: 5532ab4389aabbbf1b87904de04c8ddd7dda7036
React-jsinspector: 99b82aeb51d67d9025ab4eb8ccb8132f8dcebf69
react-native-castle: e26566b60bcd31889033d06401842bdfa9dd5a8f
react-native-castle: 0871b24ccee996b8a7fceccff8f8c9e55cfa1bdb
React-RCTActionSheet: 5f9a1733ec8e380aae8a97877f1166cb058733ae
React-RCTAnimation: 3e0a55305b70b1eb5a5e34230ed8198d4a782da9
React-RCTBlob: a6ff2220ed7ef4b06e559ec61a0b0f4e80a3716a
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@castleio/react-native-castle",
"version": "2.0.4",
"version": "2.0.5",
"description": "Castle SDK for React Native",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down Expand Up @@ -51,7 +51,7 @@
"devDependencies": {
"@commitlint/config-conventional": "^11.0.0",
"@react-native-community/eslint-config": "^2.0.0",
"@release-it/conventional-changelog": "^2.0.0",
"@release-it/conventional-changelog": "^5.0.0",
"@types/jest": "^26.0.0",
"@types/react": "^16.9.19",
"@types/react-native": "0.62.13",
Expand All @@ -64,9 +64,9 @@
"pod-install": "^0.1.0",
"prettier": "^2.0.5",
"react": "16.13.1",
"react-native": "0.63.4",
"react-native-builder-bob": "^0.17.1",
"release-it": "^14.2.2",
"react-native": "^0.69.0",
"react-native-builder-bob": "^0.18.3",
"release-it": "^15.1.0",
"typescript": "^4.1.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 363abc7

Please sign in to comment.