Skip to content

Commit ce506df

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

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changeset/sanitize-license-filename.md

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

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.2
4+
5+
### Patch Changes
6+
7+
- [#169](https://github.com/callstackincubator/react-native-legal/pull/169) [`f300815`](https://github.com/callstackincubator/react-native-legal/commit/f3008150b94e50cec30a2706bf63bfca956eefa4) Thanks [@alexisloiselle](https://github.com/alexisloiselle)! - Sanitize unsafe characters in `prepareAboutLibrariesLicenseField` so packages with legacy or compound SPDX expressions (e.g. `MIT/X11`, `(MIT OR Apache-2.0)`) no longer break the AboutLibraries metadata generation on Android. Previously the unsanitized `/` caused `writeAboutLibrariesNPMOutput` to attempt creating files like `android/config/licenses/MIT/X11_<hash>.json`, failing with `ENOENT` because `MIT/` was treated as a subdirectory.
8+
39
## 0.3.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.3.1",
3+
"version": "0.3.2",
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",

0 commit comments

Comments
 (0)