Skip to content

Commit 4cc3b14

Browse files
chore: version packages (#114)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2cf0a41 commit 4cc3b14

6 files changed

Lines changed: 17 additions & 12 deletions

File tree

.changeset/brown-sides-flow.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tame-buses-stop.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/common-ui/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# react-native-legal-common-example-ui
22

3+
## 0.0.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f1d20b1`](https://github.com/callstackincubator/react-native-legal/commit/f1d20b16e2b7259d76f3e596822a00024d932021), [`9dc5610`](https://github.com/callstackincubator/react-native-legal/commit/9dc56102528166973d053cc5ce5337cbd50025d1)]:
8+
- react-native-legal@1.6.0
9+
310
## 0.0.6
411

512
### Patch Changes

examples/common-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-legal-common-example-ui",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"private": true,
55
"main": "src/index",
66
"module": "src/index",

packages/react-native-legal/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# react-native-legal
22

3+
## 1.6.0
4+
5+
### Minor Changes
6+
7+
- [#111](https://github.com/callstackincubator/react-native-legal/pull/111) [`f1d20b1`](https://github.com/callstackincubator/react-native-legal/commit/f1d20b16e2b7259d76f3e596822a00024d932021) Thanks [@mateusz1913](https://github.com/mateusz1913)! - Add support for "scan options" in bare and Expo plugin to make parity with `license-kit`
8+
9+
- [#113](https://github.com/callstackincubator/react-native-legal/pull/113) [`9dc5610`](https://github.com/callstackincubator/react-native-legal/commit/9dc56102528166973d053cc5ce5337cbd50025d1) Thanks [@mateusz1913](https://github.com/mateusz1913)! - Support `version` field in `Library` type returned via `getLibrariesAsync` function
10+
311
## 1.5.2
412

513
### Patch Changes

packages/react-native-legal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-legal",
3-
"version": "1.5.2",
3+
"version": "1.6.0",
44
"description": "Acknowledge OSS libraries used in your React Native app",
55
"keywords": [
66
"react-native",

0 commit comments

Comments
 (0)