Skip to content

Commit 0112109

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

File tree

14 files changed

+56
-25
lines changed

14 files changed

+56
-25
lines changed

.changeset/chubby-poems-melt.md

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

.changeset/solid-symbols-camp.md

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

.changeset/true-facts-tell.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.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4695372`](https://github.com/callstackincubator/react-native-legal/commit/4695372a3a47b63bb29b589f5a4286c5fa41b23d)]:
8+
9+
310
## 0.0.3
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.3",
3+
"version": "0.0.4",
44
"private": true,
55
"main": "src/index",
66
"module": "src/index",

packages/license-kit/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# license-kit
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- [#88](https://github.com/callstackincubator/react-native-legal/pull/88) [`e09ba86`](https://github.com/callstackincubator/react-native-legal/commit/e09ba86fbbba38c33d48534ac3619538c212c92e) Thanks [@artus9033](https://github.com/artus9033)! - Added license-kit visualize & analyze commands, graph browsing and statistics in a web UI
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`feae9be`](https://github.com/callstackincubator/react-native-legal/commit/feae9be21245251cec2a0d11d146faaa70cb8561)]:
12+
- @callstack/licenses@0.3.0
13+
314
## 0.2.1
415

516
### Patch Changes

packages/license-kit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "license-kit",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "Aggregate license notes of OSS libraries used in your Node.js project, analyze & visualize OSS licenses with AI-turbocharged tooling",
55
"main": "build/index",
66
"module": "build/index",
@@ -65,7 +65,7 @@
6565
"typescript": "^5.8.3"
6666
},
6767
"dependencies": {
68-
"@callstack/licenses": "^0.2.1",
68+
"@callstack/licenses": "^0.3.0",
6969
"colorette": "^2.0.20",
7070
"commander": "^14.0.0",
7171
"express": "^5.1.0",

packages/licenses-api/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @callstack/licenses
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- [#82](https://github.com/callstackincubator/react-native-legal/pull/82) [`feae9be`](https://github.com/callstackincubator/react-native-legal/commit/feae9be21245251cec2a0d11d146faaa70cb8561) Thanks [@artus9033](https://github.com/artus9033)! - Change parentPackage to parentPackages array, rename exported types for brevity, separate exports for node & web environments
8+
39
## 0.2.2
410

511
### Patch Changes

packages/licenses-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@callstack/licenses",
3-
"version": "0.2.2",
3+
"version": "0.3.0",
44
"description": "API package that exposes functionalities for programmatic scanning of licenses in Node.js projects.",
55
"browser": "./build/index.js",
66
"main": "./build/node/index.js",

packages/react-native-legal/CHANGELOG.md

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

3+
## 1.5.0
4+
5+
### Minor Changes
6+
7+
- [#89](https://github.com/callstackincubator/react-native-legal/pull/89) [`4695372`](https://github.com/callstackincubator/react-native-legal/commit/4695372a3a47b63bb29b589f5a4286c5fa41b23d) Thanks [@artus9033](https://github.com/artus9033)! - Upgraded to `@callstack/[email protected]`
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`feae9be`](https://github.com/callstackincubator/react-native-legal/commit/feae9be21245251cec2a0d11d146faaa70cb8561)]:
12+
- @callstack/licenses@0.3.0
13+
314
## 1.4.1
415

516
### Patch Changes

0 commit comments

Comments
 (0)