Skip to content

Commit e13d800

Browse files
chore: version packages (#138)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 915da37 commit e13d800

5 files changed

Lines changed: 15 additions & 7 deletions

File tree

.changeset/small-flowers-sin.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.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`915da37`](https://github.com/callstackincubator/react-native-legal/commit/915da37df42c02e3facc0d5756daa51234ded9c3)]:
8+
- react-native-legal@1.6.2
9+
310
## 0.0.8
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.8",
3+
"version": "0.0.9",
44
"private": true,
55
"main": "src/index",
66
"module": "src/index",

packages/react-native-legal/CHANGELOG.md

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

3+
## 1.6.2
4+
5+
### Patch Changes
6+
7+
- [#131](https://github.com/callstackincubator/react-native-legal/pull/131) [`915da37`](https://github.com/callstackincubator/react-native-legal/commit/915da37df42c02e3facc0d5756daa51234ded9c3) Thanks [@mateusz1913](https://github.com/mateusz1913)! - Fix "developers" field returned on Android platform to be stringified in a non reversible way, instead of being returned as an array
8+
39
## 1.6.1
410

511
### 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.6.1",
3+
"version": "1.6.2",
44
"description": "Acknowledge OSS libraries used in your React Native app",
55
"keywords": [
66
"react-native",

0 commit comments

Comments
 (0)