Skip to content

Commit 6ffc533

Browse files
chore: version packages (#101)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3934343 commit 6ffc533

6 files changed

Lines changed: 17 additions & 12 deletions

File tree

.changeset/moody-humans-sniff.md

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

.changeset/wet-icons-exist.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.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`3934343`](https://github.com/callstackincubator/react-native-legal/commit/393434340468e586c64e99ed7c8435ea1af3c56d), [`8da383f`](https://github.com/callstackincubator/react-native-legal/commit/8da383f8a35a8faee68ff970f107506fe7ca80b1)]:
8+
- react-native-legal@1.5.1
9+
310
## 0.0.4
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.4",
3+
"version": "0.0.5",
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.5.1
4+
5+
### Patch Changes
6+
7+
- [#102](https://github.com/callstackincubator/react-native-legal/pull/102) [`3934343`](https://github.com/callstackincubator/react-native-legal/commit/393434340468e586c64e99ed7c8435ea1af3c56d) Thanks [@mateusz1913](https://github.com/mateusz1913)! - Add missing `com.facebook.react.bridge.Promise` import in old arch Kotlin module
8+
9+
- [#97](https://github.com/callstackincubator/react-native-legal/pull/97) [`8da383f`](https://github.com/callstackincubator/react-native-legal/commit/8da383f8a35a8faee68ff970f107506fe7ca80b1) Thanks [@mateusz1913](https://github.com/mateusz1913)! - Replace deprecated TurboReactPackage with BaseReactPackage
10+
311
## 1.5.0
412

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

0 commit comments

Comments
 (0)