From 22345e07a071ec0eec81633296b857243b6ca44e Mon Sep 17 00:00:00 2001 From: uport-automation-bot Date: Tue, 18 Feb 2020 15:04:30 +0000 Subject: [PATCH] chore(release): v2.3.7 --- CHANGELOG.md | 12 ++++++++++++ lerna.json | 2 +- packages/daf-react-native-async-storage/CHANGELOG.md | 12 ++++++++++++ packages/daf-react-native-async-storage/package.json | 2 +- packages/daf-react-native-libsodium/CHANGELOG.md | 12 ++++++++++++ packages/daf-react-native-libsodium/package.json | 2 +- packages/daf-react-native-sqlite3/CHANGELOG.md | 12 ++++++++++++ packages/daf-react-native-sqlite3/package.json | 2 +- 8 files changed, 52 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c1f1a9e0..1e9cfe177 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.3.7](https://github.com/uport-project/daf/compare/v2.3.6...v2.3.7) (2020-02-18) + + +### Bug Fixes + +* React native deps ([bda41bc](https://github.com/uport-project/daf/commit/bda41bcadaef91cce61f753d07639323c80d34fb)) +* React native peerDependencies ([a18482b](https://github.com/uport-project/daf/commit/a18482bda54385f67772f60e3ac37a8ee75e096a)) + + + + + ## [2.3.6](https://github.com/uport-project/daf/compare/v2.3.5...v2.3.6) (2020-02-18) diff --git a/lerna.json b/lerna.json index 402bdd244..9091fc4b3 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.3.6", + "version": "2.3.7", "packages": [ "packages/*" ], diff --git a/packages/daf-react-native-async-storage/CHANGELOG.md b/packages/daf-react-native-async-storage/CHANGELOG.md index 7b264871a..9be5bc21a 100644 --- a/packages/daf-react-native-async-storage/CHANGELOG.md +++ b/packages/daf-react-native-async-storage/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.3.7](https://github.com/uport-project/daf/compare/v2.3.6...v2.3.7) (2020-02-18) + + +### Bug Fixes + +* React native deps ([bda41bc](https://github.com/uport-project/daf/commit/bda41bcadaef91cce61f753d07639323c80d34fb)) +* React native peerDependencies ([a18482b](https://github.com/uport-project/daf/commit/a18482bda54385f67772f60e3ac37a8ee75e096a)) + + + + + ## [2.3.3](https://github.com/uport-project/daf/compare/v2.3.2...v2.3.3) (2020-02-18) diff --git a/packages/daf-react-native-async-storage/package.json b/packages/daf-react-native-async-storage/package.json index 26a407980..67afd0f73 100644 --- a/packages/daf-react-native-async-storage/package.json +++ b/packages/daf-react-native-async-storage/package.json @@ -1,7 +1,7 @@ { "name": "daf-react-native-async-storage", "description": "DAF react native async storage modules", - "version": "2.3.3", + "version": "2.3.7", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { diff --git a/packages/daf-react-native-libsodium/CHANGELOG.md b/packages/daf-react-native-libsodium/CHANGELOG.md index db13e851c..a27e7ed5d 100644 --- a/packages/daf-react-native-libsodium/CHANGELOG.md +++ b/packages/daf-react-native-libsodium/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.3.7](https://github.com/uport-project/daf/compare/v2.3.6...v2.3.7) (2020-02-18) + + +### Bug Fixes + +* React native deps ([bda41bc](https://github.com/uport-project/daf/commit/bda41bcadaef91cce61f753d07639323c80d34fb)) +* React native peerDependencies ([a18482b](https://github.com/uport-project/daf/commit/a18482bda54385f67772f60e3ac37a8ee75e096a)) + + + + + ## [2.3.6](https://github.com/uport-project/daf/compare/v2.3.5...v2.3.6) (2020-02-18) diff --git a/packages/daf-react-native-libsodium/package.json b/packages/daf-react-native-libsodium/package.json index 52164569f..6a0907e9d 100644 --- a/packages/daf-react-native-libsodium/package.json +++ b/packages/daf-react-native-libsodium/package.json @@ -1,7 +1,7 @@ { "name": "daf-react-native-libsodium", "description": "DAF react native libsodium modules", - "version": "2.3.6", + "version": "2.3.7", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { diff --git a/packages/daf-react-native-sqlite3/CHANGELOG.md b/packages/daf-react-native-sqlite3/CHANGELOG.md index 31dcc5ae7..40f5b2078 100644 --- a/packages/daf-react-native-sqlite3/CHANGELOG.md +++ b/packages/daf-react-native-sqlite3/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.3.7](https://github.com/uport-project/daf/compare/v2.3.6...v2.3.7) (2020-02-18) + + +### Bug Fixes + +* React native deps ([bda41bc](https://github.com/uport-project/daf/commit/bda41bcadaef91cce61f753d07639323c80d34fb)) +* React native peerDependencies ([a18482b](https://github.com/uport-project/daf/commit/a18482bda54385f67772f60e3ac37a8ee75e096a)) + + + + + # [2.1.0](https://github.com/uport-project/daf/compare/v2.0.0...v2.1.0) (2020-02-17) **Note:** Version bump only for package daf-react-native-sqlite3 diff --git a/packages/daf-react-native-sqlite3/package.json b/packages/daf-react-native-sqlite3/package.json index 4b16a429b..cdf43a4aa 100644 --- a/packages/daf-react-native-sqlite3/package.json +++ b/packages/daf-react-native-sqlite3/package.json @@ -1,7 +1,7 @@ { "name": "daf-react-native-sqlite3", "description": "DAF react-native sqlite3 driver", - "version": "2.1.0", + "version": "2.3.7", "main": "build/index.js", "types": "build/index.d.ts", "scripts": {