Skip to content

Commit ffcac28

Browse files
github-actions[bot]mateusz1913
authored andcommitted
chore: version packages
1 parent 9534b4c commit ffcac28

File tree

9 files changed

+33
-20
lines changed

9 files changed

+33
-20
lines changed

.changeset/busy-doors-float.md

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

.changeset/cool-mice-wish.md

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

packages/license-kit/CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# license-kit
22

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- [#66](https://github.com/callstackincubator/react-native-legal/pull/66) [`9534b4c`](https://github.com/callstackincubator/react-native-legal/commit/9534b4c053cf62d90b2772b5ecf30833bd20ae24) Thanks [@artus9033](https://github.com/artus9033)! - Migrated to new API package - @callstack/licenses
8+
9+
- Updated dependencies [[`9534b4c`](https://github.com/callstackincubator/react-native-legal/commit/9534b4c053cf62d90b2772b5ecf30833bd20ae24)]:
10+
- @callstack/licenses@0.2.1
11+
312
## 0.2.0
413

514
### Minor Changes
@@ -17,4 +26,4 @@
1726
- [#44](https://github.com/callstackincubator/react-native-legal/pull/44) [`4ebed78`](https://github.com/callstackincubator/react-native-legal/commit/4ebed78ed8cf95625df6c3211598cfe5db807b09) Thanks [@thymikee](https://github.com/thymikee)! - feat: setup new packages in monorepo
1827

1928
- Updated dependencies [[`e89ba1f`](https://github.com/callstackincubator/react-native-legal/commit/e89ba1ff8fc1d8182a287cc257182a2d55374d95), [`4ebed78`](https://github.com/callstackincubator/react-native-legal/commit/4ebed78ed8cf95625df6c3211598cfe5db807b09), [`55f23b6`](https://github.com/callstackincubator/react-native-legal/commit/55f23b6d18858aacae76b9fe31e3f75fe2ef468c), [`b644f22`](https://github.com/callstackincubator/react-native-legal/commit/b644f22f57657afa999c20059ce02b3e7ba71cfb), [`4ebed78`](https://github.com/callstackincubator/react-native-legal/commit/4ebed78ed8cf95625df6c3211598cfe5db807b09)]:
20-
- @callstack/react-native-legal-shared@0.2.0
29+
- @callstack/react-native-legal-shared@0.2.0

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.0",
3+
"version": "0.2.1",
44
"description": "Aggregate license notes of OSS libraries used in your Node.js project",
55
"main": "build/index",
66
"module": "build/index",
@@ -59,7 +59,7 @@
5959
"typescript": "^5.8.3"
6060
},
6161
"dependencies": {
62-
"@callstack/licenses": "^0.2.0",
62+
"@callstack/licenses": "^0.2.1",
6363
"commander": "^14.0.0",
6464
"ts-markdown-builder": "^0.4.1"
6565
}

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.2.2
4+
5+
### Patch Changes
6+
7+
- [#66](https://github.com/callstackincubator/react-native-legal/pull/66) [`9534b4c`](https://github.com/callstackincubator/react-native-legal/commit/9534b4c053cf62d90b2772b5ecf30833bd20ae24) Thanks [@artus9033](https://github.com/artus9033)! - Updated package description
8+
39
## 0.2.1
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.1",
3+
"version": "0.2.2",
44
"description": "API package that exposes functionalities for programmatic scanning of licenses in Node.js projects.",
55
"main": "build/index",
66
"module": "build/index",

packages/react-native-legal/CHANGELOG.md

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

3+
## 1.3.1
4+
5+
### Patch Changes
6+
7+
- [#66](https://github.com/callstackincubator/react-native-legal/pull/66) [`9534b4c`](https://github.com/callstackincubator/react-native-legal/commit/9534b4c053cf62d90b2772b5ecf30833bd20ae24) Thanks [@artus9033](https://github.com/artus9033)! - Migrated to new API package - @callstack/licenses
8+
9+
- Updated dependencies [[`9534b4c`](https://github.com/callstackincubator/react-native-legal/commit/9534b4c053cf62d90b2772b5ecf30833bd20ae24)]:
10+
- @callstack/licenses@0.2.1
11+
312
## 1.3.0
413

514
### Minor Changes

packages/react-native-legal/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-legal",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Acknowledge OSS libraries used in your React Native app",
55
"keywords": [
66
"react-native",
@@ -58,7 +58,7 @@
5858
"react-native-builder-bob": "0.23.1"
5959
},
6060
"dependencies": {
61-
"@callstack/licenses": "^0.2.0",
61+
"@callstack/licenses": "^0.2.1",
6262
"glob": "^7.1.3",
6363
"xcode": "^3.0.1",
6464
"xml2js": "^0.6.2"

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4184,7 +4184,7 @@ __metadata:
41844184
languageName: node
41854185
linkType: hard
41864186

4187-
"@callstack/licenses@^0.2.0, @callstack/licenses@workspace:packages/licenses-api":
4187+
"@callstack/licenses@^0.2.1, @callstack/licenses@workspace:packages/licenses-api":
41884188
version: 0.0.0-use.local
41894189
resolution: "@callstack/licenses@workspace:packages/licenses-api"
41904190
dependencies:
@@ -15753,7 +15753,7 @@ __metadata:
1575315753
version: 0.0.0-use.local
1575415754
resolution: "license-kit@workspace:packages/license-kit"
1575515755
dependencies:
15756-
"@callstack/licenses": ^0.2.0
15756+
"@callstack/licenses": ^0.2.1
1575715757
"@types/jest": ^29.5.5
1575815758
commander: ^14.0.0
1575915759
jest: ^29.7.0
@@ -19033,7 +19033,7 @@ __metadata:
1903319033
version: 0.0.0-use.local
1903419034
resolution: "react-native-legal@workspace:packages/react-native-legal"
1903519035
dependencies:
19036-
"@callstack/licenses": ^0.2.0
19036+
"@callstack/licenses": ^0.2.1
1903719037
"@types/glob": ^8.1.0
1903819038
"@types/xml2js": ^0.4.11
1903919039
expo: ~52.0.36

0 commit comments

Comments
 (0)