Skip to content

Commit

Permalink
Merge branch 'main' into build/improve-cacheing
Browse files Browse the repository at this point in the history
  • Loading branch information
axi92 authored Aug 26, 2024
2 parents e9bc2ce + 4ecb13c commit 98ae733
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 6 deletions.
45 changes: 41 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,53 @@


## [0.1.5](https://github.com/evva-sfw/abrevva-react-native/compare/0.1.4...0.1.5) (2024-08-22)
## [1.0.0](https://github.com/evva-sfw/abrevva-react-native/compare/0.1.5...1.0.0) (2024-08-26)


### Continuous Integration
### Features

* enable npm upload on release ([56973c1](https://github.com/evva-sfw/abrevva-react-native/commit/56973c101119399c3df4b567396efe8e403d56c7))
* add missing signalize bridge functions ([#36](https://github.com/evva-sfw/abrevva-react-native/issues/36)) ([0dcab3c](https://github.com/evva-sfw/abrevva-react-native/commit/0dcab3c6c6461d35309e37a5e6327bbdf732124e))
* added typing for ble interface ([#37](https://github.com/evva-sfw/abrevva-react-native/issues/37)) ([079e5a4](https://github.com/evva-sfw/abrevva-react-native/commit/079e5a44557d9bff4ff8b8f8ace56f84e65eb976))
* tests for android & ios ([#23](https://github.com/evva-sfw/abrevva-react-native/issues/23)) ([99cadcd](https://github.com/evva-sfw/abrevva-react-native/commit/99cadcdd07eeefe240535a2608e1138f1010c292))


### Bug Fixes

* minor adjustments to scan timeout ([#28](https://github.com/evva-sfw/abrevva-react-native/issues/28)) ([98c25b2](https://github.com/evva-sfw/abrevva-react-native/commit/98c25b2d4caa3e2ade075bc4ea7a49a996e3269d))


### Build System

* add attest provenance with lint and release workflow ([#29](https://github.com/evva-sfw/abrevva-react-native/issues/29)) ([a5e62f3](https://github.com/evva-sfw/abrevva-react-native/commit/a5e62f3c796c48522ed4d57a7f5c9ac70a86e8e0))
* enable android build cache ([#39](https://github.com/evva-sfw/abrevva-react-native/issues/39)) ([ff07820](https://github.com/evva-sfw/abrevva-react-native/commit/ff078201b74229556357fb6d020649a901853b9b))

### Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [1.0.0](https://github.com/evva-sfw/abrevva-react-native/compare/0.1.5...1.0.0)

- chore(deps): bump rexml from 3.3.3 to 3.3.6 in /example [`#38`](https://github.com/evva-sfw/abrevva-react-native/pull/38)
- build: enable android build cache [`#39`](https://github.com/evva-sfw/abrevva-react-native/pull/39)
- feat: added typing for ble interface [`#37`](https://github.com/evva-sfw/abrevva-react-native/pull/37)
- chore(deps-dev): bump eslint-plugin-simple-import-sort from 10.0.0 to 12.1.1 [`#34`](https://github.com/evva-sfw/abrevva-react-native/pull/34)
- chore(deps-dev): remove turbo as dev-dep [`#32`](https://github.com/evva-sfw/abrevva-react-native/pull/32)
- feat: add missing signalize bridge functions [`#36`](https://github.com/evva-sfw/abrevva-react-native/pull/36)
- chore: update README.md [`#30`](https://github.com/evva-sfw/abrevva-react-native/pull/30)
- build: add attest provenance with lint and release workflow [`#29`](https://github.com/evva-sfw/abrevva-react-native/pull/29)
- fix: minor adjustments to scan timeout [`#28`](https://github.com/evva-sfw/abrevva-react-native/pull/28)
- feat: tests for android & ios [`#23`](https://github.com/evva-sfw/abrevva-react-native/pull/23)

#### [0.1.5](https://github.com/evva-sfw/abrevva-react-native/compare/0.1.4...0.1.5)

> 22 August 2024
- chore: add CHANGELOG.md [`b337c52`](https://github.com/evva-sfw/abrevva-react-native/commit/b337c5234d389eb3a538de817639afe6b4005616)
- chore: release 0.1.5 [`3a77838`](https://github.com/evva-sfw/abrevva-react-native/commit/3a778385e035379153759d0c368872c4c3f09309)
- ci: enable npm upload on release [`56973c1`](https://github.com/evva-sfw/abrevva-react-native/commit/56973c101119399c3df4b567396efe8e403d56c7)

#### 0.1.4
#### [0.1.4](https://github.com/evva-sfw/abrevva-react-native/compare/0.1.0...0.1.4)

> 22 August 2024
Expand All @@ -27,6 +56,14 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- chore: moved eslint config to package.json [`#25`](https://github.com/evva-sfw/abrevva-react-native/pull/25)
- chore: minor UI improvements [`#24`](https://github.com/evva-sfw/abrevva-react-native/pull/24)
- chore(deps): bump rexml from 3.2.9 to 3.3.3 in /example [`#22`](https://github.com/evva-sfw/abrevva-react-native/pull/22)
- ci(release-it): checkout via ssh [`fd05e9a`](https://github.com/evva-sfw/abrevva-react-native/commit/fd05e9a0b3da6412acd1f3bdc508ea51e2541fb4)
- ci(release-it): fix release github token for workflow [`425ad0a`](https://github.com/evva-sfw/abrevva-react-native/commit/425ad0ae88de58f74c6efcd8ee449a1121e10477)
- ci: disable npm publish for debugging release-it workflow [`7fdd9d3`](https://github.com/evva-sfw/abrevva-react-native/commit/7fdd9d338e993bbdcb257dfad5ea5c6d68072505)

#### 0.1.0

> 13 August 2024
- chore: update README [`#21`](https://github.com/evva-sfw/abrevva-react-native/pull/21)
- refactor: structural changes [`#20`](https://github.com/evva-sfw/abrevva-react-native/pull/20)
- chore: fix package.json [`#17`](https://github.com/evva-sfw/abrevva-react-native/pull/17)
Expand Down
2 changes: 1 addition & 1 deletion example/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ GEM
netrc (0.11.0)
nkf (0.2.0)
public_suffix (4.0.7)
rexml (3.3.3)
rexml (3.3.6)
strscan
ruby-macho (2.5.1)
strscan (3.1.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@evva-sfw/abrevva-react-native",
"version": "0.1.5",
"version": "1.0.0",
"author": "EVVA Sicherheitstechnologie GmbH",
"description": "The EVVA React-Native Module is a collection of tools to work with electronical EVVA access components. It allows for scanning and connecting via BLE.",
"source": "./src/index.tsx",
Expand Down

0 comments on commit 98ae733

Please sign in to comment.