chore(release): publish packages

- native_crypto_ios@0.1.1
 - native_crypto_android@0.1.1
 - native_crypto_platform_interface@0.1.1
This commit is contained in:
Hugo Pointcheval 2022-05-25 16:23:41 +02:00
parent 0bb6aa4b78
commit ee79b8d20f
Signed by: hugo
GPG Key ID: A9E8E9615379254F
8 changed files with 61 additions and 6 deletions

View File

@ -0,0 +1,39 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 2022-05-25
### Changes
---
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- [`native_crypto_ios` - `v0.1.1`](#native_crypto_ios---v011)
- [`native_crypto_android` - `v0.1.1`](#native_crypto_android---v011)
- [`native_crypto_platform_interface` - `v0.1.1`](#native_crypto_platform_interface---v011)
---
#### `native_crypto_ios` - `v0.1.1`
- **REFACTOR**: rework swift part.
- **PERF**: optimize swift code.
#### `native_crypto_android` - `v0.1.1`
- **REFACTOR**: clean and modernize kotlin code.
- **PERF**: x10 perfomance improvement on android with better list management.
- **FEAT**: export new exceptions.
#### `native_crypto_platform_interface` - `v0.1.1`
- **PERF**: x10 perfomance improvement on android with better list management.
- **FEAT**: export new exceptions.

View File

@ -15,19 +15,19 @@ dependencies:
native_crypto_android:
git:
url: https://github.com/hugo-pcl/native-crypto-flutter.git
ref: native_crypto_android-v0.1.0
ref: native_crypto_android-v0.1.1
path: packages/native_crypto_android
native_crypto_ios:
git:
url: https://github.com/hugo-pcl/native-crypto-flutter.git
ref: native_crypto_ios-v0.1.0
ref: native_crypto_ios-v0.1.1
path: packages/native_crypto_ios
native_crypto_platform_interface:
git:
url: https://github.com/hugo-pcl/native-crypto-flutter.git
ref: native_crypto_platform_interface-v0.1.0
ref: native_crypto_platform_interface-v0.1.1
path: packages/native_crypto_platform_interface
dev_dependencies:

View File

@ -1,3 +1,9 @@
## 0.1.1
- **REFACTOR**: clean and modernize kotlin code.
- **PERF**: x10 perfomance improvement on android with better list management.
- **FEAT**: export new exceptions.
## 0.1.0
> Breaking changes !

View File

@ -1,6 +1,6 @@
name: native_crypto_android
description: Android implementation of NativeCrypto
version: 0.1.0
version: 0.1.1
environment:
sdk: ">=2.15.1 <3.0.0"

View File

@ -1,3 +1,8 @@
## 0.1.1
- **REFACTOR**: rework swift part.
- **PERF**: optimize swift code.
## 0.1.0
> Breaking changes !

View File

@ -1,6 +1,6 @@
name: native_crypto_ios
description: iOS implementation of NativeCrypto
version: 0.1.0
version: 0.1.1
environment:
sdk: ">=2.15.0 <3.0.0"

View File

@ -1,3 +1,8 @@
## 0.1.1
- **PERF**: x10 perfomance improvement on android with better list management.
- **FEAT**: export new exceptions.
## 0.1.0
> Breaking changes !

View File

@ -1,6 +1,6 @@
name: native_crypto_platform_interface
description: A common interface for NativeCrypto plugin.
version: 0.1.0
version: 0.1.1
environment:
sdk: ">=2.17.0 <3.0.0"