From 21b40f3f5686a16c124d1aa5547a35e42bfc8376 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 14:59:23 +0200 Subject: [PATCH] release: apply version updates from current changes (#118) Co-authored-by: amr-crabnebula --- .changes/fix-non-standard-perm.md | 5 ----- .changes/fix-packager-nodejs-publish.md | 5 ----- bindings/packager/nodejs/CHANGELOG.md | 8 ++++++++ bindings/packager/nodejs/package.json | 2 +- crates/packager/CHANGELOG.md | 4 ++++ crates/packager/Cargo.toml | 2 +- 6 files changed, 14 insertions(+), 12 deletions(-) delete mode 100644 .changes/fix-non-standard-perm.md delete mode 100644 .changes/fix-packager-nodejs-publish.md diff --git a/.changes/fix-non-standard-perm.md b/.changes/fix-non-standard-perm.md deleted file mode 100644 index 90754e6a..00000000 --- a/.changes/fix-non-standard-perm.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"cargo-packager": patch ---- - -Fix the `non-standard-file-perm` and `non-standard-dir-perm` issue in Debian packages diff --git a/.changes/fix-packager-nodejs-publish.md b/.changes/fix-packager-nodejs-publish.md deleted file mode 100644 index 942dfe58..00000000 --- a/.changes/fix-packager-nodejs-publish.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@crabnebula/packager": patch ---- - -Fixes published package not including the build folder. diff --git a/bindings/packager/nodejs/CHANGELOG.md b/bindings/packager/nodejs/CHANGELOG.md index 07ec4dd0..d43a857b 100644 --- a/bindings/packager/nodejs/CHANGELOG.md +++ b/bindings/packager/nodejs/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## \[0.1.2] + +- [`bd7e6fc`](https://www.github.com/crabnebula-dev/cargo-packager/commit/bd7e6fc102a74dc4da39848f44d04968b498b3cf)([#123](https://www.github.com/crabnebula-dev/cargo-packager/pull/123)) Fixes published package not including the build folder. + +### Dependencies + +- Upgraded to `cargo-packager@0.4.2` + ## \[0.1.1] - [`7e05d24`](https://www.github.com/crabnebula-dev/cargo-packager/commit/7e05d24a697230b1f53ee5ee2f7d217047089d97)([#109](https://www.github.com/crabnebula-dev/cargo-packager/pull/109)) Check if required files/tools for packaging are outdated or mis-hashed and redownload them. diff --git a/bindings/packager/nodejs/package.json b/bindings/packager/nodejs/package.json index 261528ee..c7f09d79 100644 --- a/bindings/packager/nodejs/package.json +++ b/bindings/packager/nodejs/package.json @@ -1,6 +1,6 @@ { "name": "@crabnebula/packager", - "version": "0.1.1", + "version": "0.1.2", "main": "build/index.js", "module": "build/index.js", "types": "build/index.d.ts", diff --git a/crates/packager/CHANGELOG.md b/crates/packager/CHANGELOG.md index 3758701d..c6812e32 100644 --- a/crates/packager/CHANGELOG.md +++ b/crates/packager/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.4.2] + +- [`c18bf3e`](https://www.github.com/crabnebula-dev/cargo-packager/commit/c18bf3e77f91c1c4797992b25902753deee5c986)([#117](https://www.github.com/crabnebula-dev/cargo-packager/pull/117)) Fix the `non-standard-file-perm` and `non-standard-dir-perm` issue in Debian packages + ## \[0.4.1] - [`7b083a8`](https://www.github.com/crabnebula-dev/cargo-packager/commit/7b083a8c2ae709659c03a1069d96c3a8391e0674)([#99](https://www.github.com/crabnebula-dev/cargo-packager/pull/99)) Add glob patterns support for the icons option in config. diff --git a/crates/packager/Cargo.toml b/crates/packager/Cargo.toml index 8dbb32d4..a21a80df 100644 --- a/crates/packager/Cargo.toml +++ b/crates/packager/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-packager" -version = "0.4.1" +version = "0.4.2" description = "Executable packager and bundler distributed as a CLI and library." authors = [ "CrabNebula Ltd.",