Skip to content

Commit 84fc168

Browse files
chore: version packages (#107)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c98d58c commit 84fc168

5 files changed

Lines changed: 15 additions & 7 deletions

File tree

.changeset/kind-buckets-ask.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.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c98d58c`](https://github.com/callstackincubator/react-native-legal/commit/c98d58cc058396bca71cb8e952bd7168b46df20e)]:
8+
- react-native-legal@1.5.2
9+
310
## 0.0.5
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.5",
3+
"version": "0.0.6",
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.5.2
4+
5+
### Patch Changes
6+
7+
- [#106](https://github.com/callstackincubator/react-native-legal/pull/106) [`c98d58c`](https://github.com/callstackincubator/react-native-legal/commit/c98d58cc058396bca71cb8e952bd7168b46df20e) Thanks [@mateusz1913](https://github.com/mateusz1913)! - Fix adding `Settings.bundle` edge case where the project name is wrapped in double quotes
8+
39
## 1.5.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.5.1",
3+
"version": "1.5.2",
44
"description": "Acknowledge OSS libraries used in your React Native app",
55
"keywords": [
66
"react-native",

0 commit comments

Comments
 (0)