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:
parent
0bb6aa4b78
commit
ee79b8d20f
39
CHANGELOG.md
39
CHANGELOG.md
@ -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.
|
||||||
|
|
@ -15,19 +15,19 @@ dependencies:
|
|||||||
native_crypto_android:
|
native_crypto_android:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/hugo-pcl/native-crypto-flutter.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
|
path: packages/native_crypto_android
|
||||||
|
|
||||||
native_crypto_ios:
|
native_crypto_ios:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/hugo-pcl/native-crypto-flutter.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
|
path: packages/native_crypto_ios
|
||||||
|
|
||||||
native_crypto_platform_interface:
|
native_crypto_platform_interface:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/hugo-pcl/native-crypto-flutter.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
|
path: packages/native_crypto_platform_interface
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
|
@ -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
|
## 0.1.0
|
||||||
|
|
||||||
> Breaking changes !
|
> Breaking changes !
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
name: native_crypto_android
|
name: native_crypto_android
|
||||||
description: Android implementation of NativeCrypto
|
description: Android implementation of NativeCrypto
|
||||||
version: 0.1.0
|
version: 0.1.1
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.15.1 <3.0.0"
|
sdk: ">=2.15.1 <3.0.0"
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
## 0.1.1
|
||||||
|
|
||||||
|
- **REFACTOR**: rework swift part.
|
||||||
|
- **PERF**: optimize swift code.
|
||||||
|
|
||||||
## 0.1.0
|
## 0.1.0
|
||||||
|
|
||||||
> Breaking changes !
|
> Breaking changes !
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
name: native_crypto_ios
|
name: native_crypto_ios
|
||||||
description: iOS implementation of NativeCrypto
|
description: iOS implementation of NativeCrypto
|
||||||
version: 0.1.0
|
version: 0.1.1
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.15.0 <3.0.0"
|
sdk: ">=2.15.0 <3.0.0"
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
## 0.1.1
|
||||||
|
|
||||||
|
- **PERF**: x10 perfomance improvement on android with better list management.
|
||||||
|
- **FEAT**: export new exceptions.
|
||||||
|
|
||||||
## 0.1.0
|
## 0.1.0
|
||||||
|
|
||||||
> Breaking changes !
|
> Breaking changes !
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
name: native_crypto_platform_interface
|
name: native_crypto_platform_interface
|
||||||
description: A common interface for NativeCrypto plugin.
|
description: A common interface for NativeCrypto plugin.
|
||||||
version: 0.1.0
|
version: 0.1.1
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.17.0 <3.0.0"
|
sdk: ">=2.17.0 <3.0.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user