Skip to content

Commit 719497d

Browse files
chore: version packages (#76)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c4c36fd commit 719497d

5 files changed

Lines changed: 16 additions & 7 deletions

File tree

.changeset/gorgeous-pillows-ring.md

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

examples/common-ui/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# react-native-legal-common-example-ui
2+
3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`1e37d65`](https://github.com/callstackincubator/react-native-legal/commit/1e37d65863c4e6fb334a491a38bc18c2dacd434b)]:
8+
- react-native-legal@1.4.0

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.1",
3+
"version": "0.0.2",
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.4.0
4+
5+
### Minor Changes
6+
7+
- [#33](https://github.com/callstackincubator/react-native-legal/pull/33) [`1e37d65`](https://github.com/callstackincubator/react-native-legal/commit/1e37d65863c4e6fb334a491a38bc18c2dacd434b) Thanks [@mateusz1913](https://github.com/mateusz1913)! - Method that retrieves license metadata from native to JS
8+
39
## 1.3.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.3.1",
3+
"version": "1.4.0",
44
"description": "Acknowledge OSS libraries used in your React Native app",
55
"keywords": [
66
"react-native",

0 commit comments

Comments
 (0)