Skip to content

Commit fd4bece

Browse files
chore: version packages (#86)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 64c8c74 commit fd4bece

File tree

5 files changed

+15
-8
lines changed

5 files changed

+15
-8
lines changed

.changeset/sour-wolves-yawn.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.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`64c8c74`](https://github.com/callstackincubator/react-native-legal/commit/64c8c746412677be2477876fb7bf88afc6225293)]:
8+
9+
310
## 0.0.2
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.2",
3+
"version": "0.0.3",
44
"private": true,
55
"main": "src/index",
66
"module": "src/index",

packages/react-native-legal/CHANGELOG.md

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

3+
## 1.4.1
4+
5+
### Patch Changes
6+
7+
- [#85](https://github.com/callstackincubator/react-native-legal/pull/85) [`64c8c74`](https://github.com/callstackincubator/react-native-legal/commit/64c8c746412677be2477876fb7bf88afc6225293) Thanks [@mateusz1913](https://github.com/mateusz1913)! - Fixes Kotlin mismatch type issue
8+
39
## 1.4.0
410

511
### Minor Changes
@@ -59,7 +65,6 @@
5965
### Major Changes
6066

6167
- [#12](https://github.com/callstackincubator/react-native-legal/pull/12) [`9e76909`](https://github.com/callstackincubator/react-native-legal/commit/9e76909194bb2201362f9a44bf7f7d3ef5ec161b) Thanks [@piotrski](https://github.com/piotrski)! - Initial release of `react-native-legal` 🎉
62-
6368
- Full support for both iOS and Android platforms, including tvOS and AndroidTV
6469
- Native platform integration using LicensePlist (iOS) and AboutLibraries (Android)
6570
- Automatic dependency scanning and license information generation

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

0 commit comments

Comments
 (0)