diff --git a/.changeset/curvy-tires-rule.md b/.changeset/curvy-tires-rule.md deleted file mode 100644 index a971d266..00000000 --- a/.changeset/curvy-tires-rule.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nodesecure/tarball": minor ---- - -Export custom warnings for the web platform diff --git a/.changeset/spotty-showers-prove.md b/.changeset/spotty-showers-prove.md deleted file mode 100644 index d67261d6..00000000 --- a/.changeset/spotty-showers-prove.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@nodesecure/conformance": minor -"@nodesecure/github": minor -"@nodesecure/gitlab": minor ---- - -chore(httpie): move from @myunisoft/httpie to @openally/httpie diff --git a/workspaces/conformance/CHANGELOG.md b/workspaces/conformance/CHANGELOG.md index dc044984..f74f95e0 100644 --- a/workspaces/conformance/CHANGELOG.md +++ b/workspaces/conformance/CHANGELOG.md @@ -1,5 +1,11 @@ # @nodesecure/conformance +## 1.2.0 + +### Minor Changes + +- [#530](https://github.com/NodeSecure/scanner/pull/530) [`b989ceb`](https://github.com/NodeSecure/scanner/commit/b989ceb68774afc63bcc61c3f08cf109e30f5b1e) Thanks [@clemgbld](https://github.com/clemgbld)! - chore(httpie): move from @myunisoft/httpie to @openally/httpie + ## 1.1.1 ### Patch Changes diff --git a/workspaces/conformance/package.json b/workspaces/conformance/package.json index 68cfeb52..3cd8f7a2 100644 --- a/workspaces/conformance/package.json +++ b/workspaces/conformance/package.json @@ -1,6 +1,6 @@ { "name": "@nodesecure/conformance", - "version": "1.1.1", + "version": "1.2.0", "description": "SPDX license conformance for NodeSecure", "type": "module", "exports": "./dist/index.js", diff --git a/workspaces/github/CHANGELOG.md b/workspaces/github/CHANGELOG.md new file mode 100644 index 00000000..dd5ec82a --- /dev/null +++ b/workspaces/github/CHANGELOG.md @@ -0,0 +1,7 @@ +# @nodesecure/github + +## 2.1.0 + +### Minor Changes + +- [#530](https://github.com/NodeSecure/scanner/pull/530) [`b989ceb`](https://github.com/NodeSecure/scanner/commit/b989ceb68774afc63bcc61c3f08cf109e30f5b1e) Thanks [@clemgbld](https://github.com/clemgbld)! - chore(httpie): move from @myunisoft/httpie to @openally/httpie diff --git a/workspaces/github/package.json b/workspaces/github/package.json index 8efc4e9c..2ea0eedb 100644 --- a/workspaces/github/package.json +++ b/workspaces/github/package.json @@ -1,6 +1,6 @@ { "name": "@nodesecure/github", - "version": "2.0.0", + "version": "2.1.0", "description": "Download repository from github", "type": "module", "exports": "./dist/index.js", diff --git a/workspaces/gitlab/CHANGELOG.md b/workspaces/gitlab/CHANGELOG.md new file mode 100644 index 00000000..2fd5080b --- /dev/null +++ b/workspaces/gitlab/CHANGELOG.md @@ -0,0 +1,7 @@ +# @nodesecure/gitlab + +## 2.1.0 + +### Minor Changes + +- [#530](https://github.com/NodeSecure/scanner/pull/530) [`b989ceb`](https://github.com/NodeSecure/scanner/commit/b989ceb68774afc63bcc61c3f08cf109e30f5b1e) Thanks [@clemgbld](https://github.com/clemgbld)! - chore(httpie): move from @myunisoft/httpie to @openally/httpie diff --git a/workspaces/gitlab/package.json b/workspaces/gitlab/package.json index bcec455b..8d56f95f 100644 --- a/workspaces/gitlab/package.json +++ b/workspaces/gitlab/package.json @@ -1,6 +1,6 @@ { "name": "@nodesecure/gitlab", - "version": "2.0.0", + "version": "2.1.0", "description": "Download and extract gitlab repository", "exports": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/workspaces/tarball/CHANGELOG.md b/workspaces/tarball/CHANGELOG.md index 2ceb03a1..8ca10a3d 100644 --- a/workspaces/tarball/CHANGELOG.md +++ b/workspaces/tarball/CHANGELOG.md @@ -1,5 +1,16 @@ # @nodesecure/tarball +## 2.2.0 + +### Minor Changes + +- [#526](https://github.com/NodeSecure/scanner/pull/526) [`02f111e`](https://github.com/NodeSecure/scanner/commit/02f111e1feaca4233f3b631f79688e4fda0eafe1) Thanks [@fraxken](https://github.com/fraxken)! - Export custom warnings for the web platform + +### Patch Changes + +- Updated dependencies [[`b989ceb`](https://github.com/NodeSecure/scanner/commit/b989ceb68774afc63bcc61c3f08cf109e30f5b1e)]: + - @nodesecure/conformance@1.2.0 + ## 2.1.0 ### Minor Changes diff --git a/workspaces/tarball/package.json b/workspaces/tarball/package.json index deae5d5e..244ba145 100644 --- a/workspaces/tarball/package.json +++ b/workspaces/tarball/package.json @@ -1,6 +1,6 @@ { "name": "@nodesecure/tarball", - "version": "2.1.0", + "version": "2.2.0", "description": "NodeSecure tarball scanner", "type": "module", "exports": { @@ -39,7 +39,7 @@ }, "homepage": "https://github.com/NodeSecure/tree/master/workspaces/tarball#readme", "dependencies": { - "@nodesecure/conformance": "^1.1.1", + "@nodesecure/conformance": "^1.2.0", "@nodesecure/fs-walk": "^2.0.0", "@nodesecure/js-x-ray": "^10.0.0", "@nodesecure/mama": "^2.0.0",